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:qs_out_channels
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/sound/pci/rme9652/
H
A
D
hdspm.c
1008
unsigned char
qs_out_channels
;
member
1774
hdspm->max_channels_out = hdspm->
qs_out_channels
;
in hdspm_set_rate()
4716
limit = hdspm->
qs_out_channels
;
in snd_hdspm_create_controls()
5923
.min = hdspm->
qs_out_channels
,
in snd_hdspm_hw_rule_out_channels_rate()
5924
.max = hdspm->
qs_out_channels
,
in snd_hdspm_hw_rule_out_channels_rate()
5997
} else if (c->max <= hdspm->
qs_out_channels
) {
in snd_hdspm_hw_rule_rate_out_channels()
6038
list[0] = hdspm->
qs_out_channels
;
in snd_hdspm_hw_rule_out_channels()
6636
hdspm->qs_in_channels = hdspm->
qs_out_channels
= AES32_CHANNELS;
in snd_hdspm_create()
6666
hdspm->qs_in_channels = hdspm->
qs_out_channels
=
in snd_hdspm_create()
6690
hdspm->
qs_out_channels
in snd_hdspm_create()
[all...]
H
A
D
hdsp.c
469
unsigned char
qs_out_channels
;
member
4291
list[0] = hdsp->
qs_out_channels
;
in snd_hdsp_hw_rule_out_channels()
4341
.min = hdsp->
qs_out_channels
,
in snd_hdsp_hw_rule_out_channels_rate()
4342
.max = hdsp->
qs_out_channels
,
in snd_hdsp_hw_rule_out_channels_rate()
4377
} else if (c->max <= hdsp->
qs_out_channels
&& hdsp->io_type == H9632) {
in snd_hdsp_hw_rule_rate_out_channels()
4460
runtime->hw.channels_min = hdsp->
qs_out_channels
;
in snd_hdsp_playback_open()
4985
hdsp->
qs_out_channels
= H9632_QS_CHANNELS+aebo_channels;
in snd_hdsp_initialize_channels()
/kernel/linux/linux-6.6/sound/pci/rme9652/
H
A
D
hdspm.c
1007
unsigned char
qs_out_channels
;
member
1773
hdspm->max_channels_out = hdspm->
qs_out_channels
;
in hdspm_set_rate()
4707
limit = hdspm->
qs_out_channels
;
in snd_hdspm_create_controls()
5914
.min = hdspm->
qs_out_channels
,
in snd_hdspm_hw_rule_out_channels_rate()
5915
.max = hdspm->
qs_out_channels
,
in snd_hdspm_hw_rule_out_channels_rate()
5988
} else if (c->max <= hdspm->
qs_out_channels
) {
in snd_hdspm_hw_rule_rate_out_channels()
6029
list[0] = hdspm->
qs_out_channels
;
in snd_hdspm_hw_rule_out_channels()
6613
hdspm->qs_in_channels = hdspm->
qs_out_channels
= AES32_CHANNELS;
in snd_hdspm_create()
6643
hdspm->qs_in_channels = hdspm->
qs_out_channels
=
in snd_hdspm_create()
6667
hdspm->
qs_out_channels
in snd_hdspm_create()
[all...]
H
A
D
hdsp.c
466
unsigned char
qs_out_channels
;
member
4336
list[0] = hdsp->
qs_out_channels
;
in snd_hdsp_hw_rule_out_channels()
4386
.min = hdsp->
qs_out_channels
,
in snd_hdsp_hw_rule_out_channels_rate()
4387
.max = hdsp->
qs_out_channels
,
in snd_hdsp_hw_rule_out_channels_rate()
4422
} else if (c->max <= hdsp->
qs_out_channels
&& hdsp->io_type == H9632) {
in snd_hdsp_hw_rule_rate_out_channels()
4504
runtime->hw.channels_min = hdsp->
qs_out_channels
;
in snd_hdsp_playback_open()
5032
hdsp->
qs_out_channels
= H9632_QS_CHANNELS+aebo_channels;
in snd_hdsp_initialize_channels()
Completed in 33 milliseconds