Home
last modified time | relevance | path

Searched refs:GPIOEVENT_REQUEST_FALLING_EDGE (Results 1 – 4 of 4) sorted by relevance

/linux/include/uapi/linux/
H A Dgpio.h458 #define GPIOEVENT_REQUEST_FALLING_EDGE (1UL << 1) macro
/linux/Documentation/userspace-api/gpio/
H A Dgpio-get-lineevent-ioctl.rst72 ``GPIOEVENT_REQUEST_FALLING_EDGE``, may be combined to detect both rising
H A Dgpio-lineevent-data-read.rst43 ``GPIOEVENT_REQUEST_RISING_EDGE`` or ``GPIOEVENT_REQUEST_FALLING_EDGE``, or
/linux/drivers/gpio/
H A Dgpiolib-cdev.c1777 GPIOEVENT_REQUEST_FALLING_EDGE)
1971 && le->eflags & GPIOEVENT_REQUEST_FALLING_EDGE) { in lineevent_irq_thread()
1983 } else if (le->eflags & GPIOEVENT_REQUEST_FALLING_EDGE) { in lineevent_irq_thread()
2096 if (eflags & GPIOEVENT_REQUEST_FALLING_EDGE) in lineevent_create()