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:class_to_subsys
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/drivers/base/
H
A
D
class.c
29
*
class_to_subsys
- Turn a struct class into a struct subsys_private
42
struct subsys_private *
class_to_subsys
(const struct class *class)
in class_to_subsys()
function
132
struct subsys_private *sp =
class_to_subsys
(cls);
in class_create_file_ns()
148
struct subsys_private *sp =
class_to_subsys
(cls);
in class_remove_file_ns()
226
struct subsys_private *sp =
class_to_subsys
(cls);
in class_unregister()
314
struct subsys_private *sp =
class_to_subsys
(class);
in class_dev_iter_init()
391
struct subsys_private *sp =
class_to_subsys
(class);
in class_for_each_device()
441
struct subsys_private *sp =
class_to_subsys
(class);
in class_find_device()
478
sp =
class_to_subsys
(parent);
in class_interface_register()
511
sp =
class_to_subsys
(paren
in class_interface_unregister()
[all...]
H
A
D
base.h
76
struct subsys_private *
class_to_subsys
(const struct class *class);
H
A
D
core.c
3187
struct subsys_private *sp =
class_to_subsys
(dev->class);
in get_device_parent()
3257
sp =
class_to_subsys
(dev->class);
in live_in_glue_dir()
3374
sp =
class_to_subsys
(dev->class);
in device_add_class_symlinks()
3408
struct subsys_private *sp =
class_to_subsys
(dev->class);
in device_remove_class_symlinks()
3645
sp =
class_to_subsys
(dev->class);
in device_add()
3804
sp =
class_to_subsys
(dev->class);
in device_del()
4479
struct subsys_private *sp =
class_to_subsys
(dev->class);
in device_rename()
4714
sp =
class_to_subsys
(dev->class);
in device_change_owner()
Completed in 8 milliseconds