Searched refs:nct_i2c_transfer (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/uts/sun4u/montecarlo/io/ |
H A D | pcf8574_nct.c | 151 extern int nct_i2c_transfer(i2c_client_hdl_t i2c_hdl, i2c_transfer_t *i2c_tran); 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() 1824 unitp->i2c_status = ret = nct_i2c_transfer(unitp->pcf8574_hdl, tp); in pcf8574_init_chip() 1878 unitp->i2c_status = nct_i2c_transfer(unitp->pcf8574_hdl, tp); in pcf8574_init_chip()
|
H A D | pcf8591_nct.c | 94 extern int nct_i2c_transfer(i2c_client_hdl_t i2c_hdl, i2c_transfer_t *i2c_tran); 363 if (nct_i2c_transfer(unitp->pcf8591_hdl, in pcf8591_io() 584 if (nct_i2c_transfer(unitp->pcf8591_hdl, unitp->i2c_tran) in pcf8591_ioctl() 615 if (nct_i2c_transfer(unitp->pcf8591_hdl, unitp->i2c_tran) in pcf8591_ioctl() 1058 retval = nct_i2c_transfer(unitp->pcf8591_hdl, tp); in pcf8591_read_chip()
|
H A D | scsb.c | 234 int nct_i2c_transfer(i2c_client_hdl_t i2c_hdl, i2c_transfer_t *i2c_tran); 5304 if (error = nct_i2c_transfer(scsb->scsb_phandle, i2cxferp)) { in scsb_write_mask() 5323 if (error = nct_i2c_transfer(scsb->scsb_phandle, i2cxferp)) { in scsb_write_mask() 5415 if (error = nct_i2c_transfer(scsb->scsb_phandle, i2cxferp)) { in scsb_rdwr_register() 6773 if ((error = nct_i2c_transfer(scsb->scsb_phandle, i2cxferp)) == 0) { in scsb_reset_slot() 6885 if (error = nct_i2c_transfer(scsb->scsb_phandle, i2cxferp)) { in scsb_reset_slot() 6909 if ((error = nct_i2c_transfer(scsb->scsb_phandle, in scsb_reset_slot() 7269 if (error = nct_i2c_transfer(scsb->scsb_phandle, i2cxferp)) { in scsb_blind_read() 7423 nct_i2c_transfer(i2c_client_hdl_t i2c_hdl, i2c_transfer_t *i2c_tran) in nct_i2c_transfer() function
|