Lines Matching full:psu
45 * @brief Get the PSU model from sysfs.
47 * Obtain PSU information from the PSU JSON file.
51 * @param[in] psuInventoryPath - PSU D-Bus inventory path
53 * @return PSU model
57 // Parse PSU JSON file in getModelJson()
61 // Get PSU device path from JSON in getModelJson()
71 "Unable to find device path for PSU {}", psuInventoryPath)}; in getModelJson()
77 std::format("Empty device path for PSU {}", psuInventoryPath)}; in getModelJson()
111 * @brief Get the PSU model from sysfs.
113 * Obtain PSU information from D-Bus.
118 * @param[in] psuInventoryPath - PSU D-Bus inventory path
120 * @return PSU model
125 // Get PSU I2C bus/address and create PMBus interface in getModelDbus()
145 // Obtain PSU information from JSON file in getModel()
150 // Obtain PSU information from D-Bus in getModel()