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:aprbus
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/soc/qcom/
H
A
D
apr.c
264
struct bus_type
aprbus
= {
variable
265
.name = "
aprbus
",
271
EXPORT_SYMBOL_GPL(
aprbus
);
variable
308
adev->dev.bus = &
aprbus
;
in apr_add_device()
520
* __apr_driver_register() - Client driver registration with
aprbus
525
* This API will register the client driver with the
aprbus
530
drv->driver.bus = &
aprbus
;
in __apr_driver_register()
569
ret = bus_register(&
aprbus
);
in apr_init()
573
bus_unregister(&
aprbus
);
in apr_init()
580
bus_unregister(&
aprbus
);
in apr_exit()
[all...]
/kernel/linux/linux-6.6/drivers/soc/qcom/
H
A
D
apr.c
402
struct bus_type
aprbus
= {
variable
403
.name = "
aprbus
",
409
EXPORT_SYMBOL_GPL(
aprbus
);
variable
450
adev->dev.bus = &
aprbus
;
in apr_add_device()
667
* __apr_driver_register() - Client driver registration with
aprbus
672
* This API will register the client driver with the
aprbus
677
drv->driver.bus = &
aprbus
;
in __apr_driver_register()
717
ret = bus_register(&
aprbus
);
in apr_init()
721
bus_unregister(&
aprbus
);
in apr_init()
728
bus_unregister(&
aprbus
);
in apr_exit()
[all...]
/kernel/linux/linux-5.10/include/linux/soc/qcom/
H
A
D
apr.h
11
extern struct bus_type
aprbus
;
125
* module_apr_driver() - Helper macro for registering a
aprbus
driver
128
* Helper macro for
aprbus
drivers which do not do anything special in
/kernel/linux/linux-6.6/include/linux/soc/qcom/
H
A
D
apr.h
12
extern struct bus_type
aprbus
;
176
* module_apr_driver() - Helper macro for registering a
aprbus
driver
179
* Helper macro for
aprbus
drivers which do not do anything special in
Completed in 3 milliseconds