Searched refs:GPIOEVENT_REQUEST_FALLING_EDGE (Results 1 – 3 of 3) sorted by relevance
112 #define GPIOEVENT_REQUEST_FALLING_EDGE (1UL << 1) macro
175 eventflags |= GPIOEVENT_REQUEST_FALLING_EDGE; in main()
687 GPIOEVENT_REQUEST_FALLING_EDGE)824 && le->eflags & GPIOEVENT_REQUEST_FALLING_EDGE) { in lineevent_irq_thread()834 } else if (le->eflags & GPIOEVENT_REQUEST_FALLING_EDGE && !level) { in lineevent_irq_thread()942 if (eflags & GPIOEVENT_REQUEST_FALLING_EDGE) in lineevent_create()