Searched refs:typhoon_file_header (Results 1 – 2 of 2) sorted by relevance
1273 const struct typhoon_file_header *fHdr; in typhoon_request_firmware()1293 if (remaining < sizeof(struct typhoon_file_header)) in typhoon_request_firmware()1296 fHdr = (struct typhoon_file_header *) image_data; in typhoon_request_firmware()1301 image_data += sizeof(struct typhoon_file_header); in typhoon_request_firmware()1302 remaining -= sizeof(struct typhoon_file_header); in typhoon_request_firmware()1333 const struct typhoon_file_header *fHdr; in typhoon_download_firmware()1350 fHdr = (struct typhoon_file_header *) image_data; in typhoon_download_firmware()1394 image_data += sizeof(struct typhoon_file_header); in typhoon_download_firmware()
515 struct typhoon_file_header { struct