Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/sun4u/io/i2c/clients/
H A Dpcf8574.c227 (void) i2c_transfer_alloc(unitp->pcf8574_hdl, &i2c_tran_pointer, in pcf8574_get()
237 err = i2c_transfer(unitp->pcf8574_hdl, i2c_tran_pointer); in pcf8574_get()
241 i2c_transfer_free(unitp->pcf8574_hdl, i2c_tran_pointer); in pcf8574_get()
249 i2c_transfer_free(unitp->pcf8574_hdl, i2c_tran_pointer); in pcf8574_get()
258 (void) i2c_transfer_alloc(unitp->pcf8574_hdl, &i2c_tran_pointer, in pcf8574_set()
272 err = i2c_transfer(unitp->pcf8574_hdl, i2c_tran_pointer); in pcf8574_set()
277 i2c_transfer_free(unitp->pcf8574_hdl, i2c_tran_pointer); in pcf8574_set()
280 i2c_transfer_free(unitp->pcf8574_hdl, i2c_tran_pointer); in pcf8574_set()
520 if (i2c_client_register(dip, &unitp->pcf8574_hdl) != I2C_SUCCESS) { in pcf8574_do_attach()
564 i2c_client_unregister(unitp->pcf8574_hdl); in pcf8574_do_detach()
/titanic_41/usr/src/uts/sun4u/littleneck/io/
H A Dpcf8574_lneck.c238 (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()
270 (void) i2c_transfer_alloc(unitp->pcf8574_hdl, &i2c_tran_pointer, in pcf8574_set()
285 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()
/titanic_41/usr/src/uts/sun4u/montecarlo/io/
H A Dpcf8574_nct.c403 i2c_transfer_free(unitp->pcf8574_hdl, unitp->i2c_tran); in pcf8574_do_detach()
407 i2c_client_unregister(unitp->pcf8574_hdl); in pcf8574_do_detach()
559 if (i2c_client_register(dip, &unitp->pcf8574_hdl) in pcf8574_do_attach()
570 if (i2c_transfer_alloc(unitp->pcf8574_hdl, &unitp->i2c_tran, in pcf8574_do_attach()
821 nct_i2c_transfer(unitp->pcf8574_hdl, tp); in pcf8574_intr()
849 nct_i2c_transfer(unitp->pcf8574_hdl, tp); in pcf8574_intr()
1173 nct_i2c_transfer(unitp->pcf8574_hdl, unitp->i2c_tran); in pcf8574_ioctl()
1341 nct_i2c_transfer(unitp->pcf8574_hdl, unitp->i2c_tran); in pcf8574_read_chip()
1379 unitp->i2c_status = nct_i2c_transfer(unitp->pcf8574_hdl, tp); in pcf8574_write_chip()
1417 unitp->i2c_status = nct_i2c_transfer(unitp->pcf8574_hdl, tp); in pcf8574_write_chip()
[all …]
/titanic_41/usr/src/uts/sun4u/sys/i2c/clients/
H A Dpcf8574_impl.h59 i2c_client_hdl_t pcf8574_hdl; member
/titanic_41/usr/src/uts/sun4u/montecarlo/sys/
H A Dpcf8574_nct.h301 i2c_client_hdl_t pcf8574_hdl; member