Lines Matching full:pmbus
9 namespace pmbus namespace
14 // The file name Linux uses to capture the STATUS_WORD from pmbus.
17 // The file name Linux uses to capture the STATUS_INPUT from pmbus.
97 Debug, // pmbus debug directory
103 * @class PMBus
105 * This class is an interface to communicating with PMBus devices
112 class PMBus class
115 PMBus() = delete;
116 ~PMBus() = default;
117 PMBus(const PMBus&) = default;
118 PMBus& operator=(const PMBus&) = default;
119 PMBus(PMBus&&) = default;
120 PMBus& operator=(PMBus&&) = default;
127 PMBus(const std::string& path) : basePath(path) in PMBus() function in witherspoon::pmbus::PMBus
142 PMBus(const std::string& path, const std::string& driverName, in PMBus() function in witherspoon::pmbus::PMBus
151 * therefore doing a PMBus read.
218 * a PMBus write.
303 * The pmbus debug path with status files
308 } // namespace pmbus