Searched refs:deviceId (Results 1 – 15 of 15) sorted by relevance
| /openbmc/phosphor-bmc-code-mgmt/i2c-vr/xdpe1x2xx/ |
| H A D | xdpe1x2xx.hpp | 34 uint8_t deviceId; member 58 sdbusplus::async::task<bool> getDeviceId(uint8_t* deviceId); 69 static int getConfigSize(uint8_t deviceId, uint8_t revision);
|
| H A D | xdpe1x2xx.cpp | 98 info.deviceId = deviceID[1]; in getDeviceId() 201 int XDPE1X2XX::getConfigSize(uint8_t deviceId, uint8_t revision) in getConfigSize() argument 214 auto it = configSizeMap.find({deviceId, revision}); in getConfigSize() 221 "DEVID", deviceId, "REV", revision); in getConfigSize() 711 info.deviceId = 0; in updateFirmware()
|
| /openbmc/pldm/oem/ibm/libpldmresponder/ |
| H A D | fru_oem_ibm.cpp | 69 auto deviceId = in processOEMFRUTable() local 70 std::format("0x{:04x}", htole16(pcieData->deviceId)); in processOEMFRUTable() 86 deviceId, revisionId, classCode, in processOEMFRUTable() 110 const std::string& vendorId, const std::string& deviceId, in updateDBusProperty() argument 137 dbus_map_update(key, "Function0DeviceId", deviceId); in updateDBusProperty()
|
| H A D | fru_oem_ibm.hpp | 24 uint16_t deviceId; member 82 const std::string& vendorId, const std::string& deviceId,
|
| /openbmc/phosphor-bmc-code-mgmt/i2c-vr/tda38640a/ |
| H A D | tda38640a.hpp | 45 sdbusplus::async::task<bool> getDeviceId(uint32_t* deviceId);
|
| /openbmc/phosphor-bmc-code-mgmt/i2c-vr/isl69269/ |
| H A D | isl69269.hpp | 58 sdbusplus::async::task<bool> getDeviceId(uint32_t* deviceId);
|
| H A D | isl69269.cpp | 219 sdbusplus::async::task<bool> ISL69269::getDeviceId(uint32_t* deviceId) in getDeviceId() argument 221 if (deviceId == nullptr) in getDeviceId() 240 std::memcpy(deviceId, &rbuf[1], deviceIdLength); in getDeviceId()
|
| /openbmc/ipmitool/include/ipmitool/ |
| H A D | ipmi_fwum.h | 115 unsigned char deviceId; member
|
| H A D | ipmi_hpmfwupg.h | 687 unsigned char deviceId; member
|
| /openbmc/phosphor-bmc-code-mgmt/i2c-vr/mps/ |
| H A D | mpx9xx.cpp | 30 deviceId = 0xDB, enumerator 131 case MPX9XXCmd::deviceId: in checkId() 518 if (!co_await checkId(MPX9XXCmd::deviceId, configuration->productId)) in updateFirmware()
|
| /openbmc/phosphor-bmc-code-mgmt/cpld/lattice/ |
| H A D | lattice_base_cpld.hpp | 74 std::vector<uint8_t> deviceId; member
|
| H A D | lattice_xo3_cpld.cpp | 32 chipWantToUpdate->second.deviceId == response) in readDeviceId()
|
| /openbmc/qemu/hw/scsi/ |
| H A D | mfi.h | 975 uint16_t deviceId; member
|
| /openbmc/ipmitool/lib/ |
| H A D | ipmi_fwum.c | 1035 pInfo->deviceId = KWUM_GET_BYTE_AT_OFFSET(pBuf, in KfwumGetInfoFromFirmware()
|
| H A D | ipmi_hpmfwupg.c | 622 if (pImageHeader->deviceId == pFwupgCtx->devId.device_id) { in HpmfwupgPreparationStage() 658 printf("\n Device Id : 0x%x", pImageHeader->deviceId); in HpmfwupgPreparationStage()
|