Lines Matching full:psu
47 * @brief Get PSU version information
49 * @param[in] psuInventoryPath - The PSU inventory path.
71 log<level::WARNING>("Unable to find path for PSU", in getVersionInfo()
97 * @brief Get the PSU version from sysfs.
99 * Obtain PSU information from the PSU JSON file.
103 * @param[in] psuInventoryPath - PSU D-Bus inventory path
105 * @return PSU version, or "" if none found
109 // Get PSU device path, PMBus access type, and sysfs file name from JSON in getVersionJson()
123 * @brief Get the PSU version from sysfs.
125 * Obtain PSU information from D-Bus.
130 * @param[in] psuInventoryPath - PSU D-Bus inventory path
132 * @return PSU version, or "" if none found
137 // Get PSU I2C bus/address and create PMBus interface in getVersionDbus()
178 // Obtain PSU information from JSON file in getVersion()
183 // Obtain PSU information from D-Bus in getVersion()
196 // TODO: when multiple PSU/Machines are supported, add configuration options in getLatest()
200 // IBM AC servers' PSU version has two types: in getLatest()
208 // Inspur FP5280G2 PSU version is human readable text and a larger string in getLatest()