Searched refs:pcf8574_hdl (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/sys/i2c/clients/
H A Dpcf8574_impl.h59 i2c_client_hdl_t pcf8574_hdl; member in struct:pcf8574_unit
/illumos-gate/usr/src/uts/sun4u/io/i2c/clients/
H A Dpcf8574.c227 (void) i2c_transfer_alloc(unitp->pcf8574_hdl, &i2c_tran_pointer,
237 err = i2c_transfer(unitp->pcf8574_hdl, i2c_tran_pointer);
241 i2c_transfer_free(unitp->pcf8574_hdl, i2c_tran_pointer);
249 i2c_transfer_free(unitp->pcf8574_hdl, i2c_tran_pointer);
258 (void) i2c_transfer_alloc(unitp->pcf8574_hdl, &i2c_tran_pointer,
272 err = i2c_transfer(unitp->pcf8574_hdl, i2c_tran_pointer);
277 i2c_transfer_free(unitp->pcf8574_hdl, i2c_tran_pointer);
280 i2c_transfer_free(unitp->pcf8574_hdl, i2c_tran_pointer);
520 if (i2c_client_register(dip, &unitp->pcf8574_hdl) != I2C_SUCCESS) {
564 i2c_client_unregister(unitp->pcf8574_hdl);
[all...]
/illumos-gate/usr/src/uts/sun4u/littleneck/io/
H A Dpcf8574_lneck.c238 (void) i2c_transfer_alloc(unitp->pcf8574_hdl, &i2c_tran_pointer,
249 err = i2c_transfer(unitp->pcf8574_hdl, i2c_tran_pointer);
253 i2c_transfer_free(unitp->pcf8574_hdl, i2c_tran_pointer);
261 i2c_transfer_free(unitp->pcf8574_hdl, i2c_tran_pointer);
270 (void) i2c_transfer_alloc(unitp->pcf8574_hdl, &i2c_tran_pointer,
285 err = i2c_transfer(unitp->pcf8574_hdl, i2c_tran_pointer);
290 i2c_transfer_free(unitp->pcf8574_hdl, i2c_tran_pointer);
293 i2c_transfer_free(unitp->pcf8574_hdl, i2c_tran_pointer);
534 if (i2c_client_register(dip, &unitp->pcf8574_hdl) != I2C_SUCCESS) {
601 i2c_client_unregister(unitp->pcf8574_hdl);
[all...]
/illumos-gate/usr/src/uts/sun4u/montecarlo/io/
H A Dpcf8574_nct.c403 i2c_transfer_free(unitp->pcf8574_hdl, unitp->i2c_tran);
407 i2c_client_unregister(unitp->pcf8574_hdl);
559 if (i2c_client_register(dip, &unitp->pcf8574_hdl)
570 if (i2c_transfer_alloc(unitp->pcf8574_hdl, &unitp->i2c_tran,
821 nct_i2c_transfer(unitp->pcf8574_hdl, tp);
849 nct_i2c_transfer(unitp->pcf8574_hdl, tp);
1173 nct_i2c_transfer(unitp->pcf8574_hdl, unitp->i2c_tran);
1341 nct_i2c_transfer(unitp->pcf8574_hdl, unitp->i2c_tran);
1379 unitp->i2c_status = nct_i2c_transfer(unitp->pcf8574_hdl, tp);
1417 unitp->i2c_status = nct_i2c_transfer(unitp->pcf8574_hdl, t
[all...]
/illumos-gate/usr/src/uts/sun4u/montecarlo/sys/
H A Dpcf8574_nct.h301 i2c_client_hdl_t pcf8574_hdl; member in struct:pcf8574_unit

Completed in 50 milliseconds