Lines Matching full:pmbus
18 #include "pmbus.hpp"
40 * PMBus device driver.
116 * Returns interface to the PMBus information that is provided by the device
119 * @return PMBus interface object
121 pmbus::PMBusBase& getPMBusInterface() in getPMBusInterface()
142 * Returns map from PMBus PAGE numbers to sysfs hwmon file numbers.
158 * Returns the hwmon file number that corresponds to the specified PMBus
164 * @param page PMBus PAGE number
173 // Rebuild PMBus PAGE to hwmon file number map in prepareForPgoodFaultDetection()
181 * Build mapping from PMBus PAGE numbers to the hwmon file numbers in
187 * The <number> is not the PMBus PAGE number. The PMBus PAGE is determined
212 * Reads the specified voltage label file to obtain the associated PMBus
215 * The returned optional variable will have no value if the PMBus PAGE
219 * @return PMBus page number
245 * Interface to the PMBus information that is provided by the device driver
248 std::unique_ptr<pmbus::PMBusBase> pmbusInterface;
251 * Map from PMBus PAGE numbers to sysfs hwmon file numbers.