Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpio/
Dgpiolib-legacy.c41 if (flags & GPIOF_ACTIVE_LOW) in gpio_request_one()
/linux-4.1.27/include/linux/
Dgpio.h20 #define GPIOF_ACTIVE_LOW (1 << 2) macro
/linux-4.1.27/drivers/clk/
Dclk-gpio-gate.c83 gpio_flags = GPIOF_ACTIVE_LOW | GPIOF_OUT_INIT_HIGH; in clk_register_gpio_gate()
/linux-4.1.27/drivers/leds/
Dleds-gpio.c112 flags |= GPIOF_ACTIVE_LOW; in create_gpio_led()
/linux-4.1.27/drivers/input/keyboard/
Dgpio_keys_polled.c252 flags |= GPIOF_ACTIVE_LOW; in gpio_keys_polled_probe()
/linux-4.1.27/drivers/usb/phy/
Dphy-generic.c234 GPIOF_ACTIVE_LOW, in usb_phy_gen_create_phy()
/linux-4.1.27/Documentation/gpio/
Dboard.txt115 * GPIOF_ACTIVE_LOW - to configure the GPIO as active-low
/linux-4.1.27/drivers/usb/gadget/udc/
Dpxa27x_udc.c2413 gpio_flags = mach->gpio_pullup_inverted ? GPIOF_ACTIVE_LOW : 0; in pxa_udc_probe()