Home
last modified time | relevance | path

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

/openbmc/phosphor-hwmon/
H A Dsysfs.cpp170 for (const auto& hwmonInst : fs::directory_iterator(hwmonRoot)) in findHwmonFromOFPath() local
172 auto path = hwmonInst.path(); in findHwmonFromOFPath()
189 return hwmonInst.path(); in findHwmonFromOFPath()
197 return hwmonInst.path(); in findHwmonFromOFPath()
223 auto hwmonInst = std::find_if( in findHwmonFromDevPath() local
228 if (hwmonInst != end(dir_iter)) in findHwmonFromDevPath()
230 return hwmonInst->path(); in findHwmonFromDevPath()