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

/opensolaris-onvv-gate/usr/src/uts/sun4u/sys/i2c/clients/
H A Dltc1427_impl.h41 i2c_client_hdl_t ltc1427_hdl; member in struct:ltc1427_unit
/opensolaris-onvv-gate/usr/src/uts/sun4u/io/i2c/clients/
H A Dltc1427.c275 (void) i2c_transfer_alloc(unitp->ltc1427_hdl,
291 err = i2c_transfer(unitp->ltc1427_hdl, i2c_tran_pointer);
296 i2c_transfer_free(unitp->ltc1427_hdl, i2c_tran_pointer);
369 if (i2c_client_register(dip, &unitp->ltc1427_hdl) != I2C_SUCCESS) {
413 i2c_client_unregister(unitp->ltc1427_hdl);

Completed in 43 milliseconds