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:sup_np
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/of/
H
A
D
property.c
1087
* @
sup_np
: phandle to supplier device tree node
1089
* Given a phandle to a supplier device tree node (@
sup_np
), this function
1102
static int of_link_to_phandle(struct device *dev, struct device_node *
sup_np
,
in of_link_to_phandle()
argument
1107
struct device_node *tmp_np =
sup_np
;
in of_link_to_phandle()
1109
of_node_get(
sup_np
);
in of_link_to_phandle()
1112
* @
sup_np
or it may be an ancestor of @
sup_np
.
in of_link_to_phandle()
1114
while (
sup_np
) {
in of_link_to_phandle()
1117
if (!of_device_is_available(
sup_np
)) {
in of_link_to_phandle()
1118
of_node_put(
sup_np
);
in of_link_to_phandle()
[all...]
/kernel/linux/linux-5.10/drivers/firmware/efi/
H
A
D
efi-init.c
322
struct device_node *
sup_np
;
in efifb_add_links()
local
325
sup_np
= find_pci_overlap_node();
in efifb_add_links()
331
if (!
sup_np
)
in efifb_add_links()
334
sup_dev = get_dev_from_fwnode(&
sup_np
->fwnode);
in efifb_add_links()
335
of_node_put(
sup_np
);
in efifb_add_links()
/kernel/linux/linux-6.6/drivers/firmware/efi/
H
A
D
sysfb_efi.c
328
struct device_node *
sup_np
;
in efifb_add_links()
local
330
sup_np
= find_pci_overlap_node();
in efifb_add_links()
336
if (!
sup_np
)
in efifb_add_links()
339
fwnode_link_add(fwnode, of_fwnode_handle(
sup_np
));
in efifb_add_links()
340
of_node_put(
sup_np
);
in efifb_add_links()
/kernel/linux/linux-6.6/drivers/of/
H
A
D
property.c
1068
struct device_node *
sup_np
)
in of_link_to_phandle()
1070
struct device_node *tmp_np = of_node_get(
sup_np
);
in of_link_to_phandle()
1072
/* Check that
sup_np
and its ancestors are available. */
in of_link_to_phandle()
1087
fwnode_link_add(of_fwnode_handle(con_np), of_fwnode_handle(
sup_np
));
in of_link_to_phandle()
1067
of_link_to_phandle(struct device_node *con_np, struct device_node *
sup_np
)
of_link_to_phandle()
argument
Completed in 6 milliseconds