Home
last modified time | relevance | path

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

/linux-6.15/include/uapi/linux/
H A Dgpio.h458 #define GPIOEVENT_REQUEST_FALLING_EDGE (1UL << 1) macro
/linux-6.15/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-6.15/drivers/gpio/
H A Dgpiolib-cdev.c1804 GPIOEVENT_REQUEST_FALLING_EDGE)
1998 && le->eflags & GPIOEVENT_REQUEST_FALLING_EDGE) { in lineevent_irq_thread()
2010 } else if (le->eflags & GPIOEVENT_REQUEST_FALLING_EDGE) { in lineevent_irq_thread()
2123 if (eflags & GPIOEVENT_REQUEST_FALLING_EDGE) in lineevent_create()