Searched refs:gpio_get_lineevent (Results 1 – 5 of 5) sorted by relevance
/openbmc/gpioplus/src/gpioplus/internal/ |
H A D | sys.hpp | 34 virtual int gpio_get_lineevent(int fd, 60 int gpio_get_lineevent(int fd,
|
H A D | sys.cpp | 71 int SysImpl::gpio_get_lineevent(int fd, struct gpioevent_request* request) const in gpio_get_lineevent() function in gpioplus::internal::SysImpl
|
/openbmc/gpioplus/test/ |
H A D | event.cpp | 75 EXPECT_CALL(mock, gpio_get_lineevent(chip_fd, testing::_)) in TEST_F() 108 EXPECT_CALL(mock, gpio_get_lineevent(chip_fd, testing::_)) in TEST_F() 130 EXPECT_CALL(mock, gpio_get_lineevent(chip_fd, testing::_)) in SetUp()
|
/openbmc/gpioplus/src/gpioplus/test/ |
H A D | sys.hpp | 29 MOCK_CONST_METHOD2(gpio_get_lineevent, int(int, struct gpioevent_request*));
|
/openbmc/gpioplus/src/gpioplus/ |
H A D | event.cpp | 43 int r = chip.getFd().getSys()->gpio_get_lineevent(*chip.getFd(), &req); in build()
|