Searched refs:typhoon_file_header (Results 1 – 2 of 2) sorted by relevance
1274 const struct typhoon_file_header *fHdr; in typhoon_request_firmware()1294 if (remaining < sizeof(struct typhoon_file_header)) 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()1303 remaining -= sizeof(struct typhoon_file_header); in typhoon_request_firmware()1334 const struct typhoon_file_header *fHdr; 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()
515 struct typhoon_file_header { struct