Searched refs:GPIOF_ACTIVE_LOW (Results 1 – 8 of 8) sorted by relevance
41 if (flags & GPIOF_ACTIVE_LOW) in gpio_request_one()
20 #define GPIOF_ACTIVE_LOW (1 << 2) macro
83 gpio_flags = GPIOF_ACTIVE_LOW | GPIOF_OUT_INIT_HIGH; in clk_register_gpio_gate()
112 flags |= GPIOF_ACTIVE_LOW; in create_gpio_led()
252 flags |= GPIOF_ACTIVE_LOW; in gpio_keys_polled_probe()
234 GPIOF_ACTIVE_LOW, in usb_phy_gen_create_phy()
115 * GPIOF_ACTIVE_LOW - to configure the GPIO as active-low
2413 gpio_flags = mach->gpio_pullup_inverted ? GPIOF_ACTIVE_LOW : 0; in pxa_udc_probe()