Home
last modified time | relevance | path

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

/linux/Documentation/userspace-api/gpio/
A 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.
A Dgpio-get-lineevent-ioctl.rst71 The edge flags, ``GPIOEVENT_REQUEST_RISING_EDGE`` and
/linux/include/uapi/linux/
A Dgpio.h457 #define GPIOEVENT_REQUEST_RISING_EDGE (1UL << 0) macro
/linux/drivers/gpio/
A 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()

Completed in 12 milliseconds