Home
last modified time | relevance | path

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

/openbmc/gpioplus/test/
H A Devent.cpp151 struct gpioevent_data ret; in TEST_F()
154 EXPECT_CALL(mock, read(event_fd, testing::_, sizeof(struct gpioevent_data))) in TEST_F()
164 EXPECT_CALL(mock, read(event_fd, testing::_, sizeof(struct gpioevent_data))) in TEST_F()
171 EXPECT_CALL(mock, read(event_fd, testing::_, sizeof(struct gpioevent_data))) in TEST_F()
178 EXPECT_CALL(mock, read(event_fd, testing::_, sizeof(struct gpioevent_data))) in TEST_F()
/openbmc/gpioplus/src/gpioplus/
H A Devent.cpp66 struct gpioevent_data data; in read()
/openbmc/linux/include/uapi/linux/
H A Dgpio.h497 struct gpioevent_data { struct
/openbmc/linux/drivers/gpio/
H A Dgpiolib-cdev.c1993 DECLARE_KFIFO(events, struct gpioevent_data, 16);
2046 struct gpioevent_data ge; in lineevent_read_unlocked()
2066 ge_size = sizeof(struct gpioevent_data); in lineevent_read_unlocked()
2204 struct gpioevent_data ge; in lineevent_irq_thread()