Searched refs:GPIO_NR_PALMTX_PCMCIA_READY (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pcmcia/
H A Dpxa2xx_palmtx.c49 ret = gpio_request(GPIO_NR_PALMTX_PCMCIA_READY, "PCMCIA RDY");
52 ret = gpio_direction_input(GPIO_NR_PALMTX_PCMCIA_READY);
56 skt->socket.pci_irq = gpio_to_irq(GPIO_NR_PALMTX_PCMCIA_READY);
60 gpio_free(GPIO_NR_PALMTX_PCMCIA_READY);
73 gpio_free(GPIO_NR_PALMTX_PCMCIA_READY);
83 state->ready = !!gpio_get_value(GPIO_NR_PALMTX_PCMCIA_READY);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-pxa/include/mach/
H A Dpalmtx.h59 #define GPIO_NR_PALMTX_PCMCIA_READY 116 macro

Completed in 156 milliseconds