Searched refs:GPIOF_ACTIVE_LOW (Results 1 – 7 of 7) sorted by relevance
42 if (flags & GPIOF_ACTIVE_LOW) in gpio_request_one()
31 #define GPIOF_ACTIVE_LOW (1 << 2) macro
225 flags |= GPIOF_ACTIVE_LOW; in gpio_led_get_gpiod()
318 flags |= GPIOF_ACTIVE_LOW; in gpio_keys_polled_probe()
547 flags |= GPIOF_ACTIVE_LOW; in gpio_keys_setup_key()
211 flags |= GPIOF_ACTIVE_LOW; in soc_pcmcia_hw_init()
2362 gpio_flags = mach->gpio_pullup_inverted ? GPIOF_ACTIVE_LOW : 0; in pxa_udc_probe()
Completed in 17 milliseconds