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

/illumos-gate/usr/src/uts/sun4u/snowbird/io/todds1307/
H A Dtodds1307.c268 if (i2c_client_register(dip, &statep->ds1307_i2c_hdl) != I2C_SUCCESS) {
276 (void) i2c_transfer_alloc(statep->ds1307_i2c_hdl,
284 if ((i2c_transfer(statep->ds1307_i2c_hdl, i2c_tp)) != I2C_SUCCESS) {
285 (void) i2c_transfer_free(statep->ds1307_i2c_hdl, i2c_tp);
293 (void) i2c_transfer_free(statep->ds1307_i2c_hdl, i2c_tp);
296 (void) i2c_transfer_alloc(statep->ds1307_i2c_hdl, &i2c_tp,
305 if ((i2c_transfer(statep->ds1307_i2c_hdl, i2c_tp))
307 (void) i2c_transfer_free(statep->ds1307_i2c_hdl,
312 (void) i2c_transfer_free(statep->ds1307_i2c_hdl, i2c_tp);
351 * i2c_client_unregister(statep->ds1307_i2c_hdl);
[all...]
/illumos-gate/usr/src/uts/sun4u/snowbird/sys/
H A Dtodds1307.h80 i2c_client_hdl_t ds1307_i2c_hdl; member in struct:ds1307_state

Completed in 44 milliseconds