Searched refs:fw_blob (Results 1 – 5 of 5) sorted by relevance
47 struct firmware *fw_blob; in s5p_mfc_load_firmware() local66 err = request_firmware((const struct firmware **)&fw_blob, in s5p_mfc_load_firmware()78 if (fw_blob->size > dev->fw_buf.size) { in s5p_mfc_load_firmware()80 release_firmware(fw_blob); in s5p_mfc_load_firmware()83 memcpy(dev->fw_buf.virt, fw_blob->data, fw_blob->size); in s5p_mfc_load_firmware()86 release_firmware(fw_blob); in s5p_mfc_load_firmware()
628 const void *fw_blob; in brcmstb_dpfe_download_firmware() local674 fw_blob = fw->data + sizeof(*header); in brcmstb_dpfe_download_firmware()676 imem = fw_blob; in brcmstb_dpfe_download_firmware()678 dmem = fw_blob + imem_size; in brcmstb_dpfe_download_firmware()
1978 void *fw_blob; in sev_update_firmware() local2001 fw_blob = page_address(p); in sev_update_firmware()2002 memcpy(fw_blob, firmware->data, firmware->size); in sev_update_firmware()2004 data.address = __psp_pa(fw_blob); in sev_update_firmware()
7636 static struct fw_blob qla_fw_blobs[] = {7652 struct fw_blob *7656 struct fw_blob *blob; in qla2x00_request_firmware()7708 struct fw_blob *blob; in qla2x00_release_firmware()
2365 struct fw_blob *blob; in qla82xx_load_fw()