Home
last modified time | relevance | path

Searched refs:Device (Results 1 – 25 of 813) sorted by relevance

12345678910>>...33

/openbmc/phosphor-power/
H A Ddevice.hpp17 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 Ddevice.hpp17 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 Docc_device.hpp25 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 Docc_device.cpp16 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 Docc_errors.cpp21 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 Doem_ibm_sel_map13 …"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 Ddevice.hpp26 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 Dsoftware.hpp17 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 Ddevice.hpp43 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 Dchassis.cpp27 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 Ddevice.cpp29 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 Dconfiguration.hpp32 class Device;
90 Device& device);
105 Device& device, Rail& rail);
138 Device& device, const std::string& deviceOrRailID);
H A Dchassis.hpp70 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 Dphase_fault_detection.hpp34 class Device;
111 Device& regulator);
153 Device& regulator, ActionEnvironment& environment);
164 Device& regulator, ActionEnvironment& environment);
/openbmc/openbmc-test-automation/ipmi/
H A Dtest_ipmi_device_id.robot3 ... 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 Dtest_ipmi_inband_sdr.robot5 ... 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 Dxhci.asl11 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 Dusb.asl11 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 Dikvm_video.cpp31 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 Dfan_speed.cpp28 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 Dmeson.build2 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 Dlpc.asl6 /* 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 Ddevice.cpp34 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 Dmodbus_inventory.hpp18 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 Drail_tests.cpp118 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 …]

12345678910>>...33