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

/opensolaris-onvv-gate/usr/src/uts/sun4u/sys/i2c/clients/
H A Dssc100_impl.h64 i2c_client_hdl_t ssc100_hdl; member in struct:ssc100_unit
/opensolaris-onvv-gate/usr/src/uts/sun4u/io/i2c/clients/
H A Dssc100.c230 (void) i2c_transfer_alloc(unitp->ssc100_hdl, &i2c_tran_pointer,
244 err = i2c_transfer(unitp->ssc100_hdl, i2c_tran_pointer);
252 i2c_transfer_free(unitp->ssc100_hdl, i2c_tran_pointer);
550 if (i2c_client_register(dip, &unitp->ssc100_hdl) != I2C_SUCCESS) {
588 i2c_client_unregister(unitp->ssc100_hdl);
661 (void) i2c_transfer_alloc(unitp->ssc100_hdl, &i2ctp,
679 if ((err = i2c_transfer(unitp->ssc100_hdl, i2ctp)) !=
690 (void) i2c_transfer_alloc(unitp->ssc100_hdl, &i2ctp, 1,
702 if ((err = i2c_transfer(unitp->ssc100_hdl, i2ctp)) !=
718 i2c_transfer_free(unitp->ssc100_hdl, i2ct
[all...]

Completed in 89 milliseconds