Lines Matching refs:fw_header
19 struct fw_header { struct
195 struct fw_header *hdr, *boothdr = NULL, *fwhdr; in saa7164_downloadfirmware()
427 hdr = (struct fw_header *)fw->data; in saa7164_downloadfirmware()
440 16 + sizeof(struct fw_header); in saa7164_downloadfirmware()
450 boothdr = (struct fw_header *)(fw->data + in saa7164_downloadfirmware()
451 sizeof(struct fw_header)); in saa7164_downloadfirmware()
487 (sizeof(struct fw_header) + in saa7164_downloadfirmware()
488 sizeof(struct fw_header)); in saa7164_downloadfirmware()
490 fwhdr = (struct fw_header *)(fw->data+tmp); in saa7164_downloadfirmware()
514 sizeof(struct fw_header); in saa7164_downloadfirmware()
517 sizeof(struct fw_header)); in saa7164_downloadfirmware()
548 sizeof(struct fw_header); in saa7164_downloadfirmware()
551 (u8 *)(fw->data + sizeof(struct fw_header)); in saa7164_downloadfirmware()
557 16 + sizeof(struct fw_header); in saa7164_downloadfirmware()