Searched refs:GPIOEVENT_REQUEST_RISING_EDGE (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/uapi/linux/
H A Dgpio.h457 #define GPIOEVENT_REQUEST_RISING_EDGE (1UL << 0) macro
468 * %GPIOEVENT_REQUEST_RISING_EDGE or %GPIOEVENT_REQUEST_FALLING_EDGE
/linux-master/drivers/gpio/
H A Dgpiolib-cdev.c1900 (GPIOEVENT_REQUEST_RISING_EDGE | \
2095 if (le->eflags & GPIOEVENT_REQUEST_RISING_EDGE
2105 } else if (le->eflags & GPIOEVENT_REQUEST_RISING_EDGE) {
2218 if (eflags & GPIOEVENT_REQUEST_RISING_EDGE)

Completed in 296 milliseconds