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:of_kset
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/of/
H
A
D
kobj.c
73
if (!
of_kset
|| !of_node_is_attached(np))
in __of_add_property_sysfs()
99
if (
of_kset
&& of_node_is_attached(np))
in __of_remove_property_sysfs()
107
if (!
of_kset
)
in __of_update_property_sysfs()
122
if (!IS_ENABLED(CONFIG_SYSFS) || !
of_kset
)
in __of_attach_node_sysfs()
125
np->kobj.kset =
of_kset
;
in __of_attach_node_sysfs()
128
name = safe_name(&
of_kset
->kobj, "base");
in __of_attach_node_sysfs()
154
if (!
of_kset
)
in __of_detach_node_sysfs()
H
A
D
of_private.h
40
extern struct kset *
of_kset
;
H
A
D
base.c
43
struct kset *
of_kset
;
variable
173
of_kset
= kset_create_and_add("devicetree", NULL, firmware_kobj);
in of_core_init()
174
if (!
of_kset
) {
in of_core_init()
/kernel/linux/linux-6.6/drivers/of/
H
A
D
kobj.c
73
if (!
of_kset
|| !of_node_is_attached(np))
in __of_add_property_sysfs()
99
if (
of_kset
&& of_node_is_attached(np))
in __of_remove_property_sysfs()
107
if (!
of_kset
)
in __of_update_property_sysfs()
122
if (!IS_ENABLED(CONFIG_SYSFS) || !
of_kset
)
in __of_attach_node_sysfs()
125
np->kobj.kset =
of_kset
;
in __of_attach_node_sysfs()
128
name = safe_name(&
of_kset
->kobj, "base");
in __of_attach_node_sysfs()
154
if (!
of_kset
)
in __of_detach_node_sysfs()
H
A
D
of_private.h
43
extern struct kset *
of_kset
;
H
A
D
base.c
43
struct kset *
of_kset
;
variable
174
of_kset
= kset_create_and_add("devicetree", NULL, firmware_kobj);
in of_core_init()
175
if (!
of_kset
) {
in of_core_init()
Completed in 11 milliseconds