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:sa1111_bus_type
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/common/
H
A
D
sa1111.c
751
dev->dev.bus = &
sa1111_bus_type
;
in sa1111_init_one_child()
935
if (dev->bus != &
sa1111_bus_type
)
in sa1111_remove_one()
1378
struct bus_type
sa1111_bus_type
= {
variable
1384
EXPORT_SYMBOL(
sa1111_bus_type
);
variable
1388
driver->drv.bus = &
sa1111_bus_type
;
in sa1111_driver_register()
1458
int ret = bus_register(&
sa1111_bus_type
);
in sa1111_init()
1461
bus_register_notifier(&
sa1111_bus_type
, &sa1111_bus_notifier);
in sa1111_init()
1472
bus_unregister_notifier(&
sa1111_bus_type
, &sa1111_bus_notifier);
in sa1111_exit()
1474
bus_unregister(&
sa1111_bus_type
);
in sa1111_exit()
/kernel/linux/linux-6.6/arch/arm/common/
H
A
D
sa1111.c
746
dev->dev.bus = &
sa1111_bus_type
;
in sa1111_init_one_child()
930
if (dev->bus != &
sa1111_bus_type
)
in sa1111_remove_one()
1369
struct bus_type
sa1111_bus_type
= {
variable
1375
EXPORT_SYMBOL(
sa1111_bus_type
);
variable
1379
driver->drv.bus = &
sa1111_bus_type
;
in sa1111_driver_register()
1392
int ret = bus_register(&
sa1111_bus_type
);
in sa1111_init()
1401
bus_unregister(&
sa1111_bus_type
);
in sa1111_exit()
/kernel/linux/linux-5.10/arch/arm/include/asm/hardware/
H
A
D
sa1111.h
373
extern struct bus_type
sa1111_bus_type
;
/kernel/linux/linux-6.6/arch/arm/include/asm/hardware/
H
A
D
sa1111.h
371
extern struct bus_type
sa1111_bus_type
;
Completed in 7 milliseconds