Lines Matching refs:image_data
1272 const u8 *image_data; in typhoon_request_firmware() local
1288 image_data = typhoon_fw->data; in typhoon_request_firmware()
1293 fHdr = (struct typhoon_file_header *) image_data; in typhoon_request_firmware()
1298 image_data += sizeof(struct typhoon_file_header); in typhoon_request_firmware()
1305 sHdr = (struct typhoon_section_header *) image_data; in typhoon_request_firmware()
1306 image_data += sizeof(struct typhoon_section_header); in typhoon_request_firmware()
1312 image_data += section_len; in typhoon_request_firmware()
1332 const u8 *image_data; in typhoon_download_firmware() local
1346 image_data = typhoon_fw->data; in typhoon_download_firmware()
1347 fHdr = (struct typhoon_file_header *) image_data; in typhoon_download_firmware()
1391 image_data += sizeof(struct typhoon_file_header); in typhoon_download_firmware()
1398 sHdr = (struct typhoon_section_header *) image_data; in typhoon_download_firmware()
1399 image_data += sizeof(struct typhoon_section_header); in typhoon_download_firmware()
1418 csum = csum_fold(csum_partial_copy_nocheck(image_data, in typhoon_download_firmware()
1432 image_data += len; in typhoon_download_firmware()