Searched refs:at91_get_gpio_value (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ide/
H A Dat91_ide.c235 pin_val1 = at91_get_gpio_value(irq);
236 pin_val2 = at91_get_gpio_value(irq);
257 if (board->det_pin && at91_get_gpio_value(board->det_pin) != 0) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-at91/
H A Dleds.c121 unsigned long is_off = at91_get_gpio_value(led);
H A Dgpio.c257 int at91_get_gpio_value(unsigned pin) function
268 EXPORT_SYMBOL(at91_get_gpio_value); variable
605 at91_get_gpio_value(pin) ?
H A Dboard-cap9adk.c93 return !at91_get_gpio_value(AT91_PIN_PC4); /* Touchscreen PENIRQ */
H A Dboard-neocore926.c98 return !at91_get_gpio_value(AT91_PIN_PA15); /* Touchscreen PENIRQ */
H A Dboard-sam9263ek.c99 return !at91_get_gpio_value(AT91_PIN_PA15); /* Touchscreen PENIRQ */
H A Dboard-sam9261ek.c251 return !at91_get_gpio_value(AT91_PIN_PC2); /* Touchscreen PENIRQ */
H A Dboard-yl-9200.c325 return !at91_get_gpio_value(AT91_PIN_PB11); /* Touchscreen PENIRQ */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-at91/include/mach/
H A Dgpio.h203 extern int at91_get_gpio_value(unsigned pin);

Completed in 59 milliseconds