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.cpp298 auto physpath = method["physpath"].get<std::string>(); in getGpio() local
305 fanIndex, physpath, devpath, key); in getGpio()
321 {"PHYSPATH", physpath}, in getGpio()
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()