Home
last modified time | relevance | path

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

/openbmc/gpioplus/test/
H A Devent.cpp34 EXPECT_EQ(GPIOEVENT_REQUEST_RISING_EDGE | GPIOEVENT_REQUEST_FALLING_EDGE, in TEST()
83 EXPECT_EQ(GPIOEVENT_REQUEST_RISING_EDGE, req.eventflags); in TEST_F()
/openbmc/gpioplus/src/gpioplus/
H A Devent.cpp19 ret |= GPIOEVENT_REQUEST_RISING_EDGE; in toInt()
/openbmc/linux/include/uapi/linux/
H A Dgpio.h454 #define GPIOEVENT_REQUEST_RISING_EDGE (1UL << 0) macro
/openbmc/linux/drivers/gpio/
H A Dgpiolib-cdev.c1998 (GPIOEVENT_REQUEST_RISING_EDGE | \
2219 if (le->eflags & GPIOEVENT_REQUEST_RISING_EDGE in lineevent_irq_thread()
2229 } else if (le->eflags & GPIOEVENT_REQUEST_RISING_EDGE) { in lineevent_irq_thread()
2342 if (eflags & GPIOEVENT_REQUEST_RISING_EDGE) in lineevent_create()