Home
last modified time | relevance | path

Searched refs:deviceType (Results 1 – 17 of 17) 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/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/fb-ipmi-oem/include/
H A Dsdrutils.hpp112 uint8_t deviceType; member
/openbmc/linux/drivers/net/wireless/ath/carl9170/
H A Deeprom.h142 u8 deviceType; member
/openbmc/linux/drivers/net/wireless/ath/ath9k/
H A Deeprom.h297 u8 deviceType; member
327 u8 deviceType; member
467 u8 deviceType; member
H A Dar9003_eeprom.h193 u8 deviceType; member
H A Dar9003_eeprom.c62 .deviceType = 5, /* takes lower byte in eeprom location */
640 .deviceType = 5, /* takes lower byte in eeprom location */
1219 .deviceType = 5, /* takes lower byte in eeprom location */
1798 .deviceType = 5, /* takes lower byte in eeprom location */
2376 .deviceType = 5, /* takes lower byte in eeprom location */
3544 PR_EEP("Device Type", pBase->deviceType); in ath9k_hw_ar9003_dump_eeprom()
H A Deeprom_9287.c262 return pBase->deviceType; in ath9k_hw_ar9287_get_eeprom()
/openbmc/intel-ipmi-oem/include/
H A Dstoragecommands.hpp89 uint8_t deviceType; member
/openbmc/phosphor-host-ipmid/
H A Dsensorhandler.hpp385 uint8_t deviceType; member
H A Dsensorhandler.cpp1199 record.body.deviceType = fruInventoryDevice; in ipmi_fru_get_sdr()
/openbmc/linux/drivers/scsi/pm8001/
H A Dpm80xx_hwi.c3120 u8 deviceType = pPayload->sas_identify.dev_type; in hw_event_port_recover() local
3126 if (deviceType == SAS_END_DEVICE) { in hw_event_port_recover()
3162 u8 deviceType = pPayload->sas_identify.dev_type; in hw_event_sas_phy_up() local
3170 port_id, phy_id, link_rate, portstate, deviceType); in hw_event_sas_phy_up()
3172 switch (deviceType) { in hw_event_sas_phy_up()
3195 deviceType); in hw_event_sas_phy_up()
3199 phy->identify.device_type = deviceType; in hw_event_sas_phy_up()
H A Dpm8001_hwi.c3178 u8 deviceType = pPayload->sas_identify.dev_type; in hw_event_sas_phy_up() local
3187 switch (deviceType) { in hw_event_sas_phy_up()
3210 deviceType); in hw_event_sas_phy_up()
3214 phy->identify.device_type = deviceType; in hw_event_sas_phy_up()
/openbmc/fb-ipmi-oem/src/
H A Dstoragecommands.cpp544 resp.body.deviceType = 0x10; in getFruSdrs()
/openbmc/intel-ipmi-oem/src/
H A Dstoragecommands.cpp658 resp.body.deviceType = 0x10; in getFruSdrs()
/openbmc/phosphor-host-ipmid/dbus-sdr/
H A Dstoragecommands.cpp704 resp.body.deviceType = 0x10; in getFruSdrs()