Searched refs:fw_header (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/saa7164/
H A Dsaa7164-fw.c33 struct fw_header { struct
209 struct fw_header *hdr, *boothdr = NULL, *fwhdr;
440 hdr = (struct fw_header *)fw->data;
453 16 + sizeof(struct fw_header);
463 boothdr = (struct fw_header *)(fw->data +
464 sizeof(struct fw_header));
502 (sizeof(struct fw_header) +
503 sizeof(struct fw_header));
505 fwhdr = (struct fw_header *)(fw->data+tmp);
529 sizeof(struct fw_header);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-netx/
H A Dxc.c44 struct fw_header { struct
119 struct fw_header *head;
134 head = (struct fw_header *)fw->data;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/atm/
H A Dfore200e.c2423 struct fw_header *fw_header; local
2447 fw_header = (struct fw_header *) firmware->data;
2448 load_addr = fore200e->virt_base + le32_to_cpu(fw_header->load_offset);
2453 if (le32_to_cpu(fw_header->magic) != FW_HEADER_MAGIC) {
2468 sprintf(buf, "\rgo %x\r", le32_to_cpu(fw_header->start_offset));
H A Dfore200e.h644 typedef struct fw_header { struct

Completed in 61 milliseconds