Searched refs:GPIOEVENT_REQUEST_RISING_EDGE (Results 1 – 4 of 4) sorted by relevance
111 #define GPIOEVENT_REQUEST_RISING_EDGE (1UL << 0) macro
445 #define GPIOEVENT_REQUEST_RISING_EDGE (1UL << 0) macro
1467 (GPIOEVENT_REQUEST_RISING_EDGE | \1649 if (le->eflags & GPIOEVENT_REQUEST_RISING_EDGE in lineevent_irq_thread()1659 } else if (le->eflags & GPIOEVENT_REQUEST_RISING_EDGE) { in lineevent_irq_thread()1773 if (eflags & GPIOEVENT_REQUEST_RISING_EDGE) in lineevent_create()