Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/sun4u/io/i2c/clients/
H A Dlm75.c172 if (unitp->lm75_oflag != 0) { in lm75_open()
175 unitp->lm75_oflag = FEXCL; in lm75_open()
178 if (unitp->lm75_oflag == FEXCL) { in lm75_open()
181 unitp->lm75_oflag = FOPEN; in lm75_open()
213 unitp->lm75_oflag = 0; in lm75_close()
/titanic_41/usr/src/uts/sun4u/sys/i2c/clients/
H A Dlm75_impl.h49 int lm75_oflag; member