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:csubs
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/sound/pci/
H
A
D
ad1889.c
88
struct snd_pcm_substream *
csubs
;
member
312
chip->
csubs
= ss;
in snd_ad1889_capture_open()
330
chip->
csubs
= NULL;
in snd_ad1889_capture_close()
586
if ((st & AD_DMA_DISR_ADCI) && chip->
csubs
)
in snd_ad1889_interrupt()
587
snd_pcm_period_elapsed(chip->
csubs
);
in snd_ad1889_interrupt()
613
chip->
csubs
= NULL;
in snd_ad1889_pcm_init()
/kernel/linux/linux-5.10/sound/parisc/
H
A
D
harmony.c
213
if (h->
csubs
&& h->st.capturing) {
in snd_harmony_interrupt()
222
snd_pcm_period_elapsed(h->
csubs
);
in snd_harmony_interrupt()
491
if (!(h->st.capturing) || (h->
csubs
== NULL))
in snd_harmony_capture_pointer()
538
h->
csubs
= ss;
in snd_harmony_capture_open()
562
h->
csubs
= NULL;
in snd_harmony_capture_close()
622
h->
csubs
= NULL;
in snd_harmony_pcm_init()
H
A
D
harmony.h
51
struct snd_pcm_substream *
csubs
;
member
/kernel/linux/linux-6.6/sound/parisc/
H
A
D
harmony.c
213
if (h->
csubs
&& h->st.capturing) {
in snd_harmony_interrupt()
222
snd_pcm_period_elapsed(h->
csubs
);
in snd_harmony_interrupt()
491
if (!(h->st.capturing) || (h->
csubs
== NULL))
in snd_harmony_capture_pointer()
538
h->
csubs
= ss;
in snd_harmony_capture_open()
562
h->
csubs
= NULL;
in snd_harmony_capture_close()
608
h->
csubs
= NULL;
in snd_harmony_pcm_init()
H
A
D
harmony.h
51
struct snd_pcm_substream *
csubs
;
member
/kernel/linux/linux-6.6/sound/pci/
H
A
D
ad1889.c
87
struct snd_pcm_substream *
csubs
;
member
311
chip->
csubs
= ss;
in snd_ad1889_capture_open()
329
chip->
csubs
= NULL;
in snd_ad1889_capture_close()
585
if ((st & AD_DMA_DISR_ADCI) && chip->
csubs
)
in snd_ad1889_interrupt()
586
snd_pcm_period_elapsed(chip->
csubs
);
in snd_ad1889_interrupt()
612
chip->
csubs
= NULL;
in snd_ad1889_pcm_init()
Completed in 8 milliseconds