Searched refs:GPIOEVENT_REQUEST_FALLING_EDGE (Results 1 – 2 of 2) sorted by relevance
446 #define GPIOEVENT_REQUEST_FALLING_EDGE (1UL << 1) macro
1466 GPIOEVENT_REQUEST_FALLING_EDGE)1648 && le->eflags & GPIOEVENT_REQUEST_FALLING_EDGE) { in lineevent_irq_thread()1660 } else if (le->eflags & GPIOEVENT_REQUEST_FALLING_EDGE) { in lineevent_irq_thread()1775 if (eflags & GPIOEVENT_REQUEST_FALLING_EDGE) in lineevent_create()