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

/opensolaris-onvv-gate/usr/src/uts/sun4u/io/i2c/clients/
H A Dmax1617.c216 if (i2c_client_register(dip, &unitp->max1617_hdl) != I2C_SUCCESS) {
242 (void) i2c_transfer_alloc(unitp->max1617_hdl,
251 if (i2c_transfer(unitp->max1617_hdl, i2ctp) != I2C_SUCCESS) {
258 if (i2c_transfer(unitp->max1617_hdl, i2ctp) != I2C_SUCCESS) {
266 if (i2c_transfer(unitp->max1617_hdl, i2ctp) != I2C_SUCCESS) {
274 if (i2c_transfer(unitp->max1617_hdl, i2ctp) != I2C_SUCCESS) {
282 if (i2c_transfer(unitp->max1617_hdl, i2ctp) != I2C_SUCCESS) {
290 if (i2c_transfer(unitp->max1617_hdl, i2ctp) != I2C_SUCCESS) {
301 i2c_transfer_free(unitp->max1617_hdl, i2ctp);
335 i2c_client_unregister(unitp->max1617_hdl);
[all...]
/opensolaris-onvv-gate/usr/src/uts/sun4u/sys/i2c/clients/
H A Dmax1617_impl.h80 i2c_client_hdl_t max1617_hdl; member in struct:max1617_unit

Completed in 41 milliseconds