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:HDA_MAX_CODECS
(Results
1 - 19
of
19
) sorted by relevance
/kernel/linux/linux-5.10/include/sound/
H
A
D
hda_component.h
11
#define HDA_CODEC_IDX_CONTROLLER
HDA_MAX_CODECS
H
A
D
hdaudio.h
255
#define
HDA_MAX_CODECS
8 /* limit by controller side */
macro
266
int cmds[
HDA_MAX_CODECS
]; /* number of pending requests */
267
u32 res[
HDA_MAX_CODECS
]; /* last read value */
321
unsigned int last_cmd[
HDA_MAX_CODECS
]; /* last sent command */
H
A
D
hda_register.h
152
#define STATESTS_INT_MASK ((1 <<
HDA_MAX_CODECS
) - 1)
/kernel/linux/linux-6.6/include/sound/
H
A
D
hda_component.h
11
#define HDA_CODEC_IDX_CONTROLLER
HDA_MAX_CODECS
H
A
D
hdaudio.h
261
#define
HDA_MAX_CODECS
8 /* limit by controller side */
macro
272
int cmds[
HDA_MAX_CODECS
]; /* number of pending requests */
273
u32 res[
HDA_MAX_CODECS
]; /* last read value */
327
unsigned int last_cmd[
HDA_MAX_CODECS
]; /* last sent command */
H
A
D
hda_register.h
156
#define STATESTS_INT_MASK ((1 <<
HDA_MAX_CODECS
) - 1)
/kernel/linux/linux-5.10/sound/pci/hda/
H
A
D
hda_controller.h
17
#define AZX_MAX_CODECS
HDA_MAX_CODECS
/kernel/linux/linux-6.6/sound/pci/hda/
H
A
D
hda_controller.h
17
#define AZX_MAX_CODECS
HDA_MAX_CODECS
/kernel/linux/linux-6.6/sound/hda/
H
A
D
hdac_controller.c
133
if (snd_BUG_ON(addr >=
HDA_MAX_CODECS
))
in azx_command_addr()
214
if (addr >=
HDA_MAX_CODECS
) {
in snd_hdac_bus_update_rirb()
/kernel/linux/linux-5.10/sound/hda/ext/
H
A
D
hdac_ext_controller.c
155
for (i = 0; i <
HDA_MAX_CODECS
; i++) {
in snd_hdac_ext_bus_get_link()
/kernel/linux/linux-5.10/sound/soc/sof/intel/
H
A
D
hda-codec.c
203
for (i = 0; i <
HDA_MAX_CODECS
; i++) {
in hda_codec_probe_bus()
H
A
D
hda.c
985
for (i = 0; i <
HDA_MAX_CODECS
; i++) {
in hda_generic_machine_select()
/kernel/linux/linux-6.6/sound/soc/sof/intel/
H
A
D
hda-codec.c
217
for (i = 0; i <
HDA_MAX_CODECS
; i++) {
in hda_codec_probe_bus()
H
A
D
hda.c
1400
for (i = 0; i <
HDA_MAX_CODECS
; i++) {
in hda_generic_machine_select()
/kernel/linux/linux-5.10/sound/hda/
H
A
D
hdac_controller.c
142
if (snd_BUG_ON(addr >=
HDA_MAX_CODECS
))
in azx_command_addr()
/kernel/linux/linux-6.6/sound/soc/intel/avs/
H
A
D
board_selection.c
500
id = adev->base.core.idx *
HDA_MAX_CODECS
+ hdev->addr;
in avs_register_hda_board()
H
A
D
core.c
158
for (c = 0; c <
HDA_MAX_CODECS
; c++) {
in avs_hdac_bus_probe_codecs()
/kernel/linux/linux-5.10/sound/soc/intel/skylake/
H
A
D
skl.c
748
max_slots =
HDA_MAX_CODECS
;
in skl_codec_create()
/kernel/linux/linux-6.6/sound/soc/intel/skylake/
H
A
D
skl.c
758
max_slots =
HDA_MAX_CODECS
;
in skl_codec_create()
Completed in 32 milliseconds