Searched refs:getSys (Results 1 – 7 of 7) sorted by relevance
/openbmc/gpioplus/src/gpioplus/ |
H A D | event.cpp | 43 int r = chip.getFd().getSys()->gpio_get_lineevent(*chip.getFd(), &req); in build() 56 std::false_type(), chip.getFd().getSys()) in Event() 67 ssize_t read = fd.getSys()->read(*fd, &data, sizeof(data)); in read() 88 int r = fd.getSys()->gpiohandle_get_line_values(*fd, &data); in getValue()
|
H A D | handle.cpp | 67 int r = chip.getFd().getSys()->gpio_get_linehandle(*chip.getFd(), &req); in build() 80 chip.getFd().getSys()), in Handle() 100 int r = fd.getSys()->gpiohandle_get_line_values(*fd, &data); in getValues() 127 int r = fd.getSys()->gpiohandle_set_line_values(*fd, &data); in setValues()
|
H A D | chip.cpp | 30 int r = fd.getSys()->gpio_get_chipinfo(*fd, &info); in getChipInfo() 46 int r = fd.getSys()->gpio_get_lineinfo(*fd, &info); in getLineInfo()
|
/openbmc/gpioplus/test/internal/ |
H A D | fd.cpp | 48 EXPECT_EQ(&mock, fd.getSys()); in TEST_F() 64 EXPECT_EQ(&mock, fd.getSys()); in TEST_F() 110 EXPECT_EQ(&mock, fd.getSys()); in TEST_F() 157 EXPECT_EQ(&mock, fd2.getSys()); in TEST_F() 159 EXPECT_EQ(&mock, fd.getSys()); in TEST_F() 198 EXPECT_EQ(&mock, fd2.getSys()); in TEST_F() 200 EXPECT_EQ(&mock, fd.getSys()); in TEST_F()
|
/openbmc/gpioplus/src/gpioplus/internal/ |
H A D | fd.hpp | 61 const Sys* getSys() const;
|
H A D | fd.cpp | 85 const Sys* Fd::getSys() const in getSys() function in gpioplus::internal::Fd
|
/openbmc/gpioplus/test/ |
H A D | chip.cpp | 72 EXPECT_EQ(&mock, chip->getFd().getSys()); in TEST_F()
|