Searched refs:typhoon_file_header (Results 1 – 2 of 2) sorted by relevance
1291 const struct typhoon_file_header *fHdr; in typhoon_request_firmware() 1311 if (remaining < sizeof(struct typhoon_file_header)) in typhoon_request_firmware() 1314 fHdr = (struct typhoon_file_header *) image_data; in typhoon_request_firmware() 1319 image_data += sizeof(struct typhoon_file_header); in typhoon_request_firmware() 1320 remaining -= sizeof(struct typhoon_file_header); in typhoon_request_firmware() 1351 const struct typhoon_file_header *fHdr; in typhoon_download_firmware() 1368 fHdr = (struct typhoon_file_header *) image_data; in typhoon_download_firmware() 1412 image_data += sizeof(struct typhoon_file_header); in typhoon_download_firmware()
515 struct typhoon_file_header { struct