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:is_software_node
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/drivers/base/
H
A
D
swnode.c
36
bool
is_software_node
(const struct fwnode_handle *fwnode)
in is_software_node()
function
40
EXPORT_SYMBOL_GPL(
is_software_node
);
variable
46
is_software_node
(__to_swnode_fwnode) ? \
417
while (
is_software_node
(parent))
in software_node_get_name_prefix()
824
if (!
is_software_node
(parent))
in fwnode_create_software_node()
865
if (!
is_software_node
(fwnode))
in software_node_notify()
867
if (!
is_software_node
(fwnode))
in software_node_notify()
H
A
D
property.c
526
if (
is_software_node
(fwnode->secondary)) {
in device_remove_properties()
/kernel/linux/linux-6.6/drivers/base/
H
A
D
swnode.c
39
bool
is_software_node
(const struct fwnode_handle *fwnode)
in is_software_node()
function
43
EXPORT_SYMBOL_GPL(
is_software_node
);
variable
49
is_software_node
(__to_swnode_fwnode) ? \
61
if (!
is_software_node
(fwnode))
in dev_to_swnode()
430
while (
is_software_node
(parent))
in software_node_get_name_prefix()
/kernel/linux/linux-5.10/include/linux/
H
A
D
property.h
463
bool
is_software_node
(const struct fwnode_handle *fwnode);
/kernel/linux/linux-6.6/include/linux/
H
A
D
property.h
491
bool
is_software_node
(const struct fwnode_handle *fwnode);
/kernel/linux/linux-6.6/drivers/gpio/
H
A
D
gpio-dwapb.c
614
if (
is_software_node
(fwnode))
in dwapb_gpio_get_pdata()
H
A
D
gpiolib.c
4015
} else if (
is_software_node
(fwnode)) {
in gpiod_find_by_fwnode()
4132
else if (
is_software_node
(fwnode))
in gpiod_count()
/kernel/linux/linux-5.10/kernel/irq/
H
A
D
irqdomain.c
157
is_software_node
(fwnode)) {
in __irq_domain_create()
/kernel/linux/linux-6.6/kernel/irq/
H
A
D
irqdomain.c
171
is_software_node
(fwnode)) {
in __irq_domain_create()
Completed in 25 milliseconds