Searched refs:targetCapCmd (Results 1 – 1 of 1) sorted by relevance
294 struct HpmfwupgGetTargetUpgCapabilitiesCtx targetCapCmd; in HpmfwupgTargetCheck() local307 rc = HpmfwupgGetTargetUpgCapabilities(intf, &targetCapCmd); in HpmfwupgTargetCheck()333 if (((1 << componentId) & targetCapCmd.resp.componentsPresent.ComponentBits.byte)) { in HpmfwupgTargetCheck()612 struct HpmfwupgGetTargetUpgCapabilitiesCtx targetCapCmd; in HpmfwupgPreparationStage() local701 rc = HpmfwupgGetTargetUpgCapabilities(intf, &targetCapCmd); in HpmfwupgPreparationStage()707 &targetCapCmd.resp, in HpmfwupgPreparationStage()1922 struct HpmfwupgGetTargetUpgCapabilitiesCtx targetCapCmd; in HpmfwupgManualFirmwareRollback() local1929 rc = HpmfwupgGetTargetUpgCapabilities(intf, &targetCapCmd); in HpmfwupgManualFirmwareRollback()1934 memcpy(&fwupgCtx.targetCap, &targetCapCmd.resp, sizeof(targetCapCmd.resp)); in HpmfwupgManualFirmwareRollback()2275 struct HpmfwupgGetTargetUpgCapabilitiesCtx targetCapCmd; in HpmfwupgWaitLongDurationCmd() local[all …]