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:caddr_tbl
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/sound/hda/
H
A
D
hdac_bus.c
188
codec = bus->
caddr_tbl
[caddr & 0x0f];
in snd_hdac_bus_process_unsol_events()
205
* Adds the given codec to the list in the bus. The
caddr_tbl
array
211
if (bus->
caddr_tbl
[codec->addr]) {
in snd_hdac_bus_add_device()
218
bus->
caddr_tbl
[codec->addr] = codec;
in snd_hdac_bus_add_device()
236
bus->
caddr_tbl
[codec->addr] = NULL;
in snd_hdac_bus_remove_device()
/kernel/linux/linux-6.6/sound/hda/
H
A
D
hdac_bus.c
185
codec = bus->
caddr_tbl
[caddr & 0x0f];
in snd_hdac_bus_process_unsol_events()
202
* Adds the given codec to the list in the bus. The
caddr_tbl
array
208
if (bus->
caddr_tbl
[codec->addr]) {
in snd_hdac_bus_add_device()
215
bus->
caddr_tbl
[codec->addr] = codec;
in snd_hdac_bus_add_device()
233
bus->
caddr_tbl
[codec->addr] = NULL;
in snd_hdac_bus_remove_device()
/kernel/linux/linux-5.10/include/sound/
H
A
D
hdaudio.h
305
struct hdac_device *
caddr_tbl
[HDA_MAX_CODEC_ADDRESS + 1];
member
/kernel/linux/linux-6.6/include/sound/
H
A
D
hdaudio.h
311
struct hdac_device *
caddr_tbl
[HDA_MAX_CODEC_ADDRESS + 1];
member
Completed in 4 milliseconds