/openbmc/dbus-sensors/src/fan/ |
H A D | PresenceGpio.hpp | 15 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 D | PresenceGpio.cpp | 32 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 D | util.cpp | 210 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 D | sdrutils.hpp | 112 uint8_t deviceType; member
|
/openbmc/linux/drivers/net/wireless/ath/carl9170/ |
H A D | eeprom.h | 142 u8 deviceType; member
|
/openbmc/linux/drivers/net/wireless/ath/ath9k/ |
H A D | eeprom.h | 297 u8 deviceType; member 327 u8 deviceType; member 467 u8 deviceType; member
|
H A D | ar9003_eeprom.h | 193 u8 deviceType; member
|
H A D | ar9003_eeprom.c | 62 .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 D | eeprom_9287.c | 262 return pBase->deviceType; in ath9k_hw_ar9287_get_eeprom()
|
/openbmc/intel-ipmi-oem/include/ |
H A D | storagecommands.hpp | 89 uint8_t deviceType; member
|
/openbmc/phosphor-host-ipmid/ |
H A D | sensorhandler.hpp | 385 uint8_t deviceType; member
|
H A D | sensorhandler.cpp | 1199 record.body.deviceType = fruInventoryDevice; in ipmi_fru_get_sdr()
|
/openbmc/linux/drivers/scsi/pm8001/ |
H A D | pm80xx_hwi.c | 3120 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 D | pm8001_hwi.c | 3178 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 D | storagecommands.cpp | 544 resp.body.deviceType = 0x10; in getFruSdrs()
|
/openbmc/intel-ipmi-oem/src/ |
H A D | storagecommands.cpp | 658 resp.body.deviceType = 0x10; in getFruSdrs()
|
/openbmc/phosphor-host-ipmid/dbus-sdr/ |
H A D | storagecommands.cpp | 704 resp.body.deviceType = 0x10; in getFruSdrs()
|