Home
last modified time | relevance | path

Searched refs:createPMBus (Results 1 – 8 of 8) sorted by relevance

/openbmc/phosphor-power/phosphor-power-sequencer/src/
H A Dservices.hpp125 virtual std::unique_ptr<PMBusBase> createPMBus(
198 virtual std::unique_ptr<PMBusBase> createPMBus( in createPMBus() function in phosphor::power::sequencer::BMCServices
H A Dpmbus_driver_device.hpp72 services.createPMBus(bus, address, driverName, instance);
/openbmc/phosphor-power/phosphor-power-supply/test/
H A Dmock.cpp8 std::unique_ptr<PMBusBase> createPMBus(std::uint8_t /*bus*/, in createPMBus() function
/openbmc/phosphor-power/
H A Dpmbus.hpp195 std::unique_ptr<PMBusBase> createPMBus(std::uint8_t bus,
254 createPMBus(std::uint8_t bus, const std::string& address);
H A Dpmbus.cpp401 PMBus::createPMBus(std::uint8_t bus, const std::string& address) in createPMBus() function in phosphor::pmbus::PMBus
410 std::unique_ptr<PMBusBase> createPMBus(std::uint8_t bus, in createPMBus() function
413 return PMBus::createPMBus(bus, address); in createPMBus()
/openbmc/phosphor-power/phosphor-power-sequencer/test/
H A Dmock_services.hpp57 createPMBus(uint8_t, uint16_t, const std::string&, size_t) override in createPMBus() function in phosphor::power::sequencer::MockServices
/openbmc/phosphor-power/tools/power-utils/
H A Dutils.cpp126 return phosphor::pmbus::createPMBus(i2cBus, ss.str()); in getPmbusIntf()
/openbmc/phosphor-power/phosphor-power-supply/
H A Dpower_supply.cpp59 pmbusIntf = phosphor::pmbus::createPMBus(i2cbus, addrStr); in PowerSupply()