Searched refs:gpiohandle_get_line_values (Results 1 – 7 of 7) sorted by relevance
/openbmc/gpioplus/src/gpioplus/internal/ |
H A D | sys.hpp | 26 virtual int gpiohandle_get_line_values( 52 int gpiohandle_get_line_values(int fd,
|
H A D | sys.cpp | 43 int SysImpl::gpiohandle_get_line_values(int fd, in gpiohandle_get_line_values() function in gpioplus::internal::SysImpl
|
/openbmc/gpioplus/test/ |
H A D | handle.cpp | 185 EXPECT_CALL(mock, gpiohandle_get_line_values(handle_fd, testing::_)) in TEST_F() 197 EXPECT_CALL(mock, gpiohandle_get_line_values(handle_fd, testing::_)) in TEST_F() 206 EXPECT_CALL(mock, gpiohandle_get_line_values(handle_fd, testing::_)) in TEST_F()
|
H A D | event.cpp | 187 EXPECT_CALL(mock, gpiohandle_get_line_values(event_fd, testing::_)) in TEST_F() 194 EXPECT_CALL(mock, gpiohandle_get_line_values(event_fd, testing::_)) in TEST_F()
|
/openbmc/gpioplus/src/gpioplus/test/ |
H A D | sys.hpp | 21 MOCK_CONST_METHOD2(gpiohandle_get_line_values,
|
/openbmc/gpioplus/src/gpioplus/ |
H A D | event.cpp | 88 int r = fd.getSys()->gpiohandle_get_line_values(*fd, &data); in getValue()
|
H A D | handle.cpp | 100 int r = fd.getSys()->gpiohandle_get_line_values(*fd, &data); in getValues()
|