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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-pxa/
H A Dgpio.c32 unsigned long irq_edge_fall; member in struct:pxa_gpio_chip
153 gfer |= c->irq_edge_fall & c->irq_mask;
170 if ((c->irq_edge_rise | c->irq_edge_fall) & GPIO_bit(gpio))
192 c->irq_edge_fall |= mask;
194 c->irq_edge_fall &= ~mask;

Completed in 106 milliseconds