Lines Matching refs:fw_header
33 struct fw_header { struct
209 struct fw_header *hdr, *boothdr = NULL, *fwhdr; in saa7164_downloadfirmware()
440 hdr = (struct fw_header *)fw->data; in saa7164_downloadfirmware()
453 16 + sizeof(struct fw_header); in saa7164_downloadfirmware()
463 boothdr = (struct fw_header *)(fw->data + in saa7164_downloadfirmware()
464 sizeof(struct fw_header)); in saa7164_downloadfirmware()
502 (sizeof(struct fw_header) + in saa7164_downloadfirmware()
503 sizeof(struct fw_header)); in saa7164_downloadfirmware()
505 fwhdr = (struct fw_header *)(fw->data+tmp); in saa7164_downloadfirmware()
529 sizeof(struct fw_header); in saa7164_downloadfirmware()
532 sizeof(struct fw_header)); in saa7164_downloadfirmware()
563 sizeof(struct fw_header); in saa7164_downloadfirmware()
566 (u8 *)(fw->data + sizeof(struct fw_header)); in saa7164_downloadfirmware()
572 16 + sizeof(struct fw_header); in saa7164_downloadfirmware()