Searched refs:pic16f819_hdl (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/sun4u/sys/i2c/clients/
H A Dpic16f819_impl.h41 i2c_client_hdl_t pic16f819_hdl; member in struct:pic16f819_unit
/opensolaris-onvv-gate/usr/src/uts/sun4u/io/i2c/clients/
H A Dpic16f819.c151 (void) i2c_transfer_alloc(unitp->pic16f819_hdl, &i2c_tran_pointer,
159 err = i2c_transfer(unitp->pic16f819_hdl, i2c_tran_pointer);
167 i2c_transfer_free(unitp->pic16f819_hdl, i2c_tran_pointer);
177 (void) i2c_transfer_alloc(unitp->pic16f819_hdl, &i2c_tran_pointer,
191 err = i2c_transfer(unitp->pic16f819_hdl, i2c_tran_pointer);
196 i2c_transfer_free(unitp->pic16f819_hdl, i2c_tran_pointer);
400 if (i2c_client_register(dip, &unitp->pic16f819_hdl) != I2C_SUCCESS) {
446 i2c_client_unregister(unitp->pic16f819_hdl);

Completed in 93 milliseconds