/openbmc/phosphor-power/phosphor-power-sequencer/src/ |
H A D | pmbus_driver_device.hpp | 67 const std::string& driverName = "", size_t instance = 0) : in PMBusDriverDevice() argument 69 driverName{driverName}, instance{instance} 72 services.createPMBus(bus, address, driverName, instance); 102 return driverName; in getDriverName() 237 std::string driverName; member in phosphor::power::sequencer::PMBusDriverDevice
|
H A D | services.hpp | 126 uint8_t bus, uint16_t address, const std::string& driverName = "", 199 uint8_t bus, uint16_t address, const std::string& driverName = "", in createPMBus() argument 204 return std::make_unique<PMBus>(path, driverName, instance); in createPMBus()
|
H A D | ucd90x_device.hpp | 63 driverName) in UCD90xDevice() 87 constexpr static std::string driverName{"ucd9000"}; member in phosphor::power::sequencer::UCD90xDevice
|
/openbmc/witherspoon-pfault-analysis/ |
H A D | pmbus.hpp | 142 PMBus(const std::string& path, const std::string& driverName, in PMBus() argument 144 basePath(path), driverName(driverName), instance(instance) in PMBus() 291 std::string driverName; member in witherspoon::pmbus::PMBus
|
H A D | pmbus.cpp | 78 auto dir = driverName + "." + std::to_string(instance); in getPath()
|
/openbmc/phosphor-power/ |
H A D | pmbus.hpp | 238 PMBus(const std::string& path, const std::string& driverName, in PMBus() argument 240 basePath(path), driverName(driverName), instance(instance) in PMBus() 410 std::string driverName; member in phosphor::pmbus::PMBus
|
H A D | pmbus.cpp | 78 auto dir = driverName + "." + std::to_string(instance); in getPath()
|
/openbmc/phosphor-power/phosphor-power-sequencer/test/ |
H A D | pmbus_driver_device_tests.cpp | 144 std::string driverName{"xyzdev"}; in TEST_F() local 147 address, driverName, instance}; in TEST_F() 155 EXPECT_EQ(device.getDriverName(), driverName); in TEST_F() 195 std::string driverName{"xyzdev"}; in TEST_F() local 197 bus, address, driverName}; in TEST_F() 199 EXPECT_EQ(device.getDriverName(), driverName); in TEST_F() 210 std::string driverName{"xyzdev"}; in TEST_F() local 213 address, driverName, instance}; in TEST_F()
|
/openbmc/phosphor-power/phosphor-power-supply/ |
H A D | power_supply.cpp | 33 driverName(driver) in PowerSupply() 105 if (driverName.empty()) in bindOrUnbindDriver() 110 if (bindPath.string().find(driverName) != std::string::npos) in bindOrUnbindDriver() 118 path = bindPath / driverName / action; in bindOrUnbindDriver() 119 bindPath = bindPath / driverName; in bindOrUnbindDriver() 718 if (present && driverName != ACBEL_FSG032_DD_NAME) in onOffConfig() 746 if (driverName != ACBEL_FSG032_DD_NAME) in clearVinUVFault() 938 if (driverName == ACBEL_FSG032_DD_NAME) in updateInventory()
|
H A D | power_supply.hpp | 554 return driverName; in getDriverName() 563 driverName = newDriver; in setDriverName() 1075 std::string driverName; member in phosphor::power::psu::PowerSupply
|
H A D | psu_manager.cpp | 256 bus, invpath, *i2cbus, *i2caddr, driverName, presline, in getPSUProperties() 553 if (driverName != ACBEL_FSG032_DD_NAME) in syncHistory() 1324 driverName = linkStrPath.filename(); in buildDriverName() 1336 std::string driverName; in populateDriverName() local 1338 std::for_each(psus.begin(), psus.end(), [&driverName](auto& psu) { in populateDriverName() 1341 driverName = psu->getDriverName(); in populateDriverName() 1346 [=](auto& psu) { psu->setDriverName(driverName); }); in populateDriverName()
|
H A D | psu_manager.hpp | 422 std::string driverName; member in phosphor::power::manager::PSUManager
|