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:module_size
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/scripts/
H
A
D
sign-file.c
226
unsigned long
module_size
, sig_size;
in main()
local
373
module_size
= BIO_number_written(bd);
in main()
394
sig_size = BIO_number_written(bd) -
module_size
;
in main()
/kernel/linux/linux-6.6/scripts/
H
A
D
sign-file.c
226
unsigned long
module_size
, sig_size;
in main()
local
373
module_size
= BIO_number_written(bd);
in main()
394
sig_size = BIO_number_written(bd) -
module_size
;
in main()
/kernel/linux/linux-5.10/include/linux/platform_data/
H
A
D
ti-sysc.h
128
* @
module_size
: size of the interconnect target module
140
u32
module_size
;
member
/kernel/linux/linux-6.6/include/linux/platform_data/
H
A
D
ti-sysc.h
130
* @
module_size
: size of the interconnect target module
142
u32
module_size
;
member
/kernel/linux/linux-5.10/drivers/bus/
H
A
D
ti-sysc.c
99
* @
module_size
: size of the interconnect target module
130
u32
module_size
;
member
685
ddata->
module_size
= be32_to_cpup(ranges);
in sysc_parse_and_check_child_range()
881
if (ddata->offsets[i] > (ddata->
module_size
- 4)) {
in sysc_check_registers()
925
size = ddata->
module_size
;
in sysc_ioremap()
934
if ((size + sizeof(u32)) > ddata->
module_size
)
in sysc_ioremap()
935
size = ddata->
module_size
;
in sysc_ioremap()
1031
ddata->module_pa, ddata->
module_size
,
in sysc_show_registers()
1762
ddata->
module_size
);
in sysc_quirk_dispc()
2920
mdata->
module_size
in sysc_init_pdata()
[all...]
/kernel/linux/linux-6.6/drivers/bus/
H
A
D
ti-sysc.c
99
* @
module_size
: size of the interconnect target module
131
u32
module_size
;
member
663
ddata->
module_size
= range.size;
in sysc_parse_and_check_child_range()
861
if (ddata->offsets[i] > (ddata->
module_size
- 4)) {
in sysc_check_registers()
905
size = ddata->
module_size
;
in sysc_ioremap()
914
if ((size + sizeof(u32)) > ddata->
module_size
)
in sysc_ioremap()
915
size = ddata->
module_size
;
in sysc_ioremap()
1015
ddata->module_pa, ddata->
module_size
,
in sysc_show_registers()
1806
ddata->
module_size
);
in sysc_quirk_dispc()
2985
mdata->
module_size
in sysc_init_pdata()
[all...]
/kernel/linux/linux-5.10/drivers/crypto/qat/qat_common/
H
A
D
icp_qat_uclo.h
429
unsigned int
module_size
;
member
/kernel/linux/linux-6.6/drivers/crypto/intel/qat/qat_common/
H
A
D
icp_qat_uclo.h
470
unsigned int
module_size
;
member
/kernel/linux/linux-5.10/arch/arm/mach-omap2/
H
A
D
omap_hwmod.c
3438
data->
module_size
);
in omap_hwmod_allocate_module()
/kernel/linux/linux-6.6/arch/arm/mach-omap2/
H
A
D
omap_hwmod.c
3408
data->
module_size
);
in omap_hwmod_allocate_module()
Completed in 21 milliseconds