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

/illumos-gate/usr/src/uts/sun4u/sys/i2c/clients/
H A Dpcf8574_impl.h58 int pcf8574_oflag; member in struct:pcf8574_unit
/illumos-gate/usr/src/uts/sun4u/io/i2c/clients/
H A Dpcf8574.c174 if (unitp->pcf8574_oflag != 0) {
177 unitp->pcf8574_oflag = FEXCL;
180 if (unitp->pcf8574_oflag == FEXCL) {
183 unitp->pcf8574_oflag = FOPEN;
214 unitp->pcf8574_oflag = 0;
/illumos-gate/usr/src/uts/sun4u/littleneck/io/
H A Dpcf8574_lneck.c186 if (unitp->pcf8574_oflag != 0) {
189 unitp->pcf8574_oflag = FEXCL;
192 if (unitp->pcf8574_oflag == FEXCL) {
195 unitp->pcf8574_oflag = FOPEN;
225 unitp->pcf8574_oflag = 0;
/illumos-gate/usr/src/uts/sun4u/montecarlo/sys/
H A Dpcf8574_nct.h305 int pcf8574_oflag; member in struct:pcf8574_unit
/illumos-gate/usr/src/uts/sun4u/montecarlo/io/
H A Dpcf8574_nct.c241 if (unitp->pcf8574_oflag != 0) {
244 unitp->pcf8574_oflag = FEXCL;
247 if (unitp->pcf8574_oflag == FEXCL) {
250 unitp->pcf8574_oflag = FOPEN;
286 unitp->pcf8574_oflag = 0;
587 unitp->pcf8574_oflag = 0;

Completed in 62 milliseconds