Home
last modified time | relevance | path

Searched refs:GPIOEVENT_REQUEST_RISING_EDGE (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/include/uapi/linux/
Dgpio.h111 #define GPIOEVENT_REQUEST_RISING_EDGE (1UL << 0) macro
/Linux-v4.19/tools/gpio/
Dgpio-event-mon.c172 eventflags |= GPIOEVENT_REQUEST_RISING_EDGE; in main()
/Linux-v4.19/drivers/gpio/
Dgpiolib.c686 (GPIOEVENT_REQUEST_RISING_EDGE | \
823 if (le->eflags & GPIOEVENT_REQUEST_RISING_EDGE in lineevent_irq_thread()
831 } else if (le->eflags & GPIOEVENT_REQUEST_RISING_EDGE && level) { in lineevent_irq_thread()
940 if (eflags & GPIOEVENT_REQUEST_RISING_EDGE) in lineevent_create()