Searched refs:fw_header (Results 1 – 12 of 12) sorted by relevance
29 struct fw_header { struct205 struct fw_header *hdr, *boothdr = NULL, *fwhdr; in saa7164_downloadfirmware()437 hdr = (struct fw_header *)fw->data; in saa7164_downloadfirmware()450 16 + sizeof(struct fw_header); in saa7164_downloadfirmware()460 boothdr = (struct fw_header *)(fw->data + in saa7164_downloadfirmware()461 sizeof(struct fw_header)); in saa7164_downloadfirmware()497 (sizeof(struct fw_header) + in saa7164_downloadfirmware()498 sizeof(struct fw_header)); in saa7164_downloadfirmware()500 fwhdr = (struct fw_header *)(fw->data+tmp); in saa7164_downloadfirmware()524 sizeof(struct fw_header); in saa7164_downloadfirmware()[all …]
58 (sizeof(struct fw_header) + dlen + sizeof(u32))122 struct fw_header { struct135 struct fw_header fw_hdr; argument
1398 memset(&fwdata->fw_hdr, 0, sizeof(struct fw_header)); in mwifiex_prog_fw_w_helper()1403 sizeof(struct fw_header)); in mwifiex_prog_fw_w_helper()1407 tlen += sizeof(struct fw_header); in mwifiex_prog_fw_w_helper()
45 struct fw_header { struct120 struct fw_header *head; in xc_request_firmware()135 head = (struct fw_header *)fw->data; in xc_request_firmware()
49 struct fw_header { struct124 struct fw_header *header; in sst_byt_parse_fw_image()130 header = (struct fw_header *)sst_fw->dma_buf; in sst_byt_parse_fw_image()
68 struct fw_header { struct184 struct fw_header *header; in hsw_parse_fw_image()190 header = (struct fw_header *)sst_fw->dma_buf; in hsw_parse_fw_image()
1234 struct bts_header *fw_header; in fm_download_firmware() local1254 fw_header = (struct bts_header *)fw_data; in fm_download_firmware()1255 if (fw_header->magic != FM_FW_FILE_HEADER_MAGIC) { in fm_download_firmware()1260 fmdbg("FW(%s) magic number : 0x%x\n", fw_name, fw_header->magic); in fm_download_firmware()
2491 const struct fw_header *fw_header; in fore200e_load_and_start_fw() local2515 fw_header = (const struct fw_header *)firmware->data; in fore200e_load_and_start_fw()2516 load_addr = fore200e->virt_base + le32_to_cpu(fw_header->load_offset); in fore200e_load_and_start_fw()2521 if (le32_to_cpu(fw_header->magic) != FW_HEADER_MAGIC) { in fore200e_load_and_start_fw()2536 sprintf(buf, "\rgo %x\r", le32_to_cpu(fw_header->start_offset)); in fore200e_load_and_start_fw()
645 typedef struct fw_header { struct
129 FW_HEADER_MAGIC 0x65726F66 fw_header drivers/atm/fore200e.h
896 struct fw_header { in sti_hqvdp_start_xp70() struct922 header = (struct fw_header *)firmware->data; in sti_hqvdp_start_xp70()
134 FW_HEADER_MAGIC 0x65726F66 fw_header ``drivers/atm/fore200e.h``