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

/illumos-gate/usr/src/uts/sun4u/io/i2c/nexus/
H A Dsmbus.c59 static int smbus_acquire(smbus_t *, dev_info_t *dip,
661 (void) smbus_acquire(smbus, NULL, NULL);
682 * smbus_acquire() is called by a thread wishing to "own" the SMbus.
686 smbus_acquire(smbus_t *smbus, dev_info_t *dip, i2c_transfer_t *tp) function
716 * smbus_release() is called to release a hold made by smbus_acquire().
811 if (smbus_acquire(smbus, dip, tp) == SMBUS_FAILURE) {

Completed in 61 milliseconds