Home
last modified time | relevance | path

Searched refs:deviceType (Results 1 – 18 of 18) sorted by relevance

/openbmc/dbus-sensors/src/fan/
H A DPresenceGpio.hpp15 PresenceGpio(const std::string& deviceType, const std::string& deviceName,
30 std::string deviceType; member in PresenceGpio
36 std::string summary = deviceType + " " + deviceName + " Inserted"; in logPresent()
37 std::string msg = "OpenBMC.0.1." + deviceType + "Inserted"; in logPresent()
44 std::string summary = deviceType + " " + deviceName + " Removed"; in logRemoved()
45 std::string msg = "OpenBMC.0.1." + deviceType + "Removed"; in logRemoved()
58 EventPresenceGpio(const std::string& deviceType,
76 PollingPresenceGpio(const std::string& deviceType,
H A DPresenceGpio.cpp32 PresenceGpio::PresenceGpio(const std::string& deviceType, in PresenceGpio() argument
35 deviceType(deviceType), deviceName(deviceName), gpioName(gpioName) in PresenceGpio()
64 const std::string& deviceType, const std::string& deviceName, in EventPresenceGpio() argument
66 PresenceGpio(deviceType, deviceName, gpioName), gpioFd(io) in EventPresenceGpio()
71 {deviceType + "Sensor", gpiod::line_request::EVENT_BOTH_EDGES, in EventPresenceGpio()
130 const std::string& deviceType, const std::string& deviceName, in PollingPresenceGpio() argument
132 PresenceGpio(deviceType, deviceName, gpioName), pollTimer(io) in PollingPresenceGpio()
137 {deviceType + "Sensor", gpiod::line_request::DIRECTION_INPUT, in PollingPresenceGpio()
/openbmc/dbus-sensors/src/nvidia-gpu/
H A DInventory.hpp26 gpu::DeviceIdentification deviceType, uint8_t eid,
64 gpu::DeviceIdentification deviceType; member in Inventory
H A DNvidiaDeviceDiscovery.cpp357 if (intf != configInterfaceName(deviceType)) in processSensorConfigs()
382 "NAME", configs.name, "TYPE", deviceType, "PATH", path); in processSensorConfigs()
442 configInterfaceName(deviceType)) != interfaces.end())) in interfaceRemoved()
457 configInterfaceName(deviceType)) != interfaces.end())) in interfaceRemoved()
472 configInterfaceName(deviceType)) != interfaces.end())) in interfaceRemoved()
H A DNvidiaDeviceDiscovery.hpp21 constexpr const char* deviceType = "NvidiaMctpVdm"; variable
H A DInventory.cpp42 deviceType(deviceTypeIn), eid(eid), retryTimer(io) in Inventory()
68 if (deviceType == gpu::DeviceIdentification::DEVICE_GPU) in Inventory()
H A DNvidiaGpuSensorMain.cpp81 *systemBus, std::to_array<const char*>({deviceType}), eventHandler); in main()
/openbmc/estoraged/src/
H A Dutil.cpp210 std::string deviceType = std::get<std::string>(typeVariant); in findDevice() local
214 if (deviceType.compare("EmmcDevice") == 0) in findDevice()
221 lg2::error("Unsupported device type {TYPE}", "TYPE", deviceType, in findDevice()
/openbmc/phosphor-modbus/rtu/device/
H A Ddevice_factory.hpp27 DeviceType deviceType = DeviceType::unknown; member
H A Ddevice_factory.cpp44 switch (config.deviceType) in create()
H A Dreservoir_pump_unit.cpp63 config.deviceType = config::DeviceType::reservoirPumpUnit; in getConfig()
/openbmc/fb-ipmi-oem/include/
H A Dsdrutils.hpp112 uint8_t deviceType; member
/openbmc/intel-ipmi-oem/include/
H A Dstoragecommands.hpp89 uint8_t deviceType; member
/openbmc/phosphor-host-ipmid/
H A Dsensorhandler.hpp315 uint8_t deviceType; member
H A Dsensorhandler.cpp1206 record.body.deviceType = fruInventoryDevice; in ipmiFruGetSdr()
/openbmc/fb-ipmi-oem/src/
H A Dstoragecommands.cpp544 resp.body.deviceType = 0x10; in getFruSdrs()
/openbmc/phosphor-host-ipmid/dbus-sdr/
H A Dstoragecommands.cpp723 resp.body.deviceType = 0x10; in getFruSdrs()
/openbmc/intel-ipmi-oem/src/
H A Dstoragecommands.cpp658 resp.body.deviceType = 0x10; in getFruSdrs()