Home
last modified time | relevance | path

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

/openbmc/openbmc/meta-ibm/recipes-phosphor/fans/phosphor-fan-presence-config/swift/
H A Dconfig.yaml6physpath: /sys/devices/platform/ahb/1e780000.apb/1e780000.apb:bus@1e78a000/1e78a100.i2c/i2c-3/3-00…
19physpath: /sys/devices/platform/ahb/1e780000.apb/1e780000.apb:bus@1e78a000/1e78a100.i2c/i2c-3/3-00…
32physpath: /sys/devices/platform/ahb/1e780000.apb/1e780000.apb:bus@1e78a000/1e78a100.i2c/i2c-3/3-00…
45physpath: /sys/devices/platform/ahb/1e780000.apb/1e780000.apb:bus@1e78a000/1e78a100.i2c/i2c-3/3-00…
59physpath: /sys/devices/platform/ahb/1e780000.apb/1e780000.apb:bus@1e78a000/1e78a100.i2c/i2c-3/3-00…
/openbmc/phosphor-fan-presence/presence/example/
H A Dexample.yaml38 physpath: /sys/devices/foo/bar
58 physpath: /sys/devices/foo/bar
76 physpath: /sys/devices/foo/bar
/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()