Home
last modified time | relevance | path

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

/linux/include/linux/
H A 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/tools/firmware/
H A 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/drivers/usb/misc/
H A 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()
H A 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()
H A 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/sound/soc/codecs/
H A Dzl38060.c164 const struct ihex_binrec *rec; in zl38_load_firmware()
184 rec = (const struct ihex_binrec *)fw->data; in zl38_load_firmware()
/linux/drivers/watchdog/
H A Dziirave_wdt.c297 const struct ihex_binrec *rec; in ziirave_firm_verify()
344 const struct ihex_binrec *rec; in ziirave_firm_upload()
/linux/drivers/input/misc/
H A Dims-pcu.c768 const struct ihex_binrec *rec = (const struct ihex_binrec *)fw->data; in ims_pcu_count_fw_records()
822 const struct ihex_binrec *rec = (const struct ihex_binrec *)fw->data; in ims_pcu_flash_firmware()
/linux/drivers/usb/serial/
H A Dio_edgeport.c317 const struct ihex_binrec *rec; in update_edgeport_E2PROM()
341 rec = (const struct ihex_binrec *)fw->data; in update_edgeport_E2PROM()
2626 const struct ihex_binrec *rec; in load_application_firmware()
2661 rec = (const struct ihex_binrec *)fw->data; in load_application_firmware()