Home
last modified time | relevance | path

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

/openbmc/gpioplus/src/gpioplus/internal/
H A Dsys.hpp28 virtual int gpiohandle_set_line_values(
54 int gpiohandle_set_line_values(int fd,
H A Dsys.cpp49 int SysImpl::gpiohandle_set_line_values(int fd, in gpiohandle_set_line_values() function in gpioplus::internal::SysImpl
/openbmc/gpioplus/src/gpioplus/test/
H A Dsys.hpp23 MOCK_CONST_METHOD2(gpiohandle_set_line_values,
/openbmc/gpioplus/test/
H A Dhandle.cpp214 EXPECT_CALL(mock, gpiohandle_set_line_values(handle_fd, testing::_)) in TEST_F()
230 EXPECT_CALL(mock, gpiohandle_set_line_values(handle_fd, testing::_)) in TEST_F()
/openbmc/gpioplus/src/gpioplus/
H A Dhandle.cpp127 int r = fd.getSys()->gpiohandle_set_line_values(*fd, &data); in setValues()