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:capture_pipes
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/sound/drivers/vx/
H
A
D
vx_pcm.c
896
chip->
capture_pipes
[audio] = pipe;
in vx_pcm_capture_open()
945
chip->
capture_pipes
[pipe->number] = NULL;
in vx_pcm_capture_close()
1118
pipe = chip->
capture_pipes
[i];
in vx_pcm_update_intr()
1147
chip->
capture_pipes
= kcalloc(chip->audio_ins, sizeof(struct vx_pipe *), GFP_KERNEL);
in vx_init_audio_io()
1148
if (!chip->
capture_pipes
) {
in vx_init_audio_io()
1178
kfree(chip->
capture_pipes
);
in snd_vx_pcm_free()
1179
chip->
capture_pipes
= NULL;
in snd_vx_pcm_free()
/kernel/linux/linux-6.6/sound/drivers/vx/
H
A
D
vx_pcm.c
905
chip->
capture_pipes
[audio] = pipe;
in vx_pcm_capture_open()
954
chip->
capture_pipes
[pipe->number] = NULL;
in vx_pcm_capture_close()
1127
pipe = chip->
capture_pipes
[i];
in vx_pcm_update_intr()
1156
chip->
capture_pipes
= kcalloc(chip->audio_ins, sizeof(struct vx_pipe *), GFP_KERNEL);
in vx_init_audio_io()
1157
if (!chip->
capture_pipes
) {
in vx_init_audio_io()
1186
kfree(chip->
capture_pipes
);
in snd_vx_pcm_free()
1187
chip->
capture_pipes
= NULL;
in snd_vx_pcm_free()
/kernel/linux/linux-5.10/include/sound/
H
A
D
vx_core.h
167
struct vx_pipe **
capture_pipes
;
member
/kernel/linux/linux-6.6/include/sound/
H
A
D
vx_core.h
167
struct vx_pipe **
capture_pipes
;
member
Completed in 6 milliseconds