Home
last modified time | relevance | path

Searched refs:deviceId (Results 1 – 15 of 15) sorted by relevance

/openbmc/phosphor-bmc-code-mgmt/i2c-vr/xdpe1x2xx/
H A Dxdpe1x2xx.hpp34 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 Dxdpe1x2xx.cpp98 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 Dfru_oem_ibm.cpp69 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 Dfru_oem_ibm.hpp24 uint16_t deviceId; member
82 const std::string& vendorId, const std::string& deviceId,
/openbmc/phosphor-bmc-code-mgmt/i2c-vr/tda38640a/
H A Dtda38640a.hpp45 sdbusplus::async::task<bool> getDeviceId(uint32_t* deviceId);
/openbmc/phosphor-bmc-code-mgmt/i2c-vr/isl69269/
H A Disl69269.hpp58 sdbusplus::async::task<bool> getDeviceId(uint32_t* deviceId);
H A Disl69269.cpp219 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 Dipmi_fwum.h115 unsigned char deviceId; member
H A Dipmi_hpmfwupg.h687 unsigned char deviceId; member
/openbmc/phosphor-bmc-code-mgmt/i2c-vr/mps/
H A Dmpx9xx.cpp30 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 Dlattice_base_cpld.hpp74 std::vector<uint8_t> deviceId; member
H A Dlattice_xo3_cpld.cpp32 chipWantToUpdate->second.deviceId == response) in readDeviceId()
/openbmc/qemu/hw/scsi/
H A Dmfi.h975 uint16_t deviceId; member
/openbmc/ipmitool/lib/
H A Dipmi_fwum.c1035 pInfo->deviceId = KWUM_GET_BYTE_AT_OFFSET(pBuf, in KfwumGetInfoFromFirmware()
H A Dipmi_hpmfwupg.c622 if (pImageHeader->deviceId == pFwupgCtx->devId.device_id) { in HpmfwupgPreparationStage()
658 printf("\n Device Id : 0x%x", pImageHeader->deviceId); in HpmfwupgPreparationStage()