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:off_dt_struct
(Results
1 - 13
of
13
) sorted by relevance
/kernel/linux/linux-5.10/scripts/dtc/libfdt/
H
A
D
fdt.h
15
fdt32_t
off_dt_struct
; /* offset to structure */
member
H
A
D
libfdt.h
242
#define fdt_off_dt_struct(fdt) (fdt_get_header(fdt,
off_dt_struct
))
259
fdt_set_hdr_(
off_dt_struct
);
variable
/kernel/linux/linux-6.6/scripts/dtc/libfdt/
H
A
D
fdt.h
15
fdt32_t
off_dt_struct
; /* offset to structure */
member
H
A
D
libfdt.h
251
#define fdt_off_dt_struct(fdt) (fdt_get_header(fdt,
off_dt_struct
))
268
fdt_set_hdr_(
off_dt_struct
);
variable
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H
A
D
prom.h
51
__be32
off_dt_struct
; /* offset to structure */
member
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H
A
D
prom.h
46
__be32
off_dt_struct
; /* offset to structure */
member
/kernel/linux/linux-5.10/scripts/dtc/
H
A
D
fdtdump.c
50
uint32_t off_dt = fdt32_to_cpu(bph->
off_dt_struct
);
in dump_blob()
70
printf("//
off_dt_struct
:\t0x%x\n", off_dt);
in dump_blob()
H
A
D
flattree.c
332
fdt->
off_dt_struct
= cpu_to_fdt32(reserve_off + reservesize);
in make_fdt_header()
470
fprintf(f, "\t/*
off_dt_struct
*/\n");
in dt_to_asm()
867
off_dt = fdt32_to_cpu(fdt->
off_dt_struct
);
in dt_from_blob()
/kernel/linux/linux-6.6/scripts/dtc/
H
A
D
flattree.c
333
fdt->
off_dt_struct
= cpu_to_fdt32(reserve_off + reservesize);
in make_fdt_header()
471
fprintf(f, "\t/*
off_dt_struct
*/\n");
in dt_to_asm()
868
off_dt = fdt32_to_cpu(fdt->
off_dt_struct
);
in dt_from_blob()
/kernel/linux/linux-5.10/arch/powerpc/platforms/powermac/
H
A
D
bootx_init.c
391
hdr->
off_dt_struct
= mem_end - mem_start;
in bootx_flatten_dt()
/kernel/linux/linux-6.6/arch/powerpc/platforms/powermac/
H
A
D
bootx_init.c
392
hdr->
off_dt_struct
= mem_end - mem_start;
in bootx_flatten_dt()
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H
A
D
prom_init.c
2725
hdr->
off_dt_struct
= cpu_to_be32(dt_struct_start - dt_header_start);
in flatten_device_tree()
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H
A
D
prom_init.c
2755
hdr->
off_dt_struct
= cpu_to_be32(dt_struct_start - dt_header_start);
in flatten_device_tree()
Completed in 19 milliseconds