GPIO_PIN_LOW      189 arch/i386/pci/elan520.c 			sc->sc_gpio_pins[pin].pin_state = GPIO_PIN_LOW;
GPIO_PIN_LOW      117 arch/i386/pci/gscpcib.c 		    GPIO_PIN_HIGH : GPIO_PIN_LOW;
GPIO_PIN_LOW      300 dev/gpio/gpio.c 		if (value != GPIO_PIN_LOW && value != GPIO_PIN_HIGH)
GPIO_PIN_LOW      321 dev/gpio/gpio.c 		value = (sc->sc_pins[pin].pin_state == GPIO_PIN_LOW ?
GPIO_PIN_LOW      322 dev/gpio/gpio.c 		    GPIO_PIN_HIGH : GPIO_PIN_LOW);
GPIO_PIN_LOW      254 dev/gpio/gpioiic.c 	    bits & GPIOIIC_SDA ? GPIO_PIN_HIGH : GPIO_PIN_LOW);
GPIO_PIN_LOW      256 dev/gpio/gpioiic.c 	    bits & GPIOIIC_SCL ? GPIO_PIN_HIGH : GPIO_PIN_LOW);
GPIO_PIN_LOW      244 dev/gpio/gpioow.c 	    value ? GPIO_PIN_HIGH : GPIO_PIN_LOW);
GPIO_PIN_LOW      157 dev/i2c/pca9554.c 			    data & (1 << i) ? GPIO_PIN_HIGH : GPIO_PIN_LOW;
GPIO_PIN_LOW     3232 dev/ic/ath.c   		    GPIO_PIN_HIGH : GPIO_PIN_LOW;
GPIO_PIN_LOW     3269 dev/ic/ath.c   	return (ath_hal_get_gpio(ah, pin) ? GPIO_PIN_HIGH : GPIO_PIN_LOW);
GPIO_PIN_LOW     3277 dev/ic/ath.c   	ath_hal_set_gpio(ah, pin, value ? GPIO_PIN_HIGH : GPIO_PIN_LOW);
GPIO_PIN_LOW      113 dev/isa/isagpio.c 		sc->sc_gpio_pins[i].pin_state = GPIO_PIN_LOW;
GPIO_PIN_LOW      144 dev/isa/isagpio.c 	if (value == GPIO_PIN_LOW)
GPIO_PIN_LOW      528 dev/isa/nsclpcsio_isa.c 		    i) ? GPIO_PIN_HIGH : GPIO_PIN_LOW;