Home
last modified time | relevance | path

Searched refs:ihex_binrec (Results 1 – 11 of 11) sorted by relevance

/linux-4.4.14/firmware/
Dihex2fw.c27 struct ihex_binrec { struct
28 struct ihex_binrec *next; /* not part of the real data structure */ argument
53 static void file_record(struct ihex_binrec *record); argument
133 struct ihex_binrec *record; in process_ihex()
249 static struct ihex_binrec *records;
251 static void file_record(struct ihex_binrec *record) in file_record()
253 struct ihex_binrec **p = &records; in file_record()
265 struct ihex_binrec *p = records; in output_records()
/linux-4.4.14/include/linux/
Dihex.h17 struct ihex_binrec { struct
24 static inline const struct ihex_binrec * argument
25 ihex_next_binrec(const struct ihex_binrec *rec) in ihex_next_binrec()
36 const struct ihex_binrec *rec; in ihex_validate_fw()
/linux-4.4.14/drivers/usb/misc/
Demi26.c79 const struct ihex_binrec *rec; in emi26_load_firmware()
112 rec = (const struct ihex_binrec *)loader_fw->data; in emi26_load_firmware()
132 rec = (const struct ihex_binrec *)bitstream_fw->data; in emi26_load_firmware()
154 for (rec = (const struct ihex_binrec *)loader_fw->data; in emi26_load_firmware()
171 for (rec = (const struct ihex_binrec *)firmware_fw->data; in emi26_load_firmware()
187 for (rec = (const struct ihex_binrec *)firmware_fw->data; in emi26_load_firmware()
Demi62.c87 const struct ihex_binrec *rec; in emi62_load_firmware()
118 rec = (const struct ihex_binrec *)loader_fw->data; in emi62_load_firmware()
139 rec = (const struct ihex_binrec *)bitstream_fw->data; in emi62_load_firmware()
161 for (rec = (const struct ihex_binrec *)loader_fw->data; in emi62_load_firmware()
178 for (rec = (const struct ihex_binrec *)firmware_fw->data; in emi62_load_firmware()
194 for (rec = (const struct ihex_binrec *)firmware_fw->data; in emi62_load_firmware()
Dezusb.c79 const struct ihex_binrec *record; in ezusb_ihex_firmware_download()
93 record = (const struct ihex_binrec *)firmware->data; in ezusb_ihex_firmware_download()
113 record = (const struct ihex_binrec *)firmware->data; in ezusb_ihex_firmware_download()
/linux-4.4.14/drivers/gpu/drm/mga/
Dmga_warp.c56 const struct ihex_binrec *rec; in mga_warp_install_microcode()
90 for (rec = (const struct ihex_binrec *)fw->data; in mga_warp_install_microcode()
114 for (rec = (const struct ihex_binrec *)fw->data; in mga_warp_install_microcode()
/linux-4.4.14/drivers/staging/wlan-ng/
Dprism2fw.c163 static int prism2_fwapply(const struct ihex_binrec *rfptr,
166 static int read_fwfile(const struct ihex_binrec *rfptr);
222 prism2_fwapply((const struct ihex_binrec *)fw_entry->data, wlandev); in prism2_fwtry()
241 static int prism2_fwapply(const struct ihex_binrec *rfptr, in prism2_fwapply()
856 static int read_fwfile(const struct ihex_binrec *record) in read_fwfile()
/linux-4.4.14/drivers/media/usb/gspca/
Dvicam.c241 const struct ihex_binrec *rec; in sd_init()
/linux-4.4.14/drivers/input/misc/
Dims-pcu.c774 const struct ihex_binrec *rec = (const struct ihex_binrec *)fw->data; in ims_pcu_count_fw_records()
828 const struct ihex_binrec *rec = (const struct ihex_binrec *)fw->data; in ims_pcu_flash_firmware()
/linux-4.4.14/drivers/atm/
Dambassador.c1815 const struct ihex_binrec *rec) in loader_write()
1830 const struct ihex_binrec *rec) in loader_verify()
1927 const struct ihex_binrec *rec; in ucode_init()
1938 rec = (const struct ihex_binrec *)fw->data; in ucode_init()
/linux-4.4.14/drivers/usb/serial/
Dio_edgeport.c284 const struct ihex_binrec *rec; in update_edgeport_E2PROM()
308 rec = (const struct ihex_binrec *)fw->data; in update_edgeport_E2PROM()
2676 const struct ihex_binrec *rec; in load_application_firmware()
2711 rec = (const struct ihex_binrec *)fw->data; in load_application_firmware()