Searched refs:GPIOEVENT_REQUEST_FALLING_EDGE (Results 1 – 4 of 4) sorted by relevance
458 #define GPIOEVENT_REQUEST_FALLING_EDGE (1UL << 1) macro
72 ``GPIOEVENT_REQUEST_FALLING_EDGE``, may be combined to detect both rising
43 ``GPIOEVENT_REQUEST_RISING_EDGE`` or ``GPIOEVENT_REQUEST_FALLING_EDGE``, or
1921 GPIOEVENT_REQUEST_FALLING_EDGE)2115 && le->eflags & GPIOEVENT_REQUEST_FALLING_EDGE) { in lineevent_irq_thread()2127 } else if (le->eflags & GPIOEVENT_REQUEST_FALLING_EDGE) { in lineevent_irq_thread()2240 if (eflags & GPIOEVENT_REQUEST_FALLING_EDGE) in lineevent_create()
Completed in 12 milliseconds