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:ac97_bus_type
(Results
1 - 13
of
13
) sorted by relevance
/kernel/linux/linux-5.10/sound/
H
A
D
ac97_bus.c
88
struct bus_type
ac97_bus_type
= {
variable
95
return bus_register(&
ac97_bus_type
);
in ac97_bus_init()
102
bus_unregister(&
ac97_bus_type
);
in ac97_bus_exit()
107
EXPORT_SYMBOL(
ac97_bus_type
);
variable
/kernel/linux/linux-6.6/sound/
H
A
D
ac97_bus.c
78
struct bus_type
ac97_bus_type
= {
variable
84
return bus_register(&
ac97_bus_type
);
in ac97_bus_init()
91
bus_unregister(&
ac97_bus_type
);
in ac97_bus_exit()
96
EXPORT_SYMBOL(
ac97_bus_type
);
variable
/kernel/linux/linux-5.10/sound/ac97/
H
A
D
bus.c
31
static struct bus_type
ac97_bus_type
;
variable
114
codec->dev.bus = &
ac97_bus_type
;
in ac97_codec_add()
193
drv->driver.bus = &
ac97_bus_type
;
in snd_ac97_codec_driver_register()
537
static struct bus_type
ac97_bus_type
= {
variable
548
return bus_register(&
ac97_bus_type
);
in ac97_bus_init()
554
bus_unregister(&
ac97_bus_type
);
in ac97_bus_exit()
/kernel/linux/linux-6.6/sound/ac97/
H
A
D
bus.c
31
static struct bus_type
ac97_bus_type
;
variable
114
codec->dev.bus = &
ac97_bus_type
;
in ac97_codec_add()
193
drv->driver.bus = &
ac97_bus_type
;
in snd_ac97_codec_driver_register()
534
static struct bus_type
ac97_bus_type
= {
variable
545
return bus_register(&
ac97_bus_type
);
in ac97_bus_init()
551
bus_unregister(&
ac97_bus_type
);
in ac97_bus_exit()
/kernel/linux/linux-5.10/drivers/mfd/
H
A
D
ucb1400_core.c
141
.bus = &
ac97_bus_type
,
/kernel/linux/linux-5.10/sound/soc/
H
A
D
soc-ac97.c
187
ac97->dev.bus = &
ac97_bus_type
;
in snd_soc_alloc_ac97_component()
/kernel/linux/linux-5.10/include/sound/
H
A
D
ac97_codec.h
410
extern struct bus_type
ac97_bus_type
;
/kernel/linux/linux-6.6/include/sound/
H
A
D
ac97_codec.h
413
extern struct bus_type
ac97_bus_type
;
/kernel/linux/linux-6.6/sound/soc/
H
A
D
soc-ac97.c
184
ac97->dev.bus = &
ac97_bus_type
;
in snd_soc_alloc_ac97_component()
/kernel/linux/linux-5.10/drivers/input/touchscreen/
H
A
D
wm97xx-core.c
895
.bus = &
ac97_bus_type
,
/kernel/linux/linux-6.6/drivers/input/touchscreen/
H
A
D
wm97xx-core.c
867
.bus = &
ac97_bus_type
,
/kernel/linux/linux-5.10/sound/pci/ac97/
H
A
D
ac97_codec.c
1941
ac97->dev.bus = &
ac97_bus_type
;
in snd_ac97_dev_register()
/kernel/linux/linux-6.6/sound/pci/ac97/
H
A
D
ac97_codec.c
2002
ac97->dev.bus = &
ac97_bus_type
;
in snd_ac97_dev_register()
Completed in 16 milliseconds