Lines Matching refs:image_data
1276 const u8 *image_data; in typhoon_request_firmware() local
1292 image_data = typhoon_fw->data; in typhoon_request_firmware()
1297 fHdr = (struct typhoon_file_header *) image_data; in typhoon_request_firmware()
1302 image_data += sizeof(struct typhoon_file_header); in typhoon_request_firmware()
1309 sHdr = (struct typhoon_section_header *) image_data; in typhoon_request_firmware()
1310 image_data += sizeof(struct typhoon_section_header); in typhoon_request_firmware()
1316 image_data += section_len; in typhoon_request_firmware()
1336 const u8 *image_data; in typhoon_download_firmware() local
1350 image_data = typhoon_fw->data; in typhoon_download_firmware()
1351 fHdr = (struct typhoon_file_header *) image_data; in typhoon_download_firmware()
1395 image_data += sizeof(struct typhoon_file_header); in typhoon_download_firmware()
1402 sHdr = (struct typhoon_section_header *) image_data; in typhoon_download_firmware()
1403 image_data += sizeof(struct typhoon_section_header); in typhoon_download_firmware()
1422 csum = csum_fold(csum_partial_copy_nocheck(image_data, in typhoon_download_firmware()
1437 image_data += len; in typhoon_download_firmware()