Lines Matching full:pmbus
6 #include "pmbus.hpp"
27 * Represents a PMBus power supply device.
61 * Various PMBus status bits will be checked for fault conditions.
68 * Write PMBus CLEAR_FAULTS
99 * The path to use for reading various PMBus bits/words.
104 * @brief Pointer to the PMBus interface
107 * that a device driver monitors the PMBus interface to the power
110 phosphor::pmbus::PMBus pmbusIntf;
183 /** @brief Has a PMBus read failure already been logged? */
266 * @brief The type of the power supply inventory pmbus access.
268 phosphor::pmbus::Type inventoryPMBusAccessType =
269 phosphor::pmbus::Type::Base;
319 * @brief Wrapper for PMBus::read() and adding metadata
326 phosphor::pmbus::Type type);