| /openbmc/phosphor-power/ |
| H A D | device.hpp | 17 class Device class 20 Device() = delete; 21 virtual ~Device() = default; 22 Device(const Device&) = delete; 23 Device& operator=(const Device&) = delete; 24 Device(Device&&) = default; 25 Device& operator=(Device&&) = default; 33 Device(const std::string& name, size_t inst) : name(name), instance(inst) {} in Device() function in phosphor::power::Device
|
| /openbmc/witherspoon-pfault-analysis/ |
| H A D | device.hpp | 17 class Device class 20 Device() = delete; 21 virtual ~Device() = default; 22 Device(const Device&) = delete; 23 Device& operator=(const Device&) = delete; 24 Device(Device&&) = default; 25 Device& operator=(Device&&) = default; 33 Device(const std::string& name, size_t inst) : name(name), instance(inst) {} in Device() function in witherspoon::power::Device
|
| /openbmc/openpower-occ-control/ |
| H A D | occ_device.hpp | 25 using namespace sdbusplus::org::open_power::OCC::Device::Error; 30 class Device class 33 Device() = delete; 34 ~Device() = default; 35 Device(const Device&) = delete; 36 Device& operator=(const Device&) = delete; 37 Device(Device&&) = default; 38 Device& operator=(Device&&) = default; 48 Device(EventPtr& event, const fs::path& path, Manager& manager, in Device() function in open_power::occ::Device 57 std::bind(std::mem_fn(&Device::errorCallback), this, in Device() [all …]
|
| H A D | occ_device.cpp | 16 void Device::setActive(bool active) in setActive() 31 std::string Device::getPathBack(const fs::path& path) in getPathBack() 51 bool Device::active() const in active() 56 bool Device::master() const in master() 61 bool Device::readBinary(const std::string& fileName) const in readBinary() 79 void Device::errorCallback(int error) in errorCallback() 101 void Device::presenceCallback(int) in presenceCallback() 106 void Device::timeoutCallback(int error) in timeoutCallback() 114 void Device::throttleProcTempCallback(int error) in throttleProcTempCallback() 121 void Device::throttleProcPowerCallback(int error) in throttleProcPowerCallback() [all …]
|
| H A D | occ_errors.cpp | 21 using namespace sdbusplus::org::open_power::OCC::Device::Error; 36 elog<OpenFailure>(phosphor::logging::org::open_power::OCC::Device:: in openFile() 38 phosphor::logging::org::open_power::OCC::Device:: in openFile() 118 phosphor::logging::org::open_power::OCC::Device::ConfigFailure:: in analyzeEvent() 120 phosphor::logging::org::open_power::OCC::Device::ConfigFailure:: in analyzeEvent() 157 phosphor::logging::org::open_power::OCC::Device:: in readFile() 159 phosphor::logging::org::open_power::OCC::Device:: in readFile() 175 phosphor::logging::org::open_power::OCC::Device::ConfigFailure:: in readFile() 177 phosphor::logging::org::open_power::OCC::Device::ConfigFailure:: in readFile()
|
| /openbmc/ipmitool/contrib/ |
| H A D | oem_ibm_sel_map | 13 …"Slot Number","Bus Number","Device ID (MSB)","Device ID (LSB)","Vendor ID (MSB)","Vendor ID (LSB)"… 14 "0xE0","0x00","0x01","Chassis Number","Slot Number","Bus Number","Device ID (MSB)","Device ID (LSB)… 15 "0xE0","0x00","0x02","Chassis Number","Slot Number","Bus Number","Device ID (MSB)","Device ID (LSB)… 16 "0xE0","0x00","0x03","Chassis Number","Slot Number","Bus Number","Device ID (MSB)","Device ID (LSB)… 17 "0xE0","0x00","0x04","Chassis Number","Slot Number","Bus Number","Device ID (MSB)","Device ID (LSB)… 18 "0xE0","0x00","0x05","Chassis Number","Slot Number","Bus Number","Device ID (MSB)","Device ID (LSB)… 19 "0xE0","0x00","0x06","Chassis Number","Slot Number","Bus Number","Device ID (MSB)","Device ID (LSB)… 20 "0xE0","0x00","0x07","Chassis Number","Slot Number","Bus Number","Device ID (MSB)","Device ID (LSB)… 21 "0xE0","0x00","0x08","Chassis Number","Slot Number","Bus Number","Device ID (MSB)","Device ID (LSB)… 22 "0xE0","0x00","0x09","Chassis Number","Slot Number","Bus Number","Device ID (MSB)","Device ID (LSB)… [all …]
|
| /openbmc/phosphor-bmc-code-mgmt/common/include/ |
| H A D | device.hpp | 26 class Device class 29 Device(sdbusplus::async::context& ctx, 34 virtual ~Device() = default; 35 Device(const Device&) = delete; 36 Device& operator=(const Device&) = delete; 37 Device(Device&&) = delete; 38 Device& operator=(Device&&) = delete;
|
| H A D | software.hpp | 17 class Device; 38 Software(sdbusplus::async::context& ctx, device::Device& parent); 69 device::Device& parentDevice; 93 static std::string getRandomSoftwareId(device::Device& parent); 103 Software(sdbusplus::async::context& ctx, device::Device& parent, 129 friend device::Device;
|
| /openbmc/phosphor-power/phosphor-regulators/src/ |
| H A D | device.hpp | 43 class Device class 47 Device() = delete; 48 Device(const Device&) = delete; 49 Device(Device&&) = delete; 50 Device& operator=(const Device&) = delete; 51 Device& operator=(Device&&) = delete; 52 ~Device() = default; 67 explicit Device( in Device() function in phosphor::power::regulators::Device
|
| H A D | chassis.cpp | 27 for (std::unique_ptr<Device>& device : devices) in addToIDMap() 36 for (std::unique_ptr<Device>& device : devices) in clearCache() 45 for (std::unique_ptr<Device>& device : devices) in clearErrorHistory() 58 for (std::unique_ptr<Device>& device : devices) in closeDevices() 71 for (std::unique_ptr<Device>& device : devices) in configure() 80 for (std::unique_ptr<Device>& device : devices) in detectPhaseFaults() 89 for (std::unique_ptr<Device>& device : devices) in monitorSensors()
|
| H A D | device.cpp | 29 void Device::addToIDMap(IDMap& idMap) in addToIDMap() 41 void Device::clearCache() in clearCache() 51 void Device::clearErrorHistory() in clearErrorHistory() 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 | 32 class Device; 90 Device& device); 105 Device& device, Rail& rail); 138 Device& device, const std::string& deviceOrRailID);
|
| H A D | chassis.hpp | 70 std::vector<std::unique_ptr<Device>> devices = in Chassis() 71 std::vector<std::unique_ptr<Device>>{}) : in Chassis() 140 const std::vector<std::unique_ptr<Device>>& getDevices() const in getDevices() 196 std::vector<std::unique_ptr<Device>> devices{};
|
| H A D | phase_fault_detection.hpp | 34 class Device; 111 Device& regulator); 153 Device& regulator, ActionEnvironment& environment); 164 Device& regulator, ActionEnvironment& environment);
|
| /openbmc/openbmc-test-automation/ipmi/ |
| H A D | test_ipmi_device_id.robot | 3 ... This script verifies Get Device ID IPMI command. 9 ... Device ID, Device Revision, Firmware Revision 1 & 2, 13 ... Request Data for Get Device ID defined under, 28 Get Device ID Via IPMI 29 [Documentation] Verify Get Device ID using IPMI and check whether a response is received. 32 # Verify Get Device ID. 34 ... ${IPMI_RAW_CMD['Device ID']['Get'][0]} 35 Should Not Contain ${resp} ${IPMI_RAW_CMD['Device ID']['Get'][1]} 38 Verify Get Device ID With Invalid Data Request 39 [Documentation] Verify Get Device ID with invalid data request via IPMI. [all …]
|
| H A D | test_ipmi_inband_sdr.robot | 5 ... 2. Get Device SDR Info, 6 ... 3. Reserve Device SDR Repository, 7 ... 4. Get Device SDR. 77 Verify Sensor And SDR Count In Get Device SDR Info Via Inband IPMI 78 [Documentation] Verify Sensor and SDR Count in Get Device SDR Info via inband IPMI. 84 # Get Sensor Count From Get Device SDR Info command. 86 # Compare Get Device SDR Sensor count with Sensor count from lanplus. 89 # Get SDR Count From Get Device SDR Info command. 96 # Compare Get Device SDR Sdr count with SDR Elist All count from lanplus. 105 # Get Sensor Count From Get Device SDR Info command. [all …]
|
| /openbmc/u-boot/arch/x86/include/asm/arch-baytrail/acpi/ |
| H A D | xhci.asl | 11 Device (XHCI) 21 Device (RHUB) 25 Device (PRT1) { Name(_ADR, 1) } /* USB Port 0 */ 26 Device (PRT2) { Name(_ADR, 2) } /* USB Port 1 */ 27 Device (PRT3) { Name(_ADR, 3) } /* USB Port 2 */ 28 Device (PRT4) { Name(_ADR, 4) } /* USB Port 3 */
|
| H A D | usb.asl | 11 Device (EHC1) 24 Device (HUB7) 28 Device(PRT1) { Name(_ADR, 1) } /* USB Port 0 */ 29 Device(PRT2) { Name(_ADR, 2) } /* USB Port 1 */ 30 Device(PRT3) { Name(_ADR, 3) } /* USB Port 2 */ 31 Device(PRT4) { Name(_ADR, 4) } /* USB Port 3 */
|
| /openbmc/obmc-ikvm/ |
| H A D | ikvm_video.cpp | 31 using namespace sdbusplus::xyz::openbmc_project::Common::Device::Error; 229 xyz::openbmc_project::Common::Device::ReadFailure:: in resize() 231 xyz::openbmc_project::Common::Device::ReadFailure:: in resize() 260 xyz::openbmc_project::Common::Device::ReadFailure:: in resize() 262 xyz::openbmc_project::Common::Device::ReadFailure:: in resize() 282 xyz::openbmc_project::Common::Device::ReadFailure:: in resize() 284 xyz::openbmc_project::Common::Device::ReadFailure:: in resize() 301 xyz::openbmc_project::Common::Device::ReadFailure::CALLOUT_ERRNO( in resize() 303 xyz::openbmc_project::Common::Device::ReadFailure:: in resize() 324 xyz::openbmc_project::Common::Device::ReadFailure:: in resize() [all …]
|
| /openbmc/phosphor-hwmon/ |
| H A D | fan_speed.cpp | 28 using namespace sdbusplus::xyz::openbmc_project::Control::Device::Error; in target() 30 xyz::openbmc_project::Control::Device::WriteFailure::CALLOUT_ERRNO( in target() 32 xyz::openbmc_project::Control::Device::WriteFailure:: in target() 62 using namespace sdbusplus::xyz::openbmc_project::Control::Device:: in enable() 65 xyz::openbmc_project::Control::Device::WriteFailure:: in enable() 67 xyz::openbmc_project::Control::Device::WriteFailure:: in enable()
|
| /openbmc/phosphor-dbus-interfaces/gen/org/freedesktop/UPower/ |
| H A D | meson.build | 2 subdir('Device') subdir 8 input: ['../../../../yaml/org/freedesktop/UPower/Device.interface.yaml'], 9 output: ['Device.md'], 21 'org/freedesktop/UPower/Device',
|
| /openbmc/u-boot/arch/x86/include/asm/arch-quark/acpi/ |
| H A D | lpc.asl | 6 /* Intel LPC Bus Device - 0:1f.0 */ 8 Device (LPCB) 27 Device (FWH) 37 Device (PIC) 64 Device (TIMR) 76 Device (HPET) 92 Device (RTC) 103 Device (LDRC)
|
| /openbmc/phosphor-bmc-code-mgmt/common/src/ |
| H A D | device.cpp | 34 Device::Device(sdbusplus::async::context& ctx, const SoftwareConfig& config, in Device() function in Device 43 sdbusplus::async::task<bool> Device::getImageInfo( in getImageInfo() 76 sdbusplus::async::task<bool> Device::startUpdateAsync( in startUpdateAsync() 137 std::string Device::getEMConfigType() const in getEMConfigType() 142 sdbusplus::async::task<bool> Device::resetDevice() in resetDevice() 149 bool Device::setUpdateProgress(uint8_t progress) const in setUpdateProgress() 161 sdbusplus::async::task<bool> Device::continueUpdateWithMappedPackage( in continueUpdateWithMappedPackage()
|
| /openbmc/phosphor-modbus/rtu/inventory/ |
| H A D | modbus_inventory.hpp | 18 class Device; 24 Device>; 62 class Device class 65 Device() = delete; 69 explicit Device(sdbusplus::async::context& ctx,
|
| /openbmc/phosphor-power/phosphor-regulators/test/ |
| H A D | rail_tests.cpp | 118 std::unique_ptr<Device> device = std::make_unique<Device>( in TEST() 124 Device* devicePtr = device.get(); in TEST() 127 std::vector<std::unique_ptr<Device>> devices{}; in TEST() 209 std::unique_ptr<Device> device = std::make_unique<Device>( in TEST() 215 Device* devicePtr = device.get(); in TEST() 218 std::vector<std::unique_ptr<Device>> devices{}; in TEST() 265 std::unique_ptr<Device> device = std::make_unique<Device>( in TEST() 271 Device* devicePtr = device.get(); in TEST() 274 std::vector<std::unique_ptr<Device>> devices{}; in TEST() 346 std::unique_ptr<Device> device = std::make_unique<Device>( in TEST() [all …]
|