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:layout_np
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/nvmem/layouts/
H
A
D
sl28vpd.c
88
struct device_node *
layout_np
;
in sl28vpd_add_cells()
local
113
layout_np
= of_nvmem_layout_get_container(nvmem);
in sl28vpd_add_cells()
114
if (!
layout_np
)
in sl28vpd_add_cells()
124
info.np = of_get_child_by_name(
layout_np
, pinfo->name);
in sl28vpd_add_cells()
128
of_node_put(
layout_np
);
in sl28vpd_add_cells()
133
of_node_put(
layout_np
);
in sl28vpd_add_cells()
/kernel/linux/linux-6.6/drivers/nvmem/
H
A
D
core.c
751
struct device_node *
layout_np
;
in nvmem_add_cells_from_fixed_layout()
local
754
layout_np
= of_nvmem_layout_get_container(nvmem);
in nvmem_add_cells_from_fixed_layout()
755
if (!
layout_np
)
in nvmem_add_cells_from_fixed_layout()
758
if (of_device_is_compatible(
layout_np
, "fixed-layout"))
in nvmem_add_cells_from_fixed_layout()
759
err = nvmem_add_cells_from_dt(nvmem,
layout_np
);
in nvmem_add_cells_from_fixed_layout()
761
of_node_put(
layout_np
);
in nvmem_add_cells_from_fixed_layout()
792
struct device_node *
layout_np
;
in nvmem_layout_get()
local
795
layout_np
= of_nvmem_layout_get_container(nvmem);
in nvmem_layout_get()
796
if (!
layout_np
)
in nvmem_layout_get()
800
if (of_device_is_compatible(
layout_np
, "fixe
in nvmem_layout_get()
868
struct device_node __maybe_unused *
layout_np
;
nvmem_layout_get_match_data()
local
[all...]
Completed in 2 milliseconds