Searched refs:hwmonInst (Results 1 – 1 of 1) sorted by relevance
170 for (const auto& hwmonInst : fs::directory_iterator(hwmonRoot)) in findHwmonFromOFPath() local172 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() local228 if (hwmonInst != end(dir_iter)) in findHwmonFromDevPath()230 return hwmonInst->path(); in findHwmonFromDevPath()