Lines Matching refs:fw_header
29 struct fw_header { struct
205 struct fw_header *hdr, *boothdr = NULL, *fwhdr; in saa7164_downloadfirmware()
437 hdr = (struct fw_header *)fw->data; in saa7164_downloadfirmware()
450 16 + sizeof(struct fw_header); in saa7164_downloadfirmware()
460 boothdr = (struct fw_header *)(fw->data + in saa7164_downloadfirmware()
461 sizeof(struct fw_header)); in saa7164_downloadfirmware()
497 (sizeof(struct fw_header) + in saa7164_downloadfirmware()
498 sizeof(struct fw_header)); in saa7164_downloadfirmware()
500 fwhdr = (struct fw_header *)(fw->data+tmp); in saa7164_downloadfirmware()
524 sizeof(struct fw_header); in saa7164_downloadfirmware()
527 sizeof(struct fw_header)); in saa7164_downloadfirmware()
558 sizeof(struct fw_header); in saa7164_downloadfirmware()
561 (u8 *)(fw->data + sizeof(struct fw_header)); in saa7164_downloadfirmware()
567 16 + sizeof(struct fw_header); in saa7164_downloadfirmware()