Lines Matching +full:instance +full:- +full:id
9 const std::string& path, const std::string& type, const std::string& id, in make_sysfs_path() argument
16 return path + "/"s + type + id; in make_sysfs_path()
19 return path + "/"s + type + id + "_"s + entry; in make_sysfs_path()
22 /** @brief Return the path to the phandle file matching value in io-channels.
25 * One path is used to find the io-channels file.
28 * The 4 byte phandle value and 4 byte index value is read from io-channels.
31 * @param[in] iochanneldir - Path to file for getting phandle from io-channels
32 * @param[in] phandledir - Path to use for reading from phandle file
34 * @return Path to phandle file with value matching that in io-channels
39 /** @brief Find hwmon instances from an open-firmware device tree path
41 * Look for a matching hwmon instance given an
44 * @param[in] ofNode- The open firmware device path.
46 * @returns[in] - The hwmon instance path or an empty
53 * Look for a matching hwmon instance given a device path that
57 * @param[in] devPath - The device path.
59 * @return - The hwmon instance path or an empty
69 * @param[in] instancePath - /sys/class/hwmon/hwmon<N> path.