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:valid_data_len
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/sound/soc/codecs/aw88395/
H
A
D
aw88395_lib.c
85
bin->header_info[bin_num].
valid_data_len
= temp_info.bin_data_len - VALID_DATA_LEN;
in aw_check_register_num()
115
bin->header_info[bin_num].
valid_data_len
= temp_info.bin_data_len - DSP_VALID_DATA_LEN;
in aw_check_dsp_reg_num()
144
bin->header_info[bin_num].
valid_data_len
= temp_info.bin_data_len - APP_VALID_DATA_LEN;
in aw_check_soc_app_num()
164
unsigned int
valid_data_len
;
in aw_parse_one_of_multi_bins()
local
180
valid_data_len
= aw_bin_header_info.bin_data_len;
in aw_parse_one_of_multi_bins()
181
bin->p_addr += (HDADER_LEN +
valid_data_len
);
in aw_parse_one_of_multi_bins()
306
bin->header_info[i].
valid_data_len
=
in aw_parsing_bin_file()
386
aw_bin->header_info[i].
valid_data_len
;
in aw_dev_prof_parse_multi_bin()
391
if (aw_bin->header_info[i].
valid_data_len
& 0x01) {
in aw_dev_prof_parse_multi_bin()
397
aw_bin->header_info[i].
valid_data_len
>>
in aw_dev_prof_parse_multi_bin()
[all...]
H
A
D
aw88395_lib.h
68
unsigned int
valid_data_len
;
member
Completed in 3 milliseconds