Home
last modified time | relevance | path

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

/openbmc/gpioplus/src/gpioplus/internal/
H A Dsys.hpp32 virtual int gpio_get_linehandle(
58 int gpio_get_linehandle(int fd,
H A Dsys.cpp65 int SysImpl::gpio_get_linehandle(int fd, in gpio_get_linehandle() function in gpioplus::internal::SysImpl
/openbmc/gpioplus/test/
H A Dhandle.cpp89 EXPECT_CALL(mock, gpio_get_linehandle(chip_fd, testing::_)) in TEST_F()
135 EXPECT_CALL(mock, gpio_get_linehandle(chip_fd, testing::_)) in TEST_F()
163 EXPECT_CALL(mock, gpio_get_linehandle(chip_fd, testing::_)) in SetUp()
/openbmc/gpioplus/src/gpioplus/test/
H A Dsys.hpp27 MOCK_CONST_METHOD2(gpio_get_linehandle,
/openbmc/gpioplus/src/gpioplus/
H A Dhandle.cpp67 int r = chip.getFd().getSys()->gpio_get_linehandle(*chip.getFd(), &req); in build()