Home
last modified time | relevance | path

Searched refs:ofNode (Results 1 – 3 of 3) sorted by relevance

/openbmc/dbus-sensors/src/
H A DDeviceMgmt.cpp84 fs::path ofNode = i2cBusPath(bus) / deviceDirName(bus, address) / "of_node"; in deviceStatic() local
89 return fs::exists(ofNode, ec); in deviceStatic()
/openbmc/phosphor-hwmon/
H A Dsysfs.cpp164 std::string findHwmonFromOFPath(const std::string& ofNode) in findHwmonFromOFPath() argument
168 auto fullOfPath = fs::path(ofRoot) / fs::path(ofNode).relative_path(); in findHwmonFromOFPath()
H A Dsysfs.hpp49 std::string findHwmonFromOFPath(const std::string& ofNode);