Searched refs:GPIOEVENT_REQUEST_RISING_EDGE (Results 1 – 4 of 4) sorted by relevance
43 ``GPIOEVENT_REQUEST_RISING_EDGE`` or ``GPIOEVENT_REQUEST_FALLING_EDGE``, or50 ``GPIOEVENT_REQUEST_RISING_EDGE`` then corresponds to a falling physical edge.
71 The edge flags, ``GPIOEVENT_REQUEST_RISING_EDGE`` and
457 #define GPIOEVENT_REQUEST_RISING_EDGE (1UL << 0) macro
1920 (GPIOEVENT_REQUEST_RISING_EDGE | \2114 if (le->eflags & GPIOEVENT_REQUEST_RISING_EDGE in lineevent_irq_thread()2124 } else if (le->eflags & GPIOEVENT_REQUEST_RISING_EDGE) { in lineevent_irq_thread()2237 if (eflags & GPIOEVENT_REQUEST_RISING_EDGE) in lineevent_create()