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

/linux-master/drivers/gpio/
H A Dgpiolib-legacy.c41 if (flags & GPIOF_ACTIVE_LOW)
/linux-master/include/linux/
H A Dgpio.h33 #define GPIOF_ACTIVE_LOW (1 << 2) macro
/linux-master/drivers/leds/
H A Dleds-gpio.c245 flags |= GPIOF_ACTIVE_LOW;
/linux-master/drivers/input/keyboard/
H A Dgpio_keys_polled.c314 flags |= GPIOF_ACTIVE_LOW;
H A Dgpio_keys.c547 flags |= GPIOF_ACTIVE_LOW;
/linux-master/drivers/pcmcia/
H A Dsoc_common.c211 flags |= GPIOF_ACTIVE_LOW;
/linux-master/drivers/usb/gadget/udc/
H A Dpxa27x_udc.c2361 gpio_flags = mach->gpio_pullup_inverted ? GPIOF_ACTIVE_LOW : 0;

Completed in 127 milliseconds