Lines Matching refs:fw_header
19 struct fw_header { struct
195 struct fw_header *hdr, *boothdr = NULL, *fwhdr; in saa7164_downloadfirmware()
426 hdr = (struct fw_header *)fw->data; in saa7164_downloadfirmware()
439 16 + sizeof(struct fw_header); in saa7164_downloadfirmware()
449 boothdr = (struct fw_header *)(fw->data + in saa7164_downloadfirmware()
450 sizeof(struct fw_header)); in saa7164_downloadfirmware()
486 (sizeof(struct fw_header) + in saa7164_downloadfirmware()
487 sizeof(struct fw_header)); in saa7164_downloadfirmware()
489 fwhdr = (struct fw_header *)(fw->data+tmp); in saa7164_downloadfirmware()
513 sizeof(struct fw_header); in saa7164_downloadfirmware()
516 sizeof(struct fw_header)); in saa7164_downloadfirmware()
547 sizeof(struct fw_header); in saa7164_downloadfirmware()
550 (u8 *)(fw->data + sizeof(struct fw_header)); in saa7164_downloadfirmware()
556 16 + sizeof(struct fw_header); in saa7164_downloadfirmware()