ihex_binrec      1800 drivers/atm/ambassador.c 			const struct ihex_binrec *rec)
ihex_binrec      1815 drivers/atm/ambassador.c 			 const struct ihex_binrec *rec)
ihex_binrec      1912 drivers/atm/ambassador.c   const struct ihex_binrec *rec;
ihex_binrec      1923 drivers/atm/ambassador.c   rec = (const struct ihex_binrec *)fw->data;
ihex_binrec        54 drivers/gpu/drm/mga/mga_warp.c 	const struct ihex_binrec *rec;
ihex_binrec        88 drivers/gpu/drm/mga/mga_warp.c 	for (rec = (const struct ihex_binrec *)fw->data;
ihex_binrec       112 drivers/gpu/drm/mga/mga_warp.c 	for (rec = (const struct ihex_binrec *)fw->data;
ihex_binrec       769 drivers/input/misc/ims-pcu.c 	const struct ihex_binrec *rec = (const struct ihex_binrec *)fw->data;
ihex_binrec       823 drivers/input/misc/ims-pcu.c 	const struct ihex_binrec *rec = (const struct ihex_binrec *)fw->data;
ihex_binrec       227 drivers/media/usb/gspca/vicam.c 	const struct ihex_binrec *rec;
ihex_binrec       164 drivers/staging/wlan-ng/prism2fw.c static int prism2_fwapply(const struct ihex_binrec *rfptr,
ihex_binrec       167 drivers/staging/wlan-ng/prism2fw.c static int read_fwfile(const struct ihex_binrec *rfptr);
ihex_binrec       226 drivers/staging/wlan-ng/prism2fw.c 	prism2_fwapply((const struct ihex_binrec *)fw_entry->data, wlandev);
ihex_binrec       246 drivers/staging/wlan-ng/prism2fw.c static int prism2_fwapply(const struct ihex_binrec *rfptr,
ihex_binrec       873 drivers/staging/wlan-ng/prism2fw.c static int read_fwfile(const struct ihex_binrec *record)
ihex_binrec        76 drivers/usb/misc/emi26.c 	const struct ihex_binrec *rec;
ihex_binrec       109 drivers/usb/misc/emi26.c 	rec = (const struct ihex_binrec *)loader_fw->data;
ihex_binrec       129 drivers/usb/misc/emi26.c 	rec = (const struct ihex_binrec *)bitstream_fw->data;
ihex_binrec       151 drivers/usb/misc/emi26.c 	for (rec = (const struct ihex_binrec *)loader_fw->data;
ihex_binrec       168 drivers/usb/misc/emi26.c 	for (rec = (const struct ihex_binrec *)firmware_fw->data;
ihex_binrec       184 drivers/usb/misc/emi26.c 	for (rec = (const struct ihex_binrec *)firmware_fw->data;
ihex_binrec        84 drivers/usb/misc/emi62.c 	const struct ihex_binrec *rec;
ihex_binrec       115 drivers/usb/misc/emi62.c 	rec = (const struct ihex_binrec *)loader_fw->data;
ihex_binrec       136 drivers/usb/misc/emi62.c 	rec = (const struct ihex_binrec *)bitstream_fw->data;
ihex_binrec       158 drivers/usb/misc/emi62.c 	for (rec = (const struct ihex_binrec *)loader_fw->data;
ihex_binrec       175 drivers/usb/misc/emi62.c 	for (rec = (const struct ihex_binrec *)firmware_fw->data;
ihex_binrec       191 drivers/usb/misc/emi62.c 	for (rec = (const struct ihex_binrec *)firmware_fw->data;
ihex_binrec        76 drivers/usb/misc/ezusb.c 	const struct ihex_binrec *record;
ihex_binrec        90 drivers/usb/misc/ezusb.c 	record = (const struct ihex_binrec *)firmware->data;
ihex_binrec       110 drivers/usb/misc/ezusb.c 	record = (const struct ihex_binrec *)firmware->data;
ihex_binrec       360 drivers/usb/serial/io_edgeport.c 	const struct ihex_binrec *rec;
ihex_binrec       384 drivers/usb/serial/io_edgeport.c 	rec = (const struct ihex_binrec *)fw->data;
ihex_binrec      2742 drivers/usb/serial/io_edgeport.c 	const struct ihex_binrec *rec;
ihex_binrec      2777 drivers/usb/serial/io_edgeport.c 	rec = (const struct ihex_binrec *)fw->data;
ihex_binrec       301 drivers/watchdog/ziirave_wdt.c 	const struct ihex_binrec *rec;
ihex_binrec       345 drivers/watchdog/ziirave_wdt.c 	const struct ihex_binrec *rec;
ihex_binrec        24 include/linux/ihex.h static inline uint16_t ihex_binrec_size(const struct ihex_binrec *p)
ihex_binrec        30 include/linux/ihex.h static inline const struct ihex_binrec *
ihex_binrec        31 include/linux/ihex.h __ihex_next_binrec(const struct ihex_binrec *rec)
ihex_binrec        38 include/linux/ihex.h static inline const struct ihex_binrec *
ihex_binrec        39 include/linux/ihex.h ihex_next_binrec(const struct ihex_binrec *rec)
ihex_binrec        49 include/linux/ihex.h 	const struct ihex_binrec *end, *rec;
ihex_binrec        29 tools/firmware/ihex2fw.c 	struct ihex_binrec *next; /* not part of the real data structure */
ihex_binrec        54 tools/firmware/ihex2fw.c static void file_record(struct ihex_binrec *record);
ihex_binrec       134 tools/firmware/ihex2fw.c 	struct ihex_binrec *record;
ihex_binrec       252 tools/firmware/ihex2fw.c static struct ihex_binrec *records;
ihex_binrec       254 tools/firmware/ihex2fw.c static void file_record(struct ihex_binrec *record)
ihex_binrec       256 tools/firmware/ihex2fw.c 	struct ihex_binrec **p = &records;
ihex_binrec       265 tools/firmware/ihex2fw.c static uint16_t ihex_binrec_size(struct ihex_binrec *p)
ihex_binrec       273 tools/firmware/ihex2fw.c 	struct ihex_binrec *p = records;