Home
last modified time | relevance | path

Searched refs:StandardDevice (Results 1 – 7 of 7) sorted by relevance

/openbmc/phosphor-power/phosphor-power-sequencer/src/
H A Dstandard_device.hpp41 class StandardDevice : public PowerSequencerDevice class
45 StandardDevice() = delete;
46 StandardDevice(const StandardDevice&) = delete;
47 StandardDevice(StandardDevice&&) = delete;
48 StandardDevice& operator=(const StandardDevice&) = delete;
49 StandardDevice& operator=(StandardDevice&&) = delete;
50 virtual ~StandardDevice() = default;
58 explicit StandardDevice(const std::string& name, in StandardDevice() function in phosphor::power::sequencer::StandardDevice
H A Dstandard_device.cpp29 std::string StandardDevice::findPgoodFault( in findPgoodFault()
75 std::vector<int> StandardDevice::getGPIOValuesIfPossible(Services& services) in getGPIOValuesIfPossible()
87 Rail* StandardDevice::findRailWithPgoodFault( in findRailWithPgoodFault()
124 void StandardDevice::storePgoodFaultDebugData( in storePgoodFaultDebugData()
137 void StandardDevice::storeGPIOValues( in storeGPIOValues()
H A Dpmbus_driver_device.hpp42 class PMBusDriverDevice : public StandardDevice
68 StandardDevice(name, std::move(rails)), bus{bus}, address{address}, in PMBusDriverDevice()
177 StandardDevice::prepareForPgoodFaultDetection(services); in prepareForPgoodFaultDetection()
H A Ducd90320_device.cpp64 StandardDevice::storeGPIOValues(services, values, additionalData); in storeGPIOValues()
H A Ducd90160_device.cpp54 StandardDevice::storeGPIOValues(services, values, additionalData); in storeGPIOValues()
/openbmc/phosphor-power/phosphor-power-sequencer/docs/
H A DREADME.md146 - StandardDevice
150 - Sub-class of StandardDevice for power sequencer devices that are bound to a
/openbmc/phosphor-power/phosphor-power-sequencer/test/
H A Dstandard_device_tests.cpp51 class StandardDeviceImpl : public StandardDevice
65 StandardDevice(name, std::move(rails)) in StandardDeviceImpl()