Home
last modified time | relevance | path

Searched refs:pcf8574_hdl (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/io/i2c/clients/
H A Dpcf8574.c228 (void) i2c_transfer_alloc(unitp->pcf8574_hdl, &i2c_tran_pointer, in pcf8574_get()
238 err = i2c_transfer(unitp->pcf8574_hdl, i2c_tran_pointer); in pcf8574_get()
242 i2c_transfer_free(unitp->pcf8574_hdl, i2c_tran_pointer); in pcf8574_get()
250 i2c_transfer_free(unitp->pcf8574_hdl, i2c_tran_pointer); in pcf8574_get()
260 (void) i2c_transfer_alloc(unitp->pcf8574_hdl, &i2c_tran_pointer, in pcf8574_set()
274 err = i2c_transfer(unitp->pcf8574_hdl, i2c_tran_pointer); in pcf8574_set()
279 i2c_transfer_free(unitp->pcf8574_hdl, i2c_tran_pointer); in pcf8574_set()
282 i2c_transfer_free(unitp->pcf8574_hdl, i2c_tran_pointer); in pcf8574_set()
522 if (i2c_client_register(dip, &unitp->pcf8574_hdl) != I2C_SUCCESS) { in pcf8574_do_attach()
566 i2c_client_unregister(unitp->pcf8574_hdl); in pcf8574_do_detach()
/illumos-gate/usr/src/uts/sun4u/littleneck/io/
H A Dpcf8574_lneck.c239 (void) i2c_transfer_alloc(unitp->pcf8574_hdl, &i2c_tran_pointer, in pcf8574_get()
249 err = i2c_transfer(unitp->pcf8574_hdl, i2c_tran_pointer); in pcf8574_get()
253 i2c_transfer_free(unitp->pcf8574_hdl, i2c_tran_pointer); in pcf8574_get()
261 i2c_transfer_free(unitp->pcf8574_hdl, i2c_tran_pointer); in pcf8574_get()
271 (void) i2c_transfer_alloc(unitp->pcf8574_hdl, &i2c_tran_pointer, in pcf8574_set()
286 err = i2c_transfer(unitp->pcf8574_hdl, i2c_tran_pointer); in pcf8574_set()
290 i2c_transfer_free(unitp->pcf8574_hdl, i2c_tran_pointer); in pcf8574_set()
293 i2c_transfer_free(unitp->pcf8574_hdl, i2c_tran_pointer); in pcf8574_set()
534 if (i2c_client_register(dip, &unitp->pcf8574_hdl) != I2C_SUCCESS) { in pcf8574_do_attach()
601 i2c_client_unregister(unitp->pcf8574_hdl); in pcf8574_do_detach()
/illumos-gate/usr/src/uts/sun4u/sys/i2c/clients/
H A Dpcf8574_impl.h59 i2c_client_hdl_t pcf8574_hdl; member