Home
last modified time | relevance | path

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

/openbmc/gpioplus/test/
H A Devent.cpp83 EXPECT_EQ(GPIOEVENT_REQUEST_RISING_EDGE, req.eventflags); in TEST_F()
116 EXPECT_EQ(0, req.eventflags); in TEST_F()
/openbmc/gpioplus/src/gpioplus/
H A Devent.cpp36 req.eventflags = event_flags.toInt(); in build()
/openbmc/linux/include/uapi/linux/
H A Dgpio.h478 __u32 eventflags; member
/openbmc/linux/drivers/gpio/
H A Dgpiolib-cdev.c2281 eflags = eventreq.eventflags; in lineevent_create()