Searched refs:GPIOEVENT_REQUEST_FALLING_EDGE (Results 1 – 2 of 2) sorted by relevance
455 #define GPIOEVENT_REQUEST_FALLING_EDGE (1UL << 1) macro
1819 GPIOEVENT_REQUEST_FALLING_EDGE)2040 && le->eflags & GPIOEVENT_REQUEST_FALLING_EDGE) { in lineevent_irq_thread()2052 } else if (le->eflags & GPIOEVENT_REQUEST_FALLING_EDGE) { in lineevent_irq_thread()2164 if (eflags & GPIOEVENT_REQUEST_FALLING_EDGE) in lineevent_create()