Searched refs:ofNode (Results 1 – 3 of 3) sorted by relevance
84 fs::path ofNode = i2cBusPath(bus) / deviceDirName(bus, address) / "of_node"; in deviceStatic() local89 return fs::exists(ofNode, ec); in deviceStatic()
164 std::string findHwmonFromOFPath(const std::string& ofNode) in findHwmonFromOFPath() argument168 auto fullOfPath = fs::path(ofRoot) / fs::path(ofNode).relative_path(); in findHwmonFromOFPath()
49 std::string findHwmonFromOFPath(const std::string& ofNode);