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

/illumos-gate/usr/src/uts/sun4u/sys/i2c/clients/
H A Dics951601_impl.h62 i2c_client_hdl_t ics951601_hdl; member in struct:ics951601_unit
/illumos-gate/usr/src/uts/sun4u/io/i2c/clients/
H A Dics951601.c282 if (i2c_transfer_alloc(icsp->ics951601_hdl, &icsp->ics951601_transfer,
291 if (i2c_client_register(dip, &icsp->ics951601_hdl) != I2C_SUCCESS) {
303 if (i2c_transfer(icsp->ics951601_hdl, icsp->ics951601_transfer)
315 i2c_client_unregister(icsp->ics951601_hdl);
318 i2c_transfer_free(icsp->ics951601_hdl, icsp->ics951601_transfer);
342 i2c_client_unregister(icsp->ics951601_hdl);
343 i2c_transfer_free(icsp->ics951601_hdl, icsp->ics951601_transfer);
403 if (i2c_transfer(icsp->ics951601_hdl, icsp->ics951601_transfer)
436 if (i2c_transfer(icsp->ics951601_hdl, icsp->ics951601_transfer)
526 if (i2c_transfer(icsp->ics951601_hdl, ics
[all...]

Completed in 44 milliseconds