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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mfd/
H A Ducb1x00.h248 #define UCB_FALLING (1 << 1) macro
H A Ducb1x00-ts.c239 ucb1x00_enable_irq(ts->ucb, UCB_IRQ_TSPX, machine_is_collie() ? UCB_RISING : UCB_FALLING);
288 ucb1x00_disable_irq(ts->ucb, UCB_IRQ_TSPX, UCB_FALLING);
H A Ducb1x00-core.c269 * %UCB_FALLING or both edges. The interrupt should have been
284 if (edges & UCB_FALLING) {
299 * (%UCB_RISING, %UCB_FALLING or both) edges.
313 if (edges & UCB_FALLING) {

Completed in 97 milliseconds