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

/illumos-gate/usr/src/uts/sun4u/io/i2c/nexus/
H A Dsmbus.c313 if (smbus->smbus_timeout != 0) {
314 (void) untimeout(smbus->smbus_timeout);
877 smbus->smbus_timeout = timeout(smbus_intr_timeout,
881 smbus->smbus_timeout));
963 if (smbus->smbus_timeout == 0) {
1003 if (smbus->smbus_timeout == 0) {
1167 timer_id = smbus->smbus_timeout;
1168 smbus->smbus_timeout = 0;
1176 smbus->smbus_timeout = timeout(smbus_intr_timeout,
1179 "%s", smbus->smbus_timeout, sr
[all...]
/illumos-gate/usr/src/uts/sun4u/sys/i2c/nexus/
H A Dsmbus.h171 timeout_id_t smbus_timeout; member in struct:smbus
230 #define SMBUS_TIMEOUT "smbus_timeout"

Completed in 65 milliseconds