Searched refs:fw_header (Results 1 – 12 of 12) sorted by relevance
33 struct fw_header { struct209 struct fw_header *hdr, *boothdr = NULL, *fwhdr; in saa7164_downloadfirmware()440 hdr = (struct fw_header *)fw->data; in saa7164_downloadfirmware()453 16 + sizeof(struct fw_header); in saa7164_downloadfirmware()463 boothdr = (struct fw_header *)(fw->data + in saa7164_downloadfirmware()464 sizeof(struct fw_header)); in saa7164_downloadfirmware()502 (sizeof(struct fw_header) + in saa7164_downloadfirmware()503 sizeof(struct fw_header)); in saa7164_downloadfirmware()505 fwhdr = (struct fw_header *)(fw->data+tmp); in saa7164_downloadfirmware()529 sizeof(struct fw_header); in saa7164_downloadfirmware()[all …]
56 (sizeof(struct fw_header) + dlen + sizeof(u32))92 struct fw_header { struct105 struct fw_header fw_hdr; argument
1026 memset(&fwdata->fw_hdr, 0, sizeof(struct fw_header)); in mwifiex_prog_fw_w_helper()1031 sizeof(struct fw_header)); in mwifiex_prog_fw_w_helper()1035 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 { struct181 struct fw_header *header; in hsw_parse_fw_image()187 header = (struct fw_header *)sst_fw->dma_buf; in hsw_parse_fw_image()
1241 struct bts_header *fw_header; in fm_download_firmware() local1261 fw_header = (struct bts_header *)fw_data; in fm_download_firmware()1262 if (fw_header->magic != FM_FW_FILE_HEADER_MAGIC) { in fm_download_firmware()1267 fmdbg("FW(%s) magic number : 0x%x\n", fw_name, fw_header->magic); in fm_download_firmware()
2492 struct fw_header *fw_header; in fore200e_load_and_start_fw() local2516 fw_header = (struct fw_header *) firmware->data; in fore200e_load_and_start_fw()2517 load_addr = fore200e->virt_base + le32_to_cpu(fw_header->load_offset); in fore200e_load_and_start_fw()2522 if (le32_to_cpu(fw_header->magic) != FW_HEADER_MAGIC) { in fore200e_load_and_start_fw()2537 sprintf(buf, "\rgo %x\r", le32_to_cpu(fw_header->start_offset)); in fore200e_load_and_start_fw()
644 typedef struct fw_header { struct
663 struct fw_header { in sti_hqvdp_start_xp70() struct689 header = (struct fw_header *)firmware->data; in sti_hqvdp_start_xp70()
129 FW_HEADER_MAGIC 0x65726F66 fw_header drivers/atm/fore200e.h