GPIO_PIN_INPUT 177 arch/i386/pci/elan520.c sc->sc_gpio_pins[pin].pin_caps = GPIO_PIN_INPUT |
GPIO_PIN_INPUT 185 arch/i386/pci/elan520.c sc->sc_gpio_pins[pin].pin_flags = GPIO_PIN_INPUT;
GPIO_PIN_INPUT 415 arch/i386/pci/elan520.c if (flags & GPIO_PIN_INPUT)
GPIO_PIN_INPUT 110 arch/i386/pci/gscpcib.c sc->sc_gpio_pins[i].pin_caps = GPIO_PIN_INPUT |
GPIO_PIN_INPUT 126 dev/gpio/gpioiic.c if (!(caps & GPIO_PIN_INPUT)) {
GPIO_PIN_INPUT 265 dev/gpio/gpioiic.c sda &= ~(GPIO_PIN_INPUT | GPIO_PIN_OUTPUT | GPIO_PIN_TRISTATE);
GPIO_PIN_INPUT 266 dev/gpio/gpioiic.c sda |= (bits & GPIOIIC_SDA ? GPIO_PIN_OUTPUT : GPIO_PIN_INPUT);
GPIO_PIN_INPUT 118 dev/gpio/gpioow.c if (!(caps & GPIO_PIN_INPUT)) {
GPIO_PIN_INPUT 203 dev/gpio/gpioow.c data &= ~(GPIO_PIN_INPUT | GPIO_PIN_OUTPUT | GPIO_PIN_TRISTATE);
GPIO_PIN_INPUT 204 dev/gpio/gpioow.c data |= GPIO_PIN_INPUT;
GPIO_PIN_INPUT 220 dev/gpio/gpioow.c data &= ~(GPIO_PIN_INPUT | GPIO_PIN_OUTPUT | GPIO_PIN_TRISTATE);
GPIO_PIN_INPUT 152 dev/i2c/pca9554.c sc->sc_gpio_pins[i].pin_caps = GPIO_PIN_INPUT | GPIO_PIN_OUTPUT;
GPIO_PIN_INPUT 3223 dev/ic/ath.c sc->sc_gpio_pins[i].pin_caps = GPIO_PIN_INPUT |
GPIO_PIN_INPUT 3228 dev/ic/ath.c sc->sc_gpio_pins[i].pin_flags = GPIO_PIN_INPUT;
GPIO_PIN_INPUT 3286 dev/ic/ath.c if (flags & GPIO_PIN_INPUT) {
GPIO_PIN_INPUT 112 dev/isa/isagpio.c sc->sc_gpio_pins[i].pin_caps = GPIO_PIN_INPUT | GPIO_PIN_OUTPUT;
GPIO_PIN_INPUT 521 dev/isa/nsclpcsio_isa.c sc->sc_gpio_pins[i].pin_caps = GPIO_PIN_INPUT |