Home
last modified time | relevance | path

Searched refs:gpiohandle_get_line_values (Results 1 – 7 of 7) sorted by relevance

/openbmc/gpioplus/src/gpioplus/internal/
H A Dsys.hpp26 virtual int gpiohandle_get_line_values(
52 int gpiohandle_get_line_values(int fd,
H A Dsys.cpp43 int SysImpl::gpiohandle_get_line_values(int fd, in gpiohandle_get_line_values() function in gpioplus::internal::SysImpl
/openbmc/gpioplus/test/
H A Dhandle.cpp185 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 Devent.cpp187 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 Dsys.hpp21 MOCK_CONST_METHOD2(gpiohandle_get_line_values,
/openbmc/gpioplus/src/gpioplus/
H A Devent.cpp88 int r = fd.getSys()->gpiohandle_get_line_values(*fd, &data); in getValue()
H A Dhandle.cpp100 int r = fd.getSys()->gpiohandle_get_line_values(*fd, &data); in getValues()