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:mixart_stream
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/sound/pci/mixart/
H
A
D
mixart.h
119
struct
mixart_stream
{
struct
169
struct
mixart_stream
playback_stream[MIXART_PCM_TOTAL][MIXART_PLAYBACK_STREAMS]; /* 0 = pcm, 1 = pcm_dig */
170
struct
mixart_stream
capture_stream[MIXART_PCM_TOTAL]; /* 0 = pcm, 1 = pcm_dig */
H
A
D
mixart.c
381
static int mixart_set_stream_state(struct
mixart_stream
*stream, int start)
in mixart_set_stream_state()
419
struct
mixart_stream
*stream = subs->runtime->private_data;
in snd_mixart_trigger()
481
struct
mixart_stream
*stream = subs->runtime->private_data;
in snd_mixart_prepare()
504
static int mixart_set_format(struct
mixart_stream
*stream, snd_pcm_format_t format)
in mixart_set_format()
596
struct
mixart_stream
*stream = subs->runtime->private_data;
in snd_mixart_hw_params()
711
struct
mixart_stream
*stream;
in snd_mixart_playback_open()
790
struct
mixart_stream
*stream;
in snd_mixart_capture_open()
870
struct
mixart_stream
*stream = subs->runtime->private_data;
in snd_mixart_close()
902
struct
mixart_stream
*stream = runtime->private_data;
in snd_mixart_stream_pointer()
H
A
D
mixart_core.c
456
struct
mixart_stream
*stream;
in snd_mixart_threaded_irq()
/kernel/linux/linux-6.6/sound/pci/mixart/
H
A
D
mixart.h
119
struct
mixart_stream
{
struct
169
struct
mixart_stream
playback_stream[MIXART_PCM_TOTAL][MIXART_PLAYBACK_STREAMS]; /* 0 = pcm, 1 = pcm_dig */
170
struct
mixart_stream
capture_stream[MIXART_PCM_TOTAL]; /* 0 = pcm, 1 = pcm_dig */
H
A
D
mixart.c
380
static int mixart_set_stream_state(struct
mixart_stream
*stream, int start)
in mixart_set_stream_state()
418
struct
mixart_stream
*stream = subs->runtime->private_data;
in snd_mixart_trigger()
480
struct
mixart_stream
*stream = subs->runtime->private_data;
in snd_mixart_prepare()
503
static int mixart_set_format(struct
mixart_stream
*stream, snd_pcm_format_t format)
in mixart_set_format()
595
struct
mixart_stream
*stream = subs->runtime->private_data;
in snd_mixart_hw_params()
710
struct
mixart_stream
*stream;
in snd_mixart_playback_open()
789
struct
mixart_stream
*stream;
in snd_mixart_capture_open()
869
struct
mixart_stream
*stream = subs->runtime->private_data;
in snd_mixart_close()
901
struct
mixart_stream
*stream = runtime->private_data;
in snd_mixart_stream_pointer()
H
A
D
mixart_core.c
457
struct
mixart_stream
*stream;
in snd_mixart_threaded_irq()
Completed in 6 milliseconds