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

/illumos-gate/usr/src/uts/sun4u/sys/i2c/nexus/
H A Dpcf8584.h135 int pcf8584_open; member in struct:pcf8584
/illumos-gate/usr/src/uts/sun4u/io/i2c/nexus/
H A Dpcf8584.c65 static int pcf8584_open(dev_t *devp, int flag, int otyp,
128 pcf8584_open, /* open */
463 pcf8584_open(dev_t *devp, int flag, int otyp, cred_t *cred_p) function
483 if (i2c->pcf8584_open) {
488 i2c->pcf8584_open = 1;
513 i2c->pcf8584_open = 0;

Completed in 47 milliseconds