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:ss_in_channels
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/sound/pci/rme9652/
H
A
D
hdsp.c
468
unsigned char
ss_in_channels
; /* different for multiface/digiface */
member
4274
list[2] = hdsp->
ss_in_channels
;
in snd_hdsp_hw_rule_in_channels()
4279
list[1] = hdsp->
ss_in_channels
;
in snd_hdsp_hw_rule_in_channels()
4324
.min = hdsp->
ss_in_channels
,
in snd_hdsp_hw_rule_in_channels_rate()
4325
.max = hdsp->
ss_in_channels
,
in snd_hdsp_hw_rule_in_channels_rate()
4401
if (c->min >= hdsp->
ss_in_channels
) {
in snd_hdsp_hw_rule_rate_in_channels()
4531
runtime->hw.channels_max = hdsp->
ss_in_channels
;
in snd_hdsp_capture_open()
4782
h9632_aeb.aebi = hdsp->
ss_in_channels
- H9632_SS_CHANNELS;
in snd_hdsp_hwdep_ioctl()
4964
hdsp->
ss_in_channels
= hdsp->ss_out_channels = DIGIFACE_SS_CHANNELS;
in snd_hdsp_initialize_channels()
4970
hdsp->
ss_in_channels
in snd_hdsp_initialize_channels()
[all...]
H
A
D
hdspm.c
1003
unsigned char
ss_in_channels
;
member
1759
hdspm->max_channels_in = hdspm->
ss_in_channels
;
in hdspm_set_rate()
5902
.min = hdspm->
ss_in_channels
,
in snd_hdspm_hw_rule_in_channels_rate()
5903
.max = hdspm->
ss_in_channels
,
in snd_hdspm_hw_rule_in_channels_rate()
5956
if (c->min >= hdspm->
ss_in_channels
) {
in snd_hdspm_hw_rule_rate_in_channels()
6026
list[2] = hdspm->
ss_in_channels
;
in snd_hdspm_hw_rule_in_channels()
6634
hdspm->
ss_in_channels
= hdspm->ss_out_channels = AES32_CHANNELS;
in snd_hdspm_create()
6662
hdspm->
ss_in_channels
= hdspm->ss_out_channels =
in snd_hdspm_create()
6685
hdspm->
ss_in_channels
= AIO_IN_SS_CHANNELS;
in snd_hdspm_create()
6694
hdspm->
ss_in_channels
in snd_hdspm_create()
[all...]
/kernel/linux/linux-6.6/sound/pci/rme9652/
H
A
D
hdsp.c
465
unsigned char
ss_in_channels
; /* different for multiface/digiface */
member
4319
list[2] = hdsp->
ss_in_channels
;
in snd_hdsp_hw_rule_in_channels()
4324
list[1] = hdsp->
ss_in_channels
;
in snd_hdsp_hw_rule_in_channels()
4369
.min = hdsp->
ss_in_channels
,
in snd_hdsp_hw_rule_in_channels_rate()
4370
.max = hdsp->
ss_in_channels
,
in snd_hdsp_hw_rule_in_channels_rate()
4446
if (c->min >= hdsp->
ss_in_channels
) {
in snd_hdsp_hw_rule_rate_in_channels()
4574
runtime->hw.channels_max = hdsp->
ss_in_channels
;
in snd_hdsp_capture_open()
4825
h9632_aeb.aebi = hdsp->
ss_in_channels
- H9632_SS_CHANNELS;
in snd_hdsp_hwdep_ioctl()
5011
hdsp->
ss_in_channels
= hdsp->ss_out_channels = DIGIFACE_SS_CHANNELS;
in snd_hdsp_initialize_channels()
5017
hdsp->
ss_in_channels
in snd_hdsp_initialize_channels()
[all...]
H
A
D
hdspm.c
1002
unsigned char
ss_in_channels
;
member
1758
hdspm->max_channels_in = hdspm->
ss_in_channels
;
in hdspm_set_rate()
5893
.min = hdspm->
ss_in_channels
,
in snd_hdspm_hw_rule_in_channels_rate()
5894
.max = hdspm->
ss_in_channels
,
in snd_hdspm_hw_rule_in_channels_rate()
5947
if (c->min >= hdspm->
ss_in_channels
) {
in snd_hdspm_hw_rule_rate_in_channels()
6017
list[2] = hdspm->
ss_in_channels
;
in snd_hdspm_hw_rule_in_channels()
6611
hdspm->
ss_in_channels
= hdspm->ss_out_channels = AES32_CHANNELS;
in snd_hdspm_create()
6639
hdspm->
ss_in_channels
= hdspm->ss_out_channels =
in snd_hdspm_create()
6662
hdspm->
ss_in_channels
= AIO_IN_SS_CHANNELS;
in snd_hdspm_create()
6671
hdspm->
ss_in_channels
in snd_hdspm_create()
[all...]
Completed in 30 milliseconds