Searched refs:physpath (Results 1 – 4 of 4) sorted by relevance
/openbmc/phosphor-fan-presence/presence/ |
H A D | json_parser.cpp | 280 if (!method.contains("physpath") || !method.contains("devpath") || in getTach() 284 "Missing one of the required gpio method properties for fan index {FAN_ENTRY}, which are: 'physpath, devpath, key'", 289 auto physpath = method["physpath"].get<std::string>(); in getGpio() 296 fanIndex, physpath, devpath, key); in getGpio() 310 {"PHYSPATH", physpath}, in getGpio() 298 auto physpath = method["physpath"].get<std::string>(); getGpio() local
|
H A D | pfpgen.py | 143 self.physpath = kw.pop("physpath")
|
/openbmc/phosphor-fan-presence/docs/presence/ |
H A D | methods.md | 38 "physpath": "/sys/bus/i2c/devices/1-0001",
|
/openbmc/phosphor-power/ |
H A D | pmbus.cpp | 403 const std::string physpath = { in createPMBus() local 405 auto interface = std::make_unique<PMBus>(physpath); in createPMBus()
|