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:FDT_NOP
(Results
1 - 13
of
13
) sorted by relevance
/kernel/linux/linux-5.10/scripts/dtc/libfdt/
H
A
D
fdt.h
57
#define
FDT_NOP
0x4 /* nop */
macro
H
A
D
fdt.c
197
case
FDT_NOP
:
in fdt_next_tag()
250
case
FDT_NOP
:
in fdt_next_node()
H
A
D
fdt_wip.c
56
*p = cpu_to_fdt32(
FDT_NOP
);
in fdt_nop_region_()
H
A
D
fdt_rw.c
356
} while ((tag == FDT_PROP) || (tag ==
FDT_NOP
));
in fdt_add_subnode_namelen()
H
A
D
fdt_ro.c
220
} while (tag ==
FDT_NOP
);
in nextprop_()
/kernel/linux/linux-6.6/scripts/dtc/libfdt/
H
A
D
fdt.h
57
#define
FDT_NOP
0x4 /* nop */
macro
H
A
D
fdt.c
209
case
FDT_NOP
:
in fdt_next_tag()
262
case
FDT_NOP
:
in fdt_next_node()
H
A
D
fdt_wip.c
56
*p = cpu_to_fdt32(
FDT_NOP
);
in fdt_nop_region_()
H
A
D
fdt_rw.c
359
} while ((tag == FDT_PROP) || (tag ==
FDT_NOP
));
in fdt_add_subnode_namelen()
H
A
D
fdt_ro.c
220
} while (tag ==
FDT_NOP
);
in nextprop_()
/kernel/linux/linux-5.10/scripts/dtc/
H
A
D
fdtdump.c
123
if (tag ==
FDT_NOP
) {
in dump_blob()
H
A
D
flattree.c
773
case
FDT_NOP
:
in unflatten_tree()
/kernel/linux/linux-6.6/scripts/dtc/
H
A
D
flattree.c
774
case
FDT_NOP
:
in unflatten_tree()
Completed in 9 milliseconds