/openbmc/phosphor-power/phosphor-regulators/src/ |
H A D | services.hpp | 39 class Services class 43 Services() = default; 44 Services(const Services&) = delete; 45 Services(Services&&) = delete; 46 Services& operator=(const Services&) = delete; 47 Services& operator=(Services&&) = delete; 48 virtual ~Services() = default; 98 class BMCServices : public Services
|
H A D | system.hpp | 82 void closeDevices(Services& services); 92 void configure(Services& services); 101 void detectPhaseFaults(Services& services); 144 void monitorSensors(Services& services);
|
H A D | system.cpp | 55 void System::closeDevices(Services& services) in closeDevices() 64 void System::configure(Services& services) in configure() 73 void System::detectPhaseFaults(Services& services) in detectPhaseFaults() 82 void System::monitorSensors(Services& services) in monitorSensors()
|
H A D | chassis.hpp | 109 void closeDevices(Services& services); 120 void configure(Services& services, System& system); 130 void detectPhaseFaults(Services& services, System& system); 174 void monitorSensors(Services& services, System& system);
|
H A D | chassis.cpp | 51 void Chassis::closeDevices(Services& services) in closeDevices() 64 void Chassis::configure(Services& services, System& system) in configure() 77 void Chassis::detectPhaseFaults(Services& services, System& system) in detectPhaseFaults() 86 void Chassis::monitorSensors(Services& services, System& system) in monitorSensors()
|
H A D | device.hpp | 115 void close(Services& services); 132 void configure(Services& services, System& system, Chassis& chassis); 145 void detectPhaseFaults(Services& services, System& system, 229 bool isPresent(Services& services, System& system, Chassis& chassis) in isPresent() 263 void monitorSensors(Services& services, System& system, Chassis& chassis);
|
H A D | device.cpp | 66 void Device::close(Services& services) in close() 88 void Device::configure(Services& services, System& system, Chassis& chassis) in configure() 107 void Device::detectPhaseFaults(Services& services, System& system, in detectPhaseFaults() 121 void Device::monitorSensors(Services& services, System& system, in monitorSensors()
|
H A D | configuration.hpp | 89 void execute(Services& services, System& system, Chassis& chassis, 104 void execute(Services& services, System& system, Chassis& chassis, 137 void execute(Services& services, System& system, Chassis& chassis,
|
H A D | phase_fault_detection.hpp | 110 void execute(Services& services, System& system, Chassis& chassis, 152 void checkForPhaseFault(PhaseFaultType faultType, Services& services, 163 void logPhaseFault(PhaseFaultType faultType, Services& services,
|
H A D | configuration.cpp | 33 void Configuration::execute(Services& services, System& system, in execute() 39 void Configuration::execute(Services& services, System& system, in execute() 45 void Configuration::execute(Services& services, System& system, in execute()
|
H A D | error_logging_utils.hpp | 41 Services& services); 64 Services& services, ErrorHistory& history);
|
H A D | rail.cpp | 35 void Rail::configure(Services& services, System& system, Chassis& chassis, in configure() 45 void Rail::monitorSensors(Services& services, System& system, Chassis& chassis, in monitorSensors()
|
H A D | phase_fault_detection.cpp | 45 void PhaseFaultDetection::execute(Services& services, System& system, in execute() 87 PhaseFaultType faultType, Services& services, Device& regulator, in checkForPhaseFault() 128 Services& services, Device& regulator, in logPhaseFault()
|
/openbmc/phosphor-power/phosphor-power-sequencer/src/ |
H A D | services.hpp | 45 class Services class 49 Services() = default; 50 Services(const Services&) = delete; 51 Services(Services&&) = delete; 52 Services& operator=(const Services&) = delete; 53 Services& operator=(Services&&) = delete; 54 virtual ~Services() = default; 149 class BMCServices : public Services
|
H A D | standard_device.hpp | 81 Services& services, const std::string& powerSupplyError, 97 prepareForPgoodFaultDetection([[maybe_unused]] Services& services) in prepareForPgoodFaultDetection() 109 virtual std::vector<int> getGPIOValuesIfPossible(Services& services); 129 Services& services, const std::vector<int>& gpioValues, 149 Services& services, const std::vector<int>& gpioValues, 167 storeGPIOValues(Services& services, const std::vector<int>& values,
|
H A D | rail.hpp | 189 bool isPresent(Services& services); 255 bool hasPgoodFault(PowerSequencerDevice& device, Services& services, 273 PowerSequencerDevice& device, Services& services, 290 bool hasPgoodFaultGPIO(PowerSequencerDevice& device, Services& services, 308 PowerSequencerDevice& device, Services& services, 330 PowerSequencerDevice& device, Services& services,
|
H A D | standard_device.cpp | 30 Services& services, const std::string& powerSupplyError, in findPgoodFault() 75 std::vector<int> StandardDevice::getGPIOValuesIfPossible(Services& services) in getGPIOValuesIfPossible() 88 Services& services, const std::vector<int>& gpioValues, in findRailWithPgoodFault() 125 Services& services, const std::vector<int>& gpioValues, in storePgoodFaultDebugData() 138 Services& services, const std::vector<int>& values, in storeGPIOValues()
|
H A D | rail.cpp | 29 bool Rail::isPresent(Services& services) in isPresent() 120 bool Rail::hasPgoodFault(PowerSequencerDevice& device, Services& services, in hasPgoodFault() 130 PowerSequencerDevice& device, Services& services, in hasPgoodFaultStatusVout() 163 bool Rail::hasPgoodFaultGPIO(PowerSequencerDevice& device, Services& services, in hasPgoodFaultGPIO() 200 PowerSequencerDevice& device, Services& services, in hasPgoodFaultOutputVoltage() 239 PowerSequencerDevice& device, Services& services, in storePgoodFaultDebugData()
|
H A D | pmbus_driver_device.hpp | 66 Services& services, uint8_t bus, uint16_t address, in PMBusDriverDevice() 127 virtual std::vector<int> getGPIOValues(Services& services) override; 171 virtual void prepareForPgoodFaultDetection(Services& services) override in prepareForPgoodFaultDetection()
|
H A D | ucd90160_device.hpp | 57 Services& services, uint8_t bus, uint16_t address) : in UCD90160Device() 66 Services& services, const std::vector<int>& values,
|
H A D | ucd90320_device.hpp | 57 Services& services, uint8_t bus, uint16_t address) : in UCD90320Device() 66 Services& services, const std::vector<int>& values,
|
/openbmc/qemu/docs/ |
H A D | qemupciserial.inf | 59 [ComPort_inst1.Services] 61 Needs=MFINSTALL.mf.Services 63 [ComPort_inst2.Services] 65 Needs=MFINSTALL.mf.Services 67 [ComPort_inst4.Services] 69 Needs=MFINSTALL.mf.Services
|
/openbmc/openbmc/meta-phosphor/recipes-phosphor/state/ |
H A D | phosphor-state-manager_git.bb | 149 # - start-pre: Services to run before we start power on process 150 # - start: Services to run to do the chassis power on 151 # - on: Services to run once power is on 157 # - on: Services to run to power on the chassis 158 # - off: Services to run to power off the chassis 159 # - cycle: Services to run to cycle power to the chassis 160 # - powered-off: Services to run once chassis power is off 162 # - hard-off: Services to force an immediate power off of the chassis 168 # - starting: Services to run to do the host boot 169 # - started: Services to run once the host is booted [all …]
|
/openbmc/phosphor-power/phosphor-regulators/src/actions/ |
H A D | action_environment.hpp | 74 Services& services) : in ActionEnvironment() 191 Services& getServices() const in getServices() 261 Services& services;
|
/openbmc/openbmc/meta-arm/meta-arm/recipes-security/optee/ |
H A D | optee-os_4.%.bbappend | 1 # Include Trusted Services Secure Partitions 4 # Conditionally include platform specific Trusted Services related OPTEE build parameters
|