Home
last modified time | relevance | path

Searched refs:GPIOF_ACTIVE_LOW (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/drivers/gpio/
H A Dgpiolib-legacy.c36 if (flags & GPIOF_ACTIVE_LOW) in gpio_request_one()
/openbmc/linux/include/linux/
H A Dgpio.h33 #define GPIOF_ACTIVE_LOW (1 << 2) macro
/openbmc/linux/drivers/leds/
H A Dleds-gpio.c243 flags |= GPIOF_ACTIVE_LOW; in gpio_led_get_gpiod()
/openbmc/linux/drivers/input/keyboard/
H A Dgpio_keys_polled.c314 flags |= GPIOF_ACTIVE_LOW; in gpio_keys_polled_probe()
H A Dgpio_keys.c544 flags |= GPIOF_ACTIVE_LOW; in gpio_keys_setup_key()
/openbmc/linux/drivers/pcmcia/
H A Dsoc_common.c211 flags |= GPIOF_ACTIVE_LOW; in soc_pcmcia_hw_init()
/openbmc/linux/drivers/usb/gadget/udc/
H A Dpxa27x_udc.c2362 gpio_flags = mach->gpio_pullup_inverted ? GPIOF_ACTIVE_LOW : 0; in pxa_udc_probe()