Home
last modified time | relevance | path

Searched defs:PMBus (Results 1 – 3 of 3) sorted by relevance

/openbmc/witherspoon-pfault-analysis/
H A Dpmbus.hpp112 class PMBus class
127 PMBus(const std::string& path) : basePath(path) in PMBus() function in witherspoon::pmbus::PMBus
142 PMBus(const std::string& path, const std::string& driverName, in PMBus() function in witherspoon::pmbus::PMBus
/openbmc/phosphor-power/
H A Dpmbus.hpp208 class PMBus : public PMBusBase class
223 PMBus(const std::string& path) : basePath(path) in PMBus() function in phosphor::pmbus::PMBus
238 PMBus(const std::string& path, const std::string& driverName, in PMBus() function in phosphor::pmbus::PMBus
/openbmc/phosphor-power/phosphor-power-sequencer/src/
H A Dservices.hpp37 using PMBus = phosphor::pmbus::PMBus; typedef