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

/illumos-gate/usr/src/uts/sun4u/sys/i2c/clients/
H A Dpcf8591_impl.h46 i2c_client_hdl_t pcf8591_hdl; member in struct:pcf8591_unit
/illumos-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...]
/illumos-gate/usr/src/uts/sun4u/montecarlo/sys/
H A Dpcf8591_nct.h209 i2c_client_hdl_t pcf8591_hdl; member in struct:pcf8591_unit
/illumos-gate/usr/src/uts/sun4u/montecarlo/io/
H A Dpcf8591_nct.c363 if (nct_i2c_transfer(unitp->pcf8591_hdl,
584 if (nct_i2c_transfer(unitp->pcf8591_hdl, unitp->i2c_tran)
615 if (nct_i2c_transfer(unitp->pcf8591_hdl, unitp->i2c_tran)
687 i2c_transfer_free(unitp->pcf8591_hdl, unitp->i2c_tran);
691 i2c_client_unregister(unitp->pcf8591_hdl);
826 if (i2c_client_register(dip, &unitp->pcf8591_hdl)
838 if (i2c_transfer_alloc(unitp->pcf8591_hdl, &unitp->i2c_tran,
1058 retval = nct_i2c_transfer(unitp->pcf8591_hdl, tp);

Completed in 67 milliseconds