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

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

Completed in 366 milliseconds