Home
last modified time | relevance | path

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

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