Searched refs:gpioevent_data (Results 1 – 4 of 4) sorted by relevance
/openbmc/gpioplus/test/ |
H A D | event.cpp | 151 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 D | event.cpp | 66 struct gpioevent_data data; in read()
|
/openbmc/linux/include/uapi/linux/ |
H A D | gpio.h | 497 struct gpioevent_data { struct
|
/openbmc/linux/drivers/gpio/ |
H A D | gpiolib-cdev.c | 1993 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()
|