Home
last modified time | relevance | path

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

/openbmc/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()
/openbmc/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()
/openbmc/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()
/openbmc/linux/drivers/staging/wlan-ng/
H A Dprism2fw.c143 static int prism2_fwapply(const struct ihex_binrec *rfptr,
146 static int read_fwfile(const struct ihex_binrec *rfptr);
205 prism2_fwapply((const struct ihex_binrec *)fw_entry->data, wlandev); in prism2_fwtry()
225 static int prism2_fwapply(const struct ihex_binrec *rfptr, in prism2_fwapply()
851 static int read_fwfile(const struct ihex_binrec *record) in read_fwfile()
/openbmc/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()
/openbmc/linux/drivers/watchdog/
H A Dziirave_wdt.c297 const struct ihex_binrec *rec; in ziirave_firm_verify()
341 const struct ihex_binrec *rec; in ziirave_firm_upload()
/openbmc/linux/drivers/media/usb/gspca/
H A Dvicam.c227 const struct ihex_binrec *rec; in sd_init()
/openbmc/linux/drivers/input/misc/
H A 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()
/openbmc/linux/drivers/input/touchscreen/
H A Dili210x.c588 const struct ihex_binrec *rec; in ili251x_firmware_to_buffer()
604 rec = (const struct ihex_binrec *)fw->data; in ili251x_firmware_to_buffer()
/openbmc/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()