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:propval_cell
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/scripts/dtc/
H
A
D
checks.c
521
phandle =
propval_cell
(prop);
in check_phandle_prop()
741
node->addr_cells =
propval_cell
(prop);
in fixup_addr_size_cells()
745
node->size_cells =
propval_cell
(prop);
in fixup_addr_size_cells()
1443
cellsize =
propval_cell
(cellprop);
in check_property_phandle_args()
1614
cellsize +=
propval_cell
(get_property(node, "#interrupt-cells"));
in check_interrupt_map()
1664
parent_cellsize =
propval_cell
(cellprop);
in check_interrupt_map()
1673
parent_cellsize +=
propval_cell
(cellprop);
in check_interrupt_map()
1705
phandle =
propval_cell
(prop);
in check_interrupts_property()
1741
irq_cells =
propval_cell
(prop);
in check_interrupts_property()
1794
if (prop &&
propval_cell
(pro
in check_graph_child_address()
[all...]
H
A
D
livetree.c
435
cell_t
propval_cell
(struct property *prop)
in propval_cell()
function
670
return
propval_cell
(reg);
in guess_boot_cpuid()
H
A
D
dtc.h
291
cell_t
propval_cell
(struct property *prop);
/kernel/linux/linux-5.10/scripts/dtc/
H
A
D
checks.c
498
phandle =
propval_cell
(prop);
in check_phandle_prop()
720
node->addr_cells =
propval_cell
(prop);
in fixup_addr_size_cells()
724
node->size_cells =
propval_cell
(prop);
in fixup_addr_size_cells()
1421
cellsize =
propval_cell
(cellprop);
in check_property_phandle_args()
1605
phandle =
propval_cell
(prop);
in check_interrupts_property()
1641
irq_cells =
propval_cell
(prop);
in check_interrupts_property()
1694
if (prop &&
propval_cell
(prop) != 0)
in check_graph_child_address()
1722
snprintf(unit_addr, sizeof(unit_addr), "%x",
propval_cell
(prop));
in check_graph_reg()
1761
phandle =
propval_cell
(prop);
in get_remote_endpoint()
H
A
D
dtc.h
255
cell_t
propval_cell
(struct property *prop);
H
A
D
livetree.c
435
cell_t
propval_cell
(struct property *prop)
in propval_cell()
function
643
return
propval_cell
(reg);
in guess_boot_cpuid()
Completed in 10 milliseconds