Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dihex.h18 struct ihex_binrec { struct
24 static inline uint16_t ihex_binrec_size(const struct ihex_binrec *p) in ihex_binrec_size() argument
30 static inline const struct ihex_binrec *
31 __ihex_next_binrec(const struct ihex_binrec *rec) in __ihex_next_binrec()
38 static inline const struct ihex_binrec *
39 ihex_next_binrec(const struct ihex_binrec *rec) in ihex_next_binrec()
49 const struct ihex_binrec *end, *rec; in ihex_validate_fw()
/linux-6.1.9/tools/firmware/
Dihex2fw.c28 struct ihex_binrec { struct
29 struct ihex_binrec *next; /* not part of the real data structure */ argument
54 static void file_record(struct ihex_binrec *record); argument
134 struct ihex_binrec *record; in process_ihex()
252 static struct ihex_binrec *records;
254 static void file_record(struct ihex_binrec *record) in file_record()
256 struct ihex_binrec **p = &records; in file_record()
265 static uint16_t ihex_binrec_size(struct ihex_binrec *p) in ihex_binrec_size()
273 struct ihex_binrec *p = records; in output_records()
/linux-6.1.9/drivers/usb/misc/
Demi26.c76 const struct ihex_binrec *rec; in emi26_load_firmware()
109 rec = (const struct ihex_binrec *)loader_fw->data; in emi26_load_firmware()
129 rec = (const struct ihex_binrec *)bitstream_fw->data; in emi26_load_firmware()
151 for (rec = (const struct ihex_binrec *)loader_fw->data; in emi26_load_firmware()
168 for (rec = (const struct ihex_binrec *)firmware_fw->data; in emi26_load_firmware()
184 for (rec = (const struct ihex_binrec *)firmware_fw->data; in emi26_load_firmware()
Demi62.c84 const struct ihex_binrec *rec; in emi62_load_firmware()
115 rec = (const struct ihex_binrec *)loader_fw->data; in emi62_load_firmware()
136 rec = (const struct ihex_binrec *)bitstream_fw->data; in emi62_load_firmware()
158 for (rec = (const struct ihex_binrec *)loader_fw->data; in emi62_load_firmware()
175 for (rec = (const struct ihex_binrec *)firmware_fw->data; in emi62_load_firmware()
191 for (rec = (const struct ihex_binrec *)firmware_fw->data; in emi62_load_firmware()
Dezusb.c64 const struct ihex_binrec *record; in ezusb_ihex_firmware_download()
78 record = (const struct ihex_binrec *)firmware->data; in ezusb_ihex_firmware_download()
98 record = (const struct ihex_binrec *)firmware->data; in ezusb_ihex_firmware_download()
/linux-6.1.9/drivers/gpu/drm/mga/
Dmga_warp.c54 const struct ihex_binrec *rec; in mga_warp_install_microcode()
88 for (rec = (const struct ihex_binrec *)fw->data; in mga_warp_install_microcode()
112 for (rec = (const struct ihex_binrec *)fw->data; in mga_warp_install_microcode()
/linux-6.1.9/drivers/staging/wlan-ng/
Dprism2fw.c164 static int prism2_fwapply(const struct ihex_binrec *rfptr,
167 static int read_fwfile(const struct ihex_binrec *rfptr);
226 prism2_fwapply((const struct ihex_binrec *)fw_entry->data, wlandev); in prism2_fwtry()
246 static int prism2_fwapply(const struct ihex_binrec *rfptr, in prism2_fwapply()
873 static int read_fwfile(const struct ihex_binrec *record) in read_fwfile()
/linux-6.1.9/sound/soc/codecs/
Dzl38060.c164 const struct ihex_binrec *rec; in zl38_load_firmware()
184 rec = (const struct ihex_binrec *)fw->data; in zl38_load_firmware()
/linux-6.1.9/drivers/watchdog/
Dziirave_wdt.c297 const struct ihex_binrec *rec; in ziirave_firm_verify()
341 const struct ihex_binrec *rec; in ziirave_firm_upload()
/linux-6.1.9/drivers/media/usb/gspca/
Dvicam.c227 const struct ihex_binrec *rec; in sd_init()
/linux-6.1.9/drivers/input/misc/
Dims-pcu.c769 const struct ihex_binrec *rec = (const struct ihex_binrec *)fw->data; in ims_pcu_count_fw_records()
823 const struct ihex_binrec *rec = (const struct ihex_binrec *)fw->data; in ims_pcu_flash_firmware()
/linux-6.1.9/drivers/input/touchscreen/
Dili210x.c577 const struct ihex_binrec *rec; in ili251x_firmware_to_buffer()
593 rec = (const struct ihex_binrec *)fw->data; in ili251x_firmware_to_buffer()
/linux-6.1.9/drivers/usb/serial/
Dio_edgeport.c317 const struct ihex_binrec *rec; in update_edgeport_E2PROM()
341 rec = (const struct ihex_binrec *)fw->data; in update_edgeport_E2PROM()
2624 const struct ihex_binrec *rec; in load_application_firmware()
2659 rec = (const struct ihex_binrec *)fw->data; in load_application_firmware()