Home
last modified time | relevance | path

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

/linux-6.12.1/Documentation/userspace-api/gpio/
Dgpio-lineevent-data-read.rst43 ``GPIOEVENT_REQUEST_RISING_EDGE`` or ``GPIOEVENT_REQUEST_FALLING_EDGE``, or
50 ``GPIOEVENT_REQUEST_RISING_EDGE`` then corresponds to a falling physical edge.
Dgpio-get-lineevent-ioctl.rst71 The edge flags, ``GPIOEVENT_REQUEST_RISING_EDGE`` and
/linux-6.12.1/include/uapi/linux/
Dgpio.h457 #define GPIOEVENT_REQUEST_RISING_EDGE (1UL << 0) macro
/linux-6.12.1/drivers/gpio/
Dgpiolib-cdev.c1920 (GPIOEVENT_REQUEST_RISING_EDGE | \
2114 if (le->eflags & GPIOEVENT_REQUEST_RISING_EDGE in lineevent_irq_thread()
2124 } else if (le->eflags & GPIOEVENT_REQUEST_RISING_EDGE) { in lineevent_irq_thread()
2237 if (eflags & GPIOEVENT_REQUEST_RISING_EDGE) in lineevent_create()