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:ref_fwnode
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/acpi/
H
A
D
property.c
730
struct fwnode_handle *
ref_fwnode
;
in __acpi_node_get_property_reference()
local
744
for (
ref_fwnode
= acpi_fwnode_handle(device);
in __acpi_node_get_property_reference()
747
ref_fwnode
= acpi_fwnode_get_named_child_node(
in __acpi_node_get_property_reference()
748
ref_fwnode
, element->string.pointer);
in __acpi_node_get_property_reference()
749
if (!
ref_fwnode
)
in __acpi_node_get_property_reference()
769
args->fwnode =
ref_fwnode
;
in __acpi_node_get_property_reference()
/kernel/linux/linux-6.6/drivers/acpi/
H
A
D
property.c
796
struct fwnode_handle *
ref_fwnode
,
in acpi_get_ref_args()
810
ref_fwnode
= acpi_fwnode_get_named_child_node(
ref_fwnode
, child_name);
in acpi_get_ref_args()
811
if (!
ref_fwnode
)
in acpi_get_ref_args()
836
args->fwnode =
ref_fwnode
;
in acpi_get_ref_args()
795
acpi_get_ref_args(struct fwnode_reference_args *args, struct fwnode_handle *
ref_fwnode
, const union acpi_object **element, const union acpi_object *end, size_t num_args)
acpi_get_ref_args()
argument
Completed in 8 milliseconds