Home
last modified time | relevance | path

Searched refs:chipLabel (Results 1 – 3 of 3) sorted by relevance

/openbmc/phosphor-power/phosphor-power-sequencer/src/
H A Dservices.cpp100 std::vector<int> BMCServices::getGPIOValues(const std::string& chipLabel) in getGPIOValues() argument
103 gpiod::chip chip{chipLabel, gpiod::chip::OPEN_BY_LABEL}; in getGPIOValues()
107 "NAME", chip.name(), "LABEL", chipLabel, "NUM_LINES", numLines); in getGPIOValues()
H A Dservices.hpp111 virtual std::vector<int> getGPIOValues(const std::string& chipLabel) = 0;
195 getGPIOValues(const std::string& chipLabel) override;
/openbmc/phosphor-power/phosphor-power-sequencer/test/
H A Dmock_services.hpp53 MOCK_METHOD(std::vector<int>, getGPIOValues, (const std::string& chipLabel),