Home
last modified time | relevance | path

Searched refs:physpath (Results 1 – 4 of 4) sorted by relevance

/openbmc/phosphor-fan-presence/presence/
H A Djson_parser.cpp280 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 Dpfpgen.py143 self.physpath = kw.pop("physpath")
/openbmc/phosphor-fan-presence/docs/presence/
H A Dmethods.md38 "physpath": "/sys/bus/i2c/devices/1-0001",
/openbmc/phosphor-power/
H A Dpmbus.cpp403 const std::string physpath = { in createPMBus() local
405 auto interface = std::make_unique<PMBus>(physpath); in createPMBus()