Home
last modified time | relevance | path

Searched refs:gpio_get_lineevent (Results 1 – 5 of 5) sorted by relevance

/openbmc/gpioplus/src/gpioplus/internal/
H A Dsys.hpp34 virtual int gpio_get_lineevent(int fd,
60 int gpio_get_lineevent(int fd,
H A Dsys.cpp71 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 Devent.cpp75 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 Dsys.hpp29 MOCK_CONST_METHOD2(gpio_get_lineevent, int(int, struct gpioevent_request*));
/openbmc/gpioplus/src/gpioplus/
H A Devent.cpp43 int r = chip.getFd().getSys()->gpio_get_lineevent(*chip.getFd(), &req); in build()