Home
last modified time | relevance | path

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

/linux-2.6.39/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
132 struct ihex_binrec *record; in process_ihex()
248 static struct ihex_binrec *records;
250 static void file_record(struct ihex_binrec *record) in file_record()
252 struct ihex_binrec **p = &records; in file_record()
264 struct ihex_binrec *p = records; in output_records()
/linux-2.6.39/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-2.6.39/drivers/usb/misc/
Demi26.c83 const struct ihex_binrec *rec; in emi26_load_firmware()
123 rec = (const struct ihex_binrec *)loader_fw->data; in emi26_load_firmware()
147 rec = (const struct ihex_binrec *)bitstream_fw->data; in emi26_load_firmware()
173 for (rec = (const struct ihex_binrec *)loader_fw->data; in emi26_load_firmware()
194 for (rec = (const struct ihex_binrec *)firmware_fw->data; in emi26_load_firmware()
214 for (rec = (const struct ihex_binrec *)firmware_fw->data; in emi26_load_firmware()
Demi62.c92 const struct ihex_binrec *rec; in emi62_load_firmware()
129 rec = (const struct ihex_binrec *)loader_fw->data; in emi62_load_firmware()
154 rec = (const struct ihex_binrec *)bitstream_fw->data; in emi62_load_firmware()
180 for (rec = (const struct ihex_binrec *)loader_fw->data; in emi62_load_firmware()
201 for (rec = (const struct ihex_binrec *)firmware_fw->data; in emi62_load_firmware()
221 for (rec = (const struct ihex_binrec *)firmware_fw->data; in emi62_load_firmware()
/linux-2.6.39/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-2.6.39/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);
220 prism2_fwapply((const struct ihex_binrec *)fw_entry->data, wlandev); in prism2_fwtry()
239 int prism2_fwapply(const struct ihex_binrec *rfptr, wlandevice_t *wlandev) in prism2_fwapply()
855 int read_fwfile(const struct ihex_binrec *record) in read_fwfile()
/linux-2.6.39/drivers/usb/serial/
Dkeyspan_pda.c747 const struct ihex_binrec *record; in keyspan_pda_fake_startup()
773 record = (const struct ihex_binrec *)fw->data; in keyspan_pda_fake_startup()
Dwhiteheat.c299 const struct ihex_binrec *record; in whiteheat_firmware_download()
319 record = (const struct ihex_binrec *)loader_fw->data; in whiteheat_firmware_download()
336 record = (const struct ihex_binrec *)firmware_fw->data; in whiteheat_firmware_download()
356 record = (const struct ihex_binrec *)firmware_fw->data; in whiteheat_firmware_download()
Dio_edgeport.c294 const struct ihex_binrec *rec; in update_edgeport_E2PROM()
318 rec = (const struct ihex_binrec *)fw->data; in update_edgeport_E2PROM()
2849 const struct ihex_binrec *rec; in load_application_firmware()
2884 rec = (const struct ihex_binrec *)fw->data; in load_application_firmware()
Dkeyspan.c1332 const struct ihex_binrec *record; in keyspan_fake_startup()
1412 record = (const struct ihex_binrec *)fw->data; in keyspan_fake_startup()
/linux-2.6.39/drivers/media/video/gspca/
Dvicam.c265 const struct ihex_binrec *rec; in sd_init()
/linux-2.6.39/drivers/atm/
Dambassador.c1818 const struct ihex_binrec *rec) { in loader_write()
1833 const struct ihex_binrec *rec) { in loader_verify()
1928 const struct ihex_binrec *rec; in ucode_init()
1939 rec = (const struct ihex_binrec *)fw->data; in ucode_init()