Searched refs:pcf8591_hdl (Results 1 - 4 of 4) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/sun4u/sys/i2c/clients/
H A Dpcf8591_impl.h46 i2c_client_hdl_t pcf8591_hdl; member in struct:pcf8591_unit
/opensolaris-onvv-gate/usr/src/uts/sun4u/io/i2c/clients/
H A Dpcf8591.c260 (void) i2c_transfer_alloc(unitp->pcf8591_hdl, &i2c_tran_pointer,
275 i2c_transfer_free(unitp->pcf8591_hdl, i2c_tran_pointer);
284 i2c_transfer_free(unitp->pcf8591_hdl, i2c_tran_pointer);
294 err = i2c_transfer(unitp->pcf8591_hdl, i2c_tran_pointer);
299 i2c_transfer_free(unitp->pcf8591_hdl, i2c_tran_pointer);
314 i2c_transfer_free(unitp->pcf8591_hdl, i2c_tran_pointer);
327 (void) i2c_transfer_alloc(unitp->pcf8591_hdl, &i2c_tran_pointer,
343 i2c_transfer_free(unitp->pcf8591_hdl, i2c_tran_pointer);
354 err = i2c_transfer(unitp->pcf8591_hdl, i2c_tran_pointer);
359 i2c_transfer_free(unitp->pcf8591_hdl, i2c_tran_pointe
[all...]
/opensolaris-onvv-gate/usr/src/uts/sun4u/montecarlo/sys/
H A Dpcf8591_nct.h209 i2c_client_hdl_t pcf8591_hdl; member in struct:pcf8591_unit
/opensolaris-onvv-gate/usr/src/uts/sun4u/montecarlo/io/
H A Dpcf8591_nct.c364 if (nct_i2c_transfer(unitp->pcf8591_hdl,
585 if (nct_i2c_transfer(unitp->pcf8591_hdl, unitp->i2c_tran)
616 if (nct_i2c_transfer(unitp->pcf8591_hdl, unitp->i2c_tran)
688 i2c_transfer_free(unitp->pcf8591_hdl, unitp->i2c_tran);
692 i2c_client_unregister(unitp->pcf8591_hdl);
827 if (i2c_client_register(dip, &unitp->pcf8591_hdl)
839 if (i2c_transfer_alloc(unitp->pcf8591_hdl, &unitp->i2c_tran,
1059 retval = nct_i2c_transfer(unitp->pcf8591_hdl, tp);

Completed in 262 milliseconds