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
1777 GPIOEVENT_REQUEST_FALLING_EDGE)1971 && le->eflags & GPIOEVENT_REQUEST_FALLING_EDGE) { in lineevent_irq_thread()1983 } else if (le->eflags & GPIOEVENT_REQUEST_FALLING_EDGE) { in lineevent_irq_thread()2096 if (eflags & GPIOEVENT_REQUEST_FALLING_EDGE) in lineevent_create()