Home
last modified time | relevance | path

Searched refs:PMBusDriverDevice (Results 1 – 6 of 6) sorted by relevance

/openbmc/phosphor-power/phosphor-power-sequencer/src/
H A Dpmbus_driver_device.hpp42 class PMBusDriverDevice : public StandardDevice class
46 PMBusDriverDevice() = delete;
47 PMBusDriverDevice(const PMBusDriverDevice&) = delete;
48 PMBusDriverDevice(PMBusDriverDevice&&) = delete;
49 PMBusDriverDevice& operator=(const PMBusDriverDevice&) = delete;
50 PMBusDriverDevice& operator=(PMBusDriverDevice&&) = delete;
51 virtual ~PMBusDriverDevice() = default;
64 explicit PMBusDriverDevice( in PMBusDriverDevice() function in phosphor::power::sequencer::PMBusDriverDevice
H A Dpmbus_driver_device.cpp34 std::vector<int> PMBusDriverDevice::getGPIOValues(Services& services) in getGPIOValues()
55 uint16_t PMBusDriverDevice::getStatusWord(uint8_t page) in getStatusWord()
72 uint8_t PMBusDriverDevice::getStatusVout(uint8_t page) in getStatusVout()
89 double PMBusDriverDevice::getReadVout(uint8_t page) in getReadVout()
110 double PMBusDriverDevice::getVoutUVFaultLimit(uint8_t page) in getVoutUVFaultLimit()
131 unsigned int PMBusDriverDevice::getFileNumber(uint8_t page) in getFileNumber()
149 void PMBusDriverDevice::buildPageToFileNumberMap() in buildPageToFileNumberMap()
190 bool PMBusDriverDevice::isLabelFile(const std::string& fileName, in isLabelFile()
221 PMBusDriverDevice::readPageFromLabelFile(const std::string& fileName) in readPageFromLabelFile()
H A Ducd90x_device.hpp39 class UCD90xDevice : public PMBusDriverDevice
62 PMBusDriverDevice(name, std::move(rails), services, bus, address, in UCD90xDevice()
H A Ducd90x_device.cpp64 PMBusDriverDevice::storePgoodFaultDebugData(services, gpioValues, in storePgoodFaultDebugData()
/openbmc/phosphor-power/phosphor-power-sequencer/test/
H A Dpmbus_driver_device_tests.cpp120 PMBusDriverDevice device{name, std::move(rails), services, bus, in TEST_F()
196 PMBusDriverDevice device{name, std::move(rails), services, in TEST_F()
212 PMBusDriverDevice device{name, std::move(rails), services, bus, in TEST_F()
245 PMBusDriverDevice device{name, std::move(rails), services, bus, in TEST_F()
263 PMBusDriverDevice device{name, std::move(rails), services, bus, in TEST_F()
291 PMBusDriverDevice device{name, std::move(rails), services, bus, in TEST_F()
311 PMBusDriverDevice device{name, std::move(rails), services, bus, in TEST_F()
345 PMBusDriverDevice device{name, std::move(rails), services, bus, in TEST_F()
365 PMBusDriverDevice device{name, std::move(rails), services, bus, in TEST_F()
402 PMBusDriverDevice device{name, std::move(rails), services, bus, in TEST_F()
[all …]
/openbmc/phosphor-power/phosphor-power-sequencer/docs/
H A DREADME.md149 - PMBusDriverDevice
153 - Sub-class of PMBusDriverDevice for the UCD90X family of power sequencer