Home
last modified time | relevance | path

Searched refs:fw_blob (Results 1 – 6 of 6) sorted by relevance

/drivers/media/platform/s5p-mfc/
Ds5p_mfc_ctrl.c80 struct firmware *fw_blob; in s5p_mfc_load_firmware() local
90 err = request_firmware((const struct firmware **)&fw_blob, in s5p_mfc_load_firmware()
102 if (fw_blob->size > dev->fw_size) { in s5p_mfc_load_firmware()
104 release_firmware(fw_blob); in s5p_mfc_load_firmware()
109 release_firmware(fw_blob); in s5p_mfc_load_firmware()
112 memcpy(dev->fw_virt_addr, fw_blob->data, fw_blob->size); in s5p_mfc_load_firmware()
114 release_firmware(fw_blob); in s5p_mfc_load_firmware()
/drivers/scsi/qla2xxx/
Dqla_gbl.h193 extern struct fw_blob *qla2x00_request_firmware(scsi_qla_host_t *);
Dqla_def.h2578 struct fw_blob { struct
3435 struct fw_blob *hablob;
Dqla_os.c5394 static struct fw_blob qla_fw_blobs[FW_BLOBS] = {
5408 struct fw_blob *
5412 struct fw_blob *blob; in qla2x00_request_firmware()
Dqla_init.c5463 struct fw_blob *blob; in qla2x00_load_risc()
5564 struct fw_blob *blob; in qla24xx_load_risc_blob()
Dqla_nx.c2421 struct fw_blob *blob; in qla82xx_load_fw()