Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4u/io/
H A Dtodds1337.c271 if (i2c_client_register(dip, &statep->ds1337_i2c_hdl) != I2C_SUCCESS) { in todds1337_attach()
281 (void) i2c_transfer_alloc(statep->ds1337_i2c_hdl, in todds1337_attach()
289 if ((i2c_transfer(statep->ds1337_i2c_hdl, i2c_tp)) != I2C_SUCCESS) { in todds1337_attach()
290 (void) i2c_transfer_free(statep->ds1337_i2c_hdl, i2c_tp); in todds1337_attach()
291 i2c_client_unregister(statep->ds1337_i2c_hdl); in todds1337_attach()
301 (void) i2c_transfer_free(statep->ds1337_i2c_hdl, i2c_tp); in todds1337_attach()
308 (void) i2c_transfer_alloc(statep->ds1337_i2c_hdl, &i2c_tp, in todds1337_attach()
315 if ((i2c_transfer(statep->ds1337_i2c_hdl, i2c_tp)) in todds1337_attach()
317 (void) i2c_transfer_free(statep->ds1337_i2c_hdl, in todds1337_attach()
319 i2c_client_unregister(statep->ds1337_i2c_hdl); in todds1337_attach()
[all …]
/illumos-gate/usr/src/uts/sun4u/sys/
H A Dtodds1337.h110 i2c_client_hdl_t ds1337_i2c_hdl; member