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:out_max_chans
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/sound/pci/asihpi/
H
A
D
asihpi.c
131
u16
out_max_chans
;
member
970
err = hpi_format_create(&hpi_format, asihpi->
out_max_chans
,
in snd_card_asihpi_playback_formats()
1021
card->
out_max_chans
;
in snd_card_asihpi_playback_open()
1030
snd_card_asihpi_playback.channels_max = card->
out_max_chans
;
in snd_card_asihpi_playback_open()
1194
card->
out_max_chans
;
in snd_card_asihpi_capture_open()
2865
&asihpi->in_max_chans, &asihpi->
out_max_chans
);
in snd_asihpi_probe()
2868
asihpi->
out_max_chans
= 2;
in snd_asihpi_probe()
2871
if (asihpi->
out_max_chans
> 2) { /* assume LL mode */
in snd_asihpi_probe()
2872
asihpi->out_min_chans = asihpi->
out_max_chans
;
in snd_asihpi_probe()
/kernel/linux/linux-6.6/sound/pci/asihpi/
H
A
D
asihpi.c
131
u16
out_max_chans
;
member
968
err = hpi_format_create(&hpi_format, asihpi->
out_max_chans
,
in snd_card_asihpi_playback_formats()
1019
card->
out_max_chans
;
in snd_card_asihpi_playback_open()
1028
snd_card_asihpi_playback.channels_max = card->
out_max_chans
;
in snd_card_asihpi_playback_open()
1192
card->
out_max_chans
;
in snd_card_asihpi_capture_open()
2863
&asihpi->in_max_chans, &asihpi->
out_max_chans
);
in snd_asihpi_probe()
2866
asihpi->
out_max_chans
= 2;
in snd_asihpi_probe()
2869
if (asihpi->
out_max_chans
> 2) { /* assume LL mode */
in snd_asihpi_probe()
2870
asihpi->out_min_chans = asihpi->
out_max_chans
;
in snd_asihpi_probe()
Completed in 13 milliseconds