Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:ihex_binrec
(Results
1 - 25
of
25
) sorted by relevance
/kernel/linux/linux-5.10/include/linux/
H
A
D
ihex.h
18
struct
ihex_binrec
{
struct
24
static inline uint16_t ihex_binrec_size(const struct
ihex_binrec
*p)
in ihex_binrec_size()
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()
/kernel/linux/linux-6.6/include/linux/
H
A
D
ihex.h
18
struct
ihex_binrec
{
struct
24
static inline uint16_t ihex_binrec_size(const struct
ihex_binrec
*p)
in ihex_binrec_size()
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()
/kernel/linux/linux-5.10/tools/firmware/
H
A
D
ihex2fw.c
28
struct
ihex_binrec
{
struct
29
struct
ihex_binrec
*next; /* not part of the real data structure */
54
static void file_record(struct
ihex_binrec
*record);
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()
/kernel/linux/linux-6.6/tools/firmware/
H
A
D
ihex2fw.c
28
struct
ihex_binrec
{
struct
29
struct
ihex_binrec
*next; /* not part of the real data structure */
54
static void file_record(struct
ihex_binrec
*record);
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()
/kernel/linux/linux-5.10/drivers/usb/misc/
H
A
D
emi62.c
84
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
D
emi26.c
76
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
D
ezusb.c
76
const struct
ihex_binrec
*record;
in ezusb_ihex_firmware_download()
90
record = (const struct
ihex_binrec
*)firmware->data;
in ezusb_ihex_firmware_download()
110
record = (const struct
ihex_binrec
*)firmware->data;
in ezusb_ihex_firmware_download()
/kernel/linux/linux-6.6/drivers/usb/misc/
H
A
D
emi62.c
84
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
D
emi26.c
76
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
D
ezusb.c
64
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()
/kernel/linux/linux-5.10/drivers/gpu/drm/mga/
H
A
D
mga_warp.c
54
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()
/kernel/linux/linux-5.10/drivers/staging/wlan-ng/
H
A
D
prism2fw.c
164
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()
/kernel/linux/linux-6.6/drivers/staging/wlan-ng/
H
A
D
prism2fw.c
143
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()
/kernel/linux/linux-5.10/sound/soc/codecs/
H
A
D
zl38060.c
164
const struct
ihex_binrec
*rec;
in zl38_load_firmware()
184
rec = (const struct
ihex_binrec
*)fw->data;
in zl38_load_firmware()
/kernel/linux/linux-6.6/sound/soc/codecs/
H
A
D
zl38060.c
164
const struct
ihex_binrec
*rec;
in zl38_load_firmware()
184
rec = (const struct
ihex_binrec
*)fw->data;
in zl38_load_firmware()
/kernel/linux/linux-5.10/drivers/watchdog/
H
A
D
ziirave_wdt.c
301
const struct
ihex_binrec
*rec;
in ziirave_firm_verify()
345
const struct
ihex_binrec
*rec;
in ziirave_firm_upload()
/kernel/linux/linux-6.6/drivers/watchdog/
H
A
D
ziirave_wdt.c
297
const struct
ihex_binrec
*rec;
in ziirave_firm_verify()
341
const struct
ihex_binrec
*rec;
in ziirave_firm_upload()
/kernel/linux/linux-5.10/drivers/media/usb/gspca/
H
A
D
vicam.c
227
const struct
ihex_binrec
*rec;
in sd_init()
/kernel/linux/linux-6.6/drivers/media/usb/gspca/
H
A
D
vicam.c
227
const struct
ihex_binrec
*rec;
in sd_init()
/kernel/linux/linux-6.6/drivers/input/touchscreen/
H
A
D
ili210x.c
588
const struct
ihex_binrec
*rec;
in ili251x_firmware_to_buffer()
604
rec = (const struct
ihex_binrec
*)fw->data;
in ili251x_firmware_to_buffer()
/kernel/linux/linux-5.10/drivers/atm/
H
A
D
ambassador.c
1800
const struct
ihex_binrec
*rec)
in loader_write()
1815
const struct
ihex_binrec
*rec)
in loader_verify()
1912
const struct
ihex_binrec
*rec;
in ucode_init()
1923
rec = (const struct
ihex_binrec
*)fw->data;
in ucode_init()
/kernel/linux/linux-5.10/drivers/input/misc/
H
A
D
ims-pcu.c
769
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()
/kernel/linux/linux-6.6/drivers/input/misc/
H
A
D
ims-pcu.c
769
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()
/kernel/linux/linux-5.10/drivers/usb/serial/
H
A
D
io_edgeport.c
360
const struct
ihex_binrec
*rec;
in update_edgeport_E2PROM()
384
rec = (const struct
ihex_binrec
*)fw->data;
in update_edgeport_E2PROM()
2742
const struct
ihex_binrec
*rec;
in load_application_firmware()
2777
rec = (const struct
ihex_binrec
*)fw->data;
in load_application_firmware()
/kernel/linux/linux-6.6/drivers/usb/serial/
H
A
D
io_edgeport.c
317
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()
Completed in 30 milliseconds