Searched refs:gpio_flags (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mmc/host/
H A Dof_mmc_spi.c103 enum of_gpio_flags gpio_flags; local
105 oms->gpios[i] = of_get_gpio_flags(np, i, &gpio_flags);
115 if (gpio_flags & OF_GPIO_ACTIVE_LOW)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/dream/
H A Dgpio_input.c56 unsigned gpio_flags = ds->info->flags; local
79 npolarity = !(gpio_flags & GPIOEDF_ACTIVE_HIGH);
85 if (gpio_flags & GPIOEDF_PRINT_KEY_DEBOUNCE)
94 if (gpio_flags & GPIOEDF_PRINT_KEY_DEBOUNCE)
103 if (gpio_flags & GPIOEDF_PRINT_KEY_DEBOUNCE)
117 if (gpio_flags & GPIOEDF_PRINT_KEYS)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpio/
H A Dgpiolib.c334 unsigned long gpio_flags)
340 if ((desc->flags & GPIO_TRIGGER_MASK) == gpio_flags)
354 if (!gpio_flags) {
360 if (test_bit(FLAG_TRIG_FALL, &gpio_flags))
363 if (test_bit(FLAG_TRIG_RISE, &gpio_flags))
398 desc->flags |= gpio_flags;
333 gpio_setup_irq(struct gpio_desc *desc, struct device *dev, unsigned long gpio_flags) argument

Completed in 53 milliseconds