Home
last modified time | relevance | path

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

12345678910>>...109

/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/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/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()
107 void Device::timeoutCallback(int error) in timeoutCallback()
116 void Device::throttleProcTempCallback(int error) in throttleProcTempCallback()
123 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/openbmc-test-automation/ipmi/
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 …]
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 …]
/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;
/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()
/openbmc/linux/Documentation/PCI/endpoint/
H A Dpci-endpoint-cfs.rst35 Creating EPF Device
44 ... <EPF Device 11>/
45 ... <EPF Device 21>/
46 ... <EPF Device 31>/
48 ... <EPF Device 12>/
49 ... <EPF Device 22>/
56 (These entries are created by the framework when any new <EPF Device> is
61 ... <EPF Device 11>/
72 ... <Symlink EPF Device 31>/
84 The <EPF Device> directory can have a list of symbolic links
[all …]
/openbmc/linux/Documentation/firmware-guide/acpi/
H A Di2c-muxes.rst8 Device () scope per mux channel.
19 Device (SMB1)
22 Device (MUX0)
31 Device (CH00)
35 Device (CLIA)
46 Device (CH01)
50 Device (CLIB)
/openbmc/linux/drivers/scsi/device_handler/
H A DKconfig3 # SCSI Device Handler configuration
7 bool "SCSI Device Handlers"
11 SCSI Device Handlers provide device specific support for
16 tristate "LSI RDAC Device Handler"
22 tristate "HP/COMPAQ MSA Device Handler"
30 tristate "EMC CLARiiON Device Handler"
36 tristate "SPC-3 ALUA Device Handler"
39 SCSI Device handler for generic SPC-3 Asymmetric Logical Unit
/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/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/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-power/phosphor-regulators/test/
H A Dconfiguration_tests.cpp118 std::unique_ptr<Device> device = std::make_unique<Device>( in TEST()
123 Device* devicePtr = device.get(); in TEST()
126 std::vector<std::unique_ptr<Device>> devices{}; in TEST()
178 std::unique_ptr<Device> device = std::make_unique<Device>( in TEST()
183 Device* devicePtr = device.get(); in TEST()
186 std::vector<std::unique_ptr<Device>> devices{}; in TEST()
245 std::unique_ptr<Device> device = std::make_unique<Device>( in TEST()
250 Device* devicePtr = device.get(); in TEST()
253 std::vector<std::unique_ptr<Device>> devices{}; in TEST()
312 std::unique_ptr<Device> device = std::make_unique<Device>( in TEST()
[all …]
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 …]
H A Ddevice_tests.cpp100 Device device{"vdd_reg", true, deviceInvPath, std::move(i2cInterface)}; in TEST_F()
145 Device device{"vdd_reg", in TEST_F()
180 Device device{"vdd_reg", in TEST_F()
208 Device device{"vdd_reg", false, deviceInvPath, createI2CInterface()}; in TEST_F()
226 Device device{"reg2", true, deviceInvPath, std::move(i2cInterface), in TEST_F()
277 Device device{"reg2", in TEST_F()
369 Device device{"vdd_reg", true, deviceInvPath, std::move(i2cInterface)}; in TEST_F()
390 Device device{"vdd_reg", true, deviceInvPath, std::move(i2cInterface)}; in TEST_F()
422 Device device{"vdd_reg", true, deviceInvPath, std::move(i2cInterface)}; in TEST_F()
464 Device device{"reg2", in TEST_F()
[all …]
/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.cpp26 Device::Device(sdbusplus::async::context& ctx, const SoftwareConfig& config, in Device() function in Device
36 sdbusplus::async::task<bool> Device::getImageInfo( in getImageInfo()
71 sdbusplus::async::task<bool> Device::startUpdateAsync( in startUpdateAsync()
133 std::string Device::getEMConfigType() const in getEMConfigType()
139 sdbusplus::async::task<bool> Device::resetDevice() in resetDevice()
147 bool Device::setUpdateProgress(uint8_t progress) const in setUpdateProgress()
160 sdbusplus::async::task<bool> Device::continueUpdateWithMappedPackage( in continueUpdateWithMappedPackage()
/openbmc/u-boot/arch/x86/include/asm/arch-tangier/acpi/
H A Dsouthcluster.asl8 Device (PCI0)
83 Device (SDHC)
114 Device (BRC1)
154 Device (BRC2)
169 Device (SPI5)
217 Device (I2C1)
238 Device (I2C6)
248 Device (GPIO)
277 Device (PWM0)
287 Device (HSU0)
[all …]

12345678910>>...109