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:cap_subs
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/sound/usb/usx2y/
H
A
D
usx2yhwdeppcm.c
353
struct snd_usx2y_substream *
cap_subs
= subs->usx2y->subs[SNDRV_PCM_STREAM_CAPTURE];
in snd_usx2y_usbpcm_hw_free()
local
356
if (!
cap_subs
->pcm_substream ||
in snd_usx2y_usbpcm_hw_free()
357
!
cap_subs
->pcm_substream->runtime ||
in snd_usx2y_usbpcm_hw_free()
358
!
cap_subs
->pcm_substream->runtime->status ||
in snd_usx2y_usbpcm_hw_free()
359
cap_subs
->pcm_substream->runtime->status->state < SNDRV_PCM_STATE_PREPARED) {
in snd_usx2y_usbpcm_hw_free()
360
atomic_set(&
cap_subs
->state, STATE_STOPPED);
in snd_usx2y_usbpcm_hw_free()
363
usx2y_usbpcm_urbs_release(
cap_subs
);
in snd_usx2y_usbpcm_hw_free()
H
A
D
usbusx2yaudio.c
785
struct snd_usx2y_substream *
cap_subs
= subs->usx2y->subs[SNDRV_PCM_STREAM_CAPTURE];
in snd_usx2y_pcm_hw_free()
local
788
if (!
cap_subs
->pcm_substream ||
in snd_usx2y_pcm_hw_free()
789
!
cap_subs
->pcm_substream->runtime ||
in snd_usx2y_pcm_hw_free()
790
!
cap_subs
->pcm_substream->runtime->status ||
in snd_usx2y_pcm_hw_free()
791
cap_subs
->pcm_substream->runtime->status->state < SNDRV_PCM_STATE_PREPARED) {
in snd_usx2y_pcm_hw_free()
792
atomic_set(&
cap_subs
->state, STATE_STOPPED);
in snd_usx2y_pcm_hw_free()
793
usx2y_urbs_release(
cap_subs
);
in snd_usx2y_pcm_hw_free()
/kernel/linux/linux-6.6/sound/usb/usx2y/
H
A
D
usx2yhwdeppcm.c
363
struct snd_usx2y_substream *
cap_subs
;
in snd_usx2y_usbpcm_hw_free()
local
372
cap_subs
= subs->usx2y->subs[SNDRV_PCM_STREAM_CAPTURE];
in snd_usx2y_usbpcm_hw_free()
375
if (!
cap_subs
->pcm_substream ||
in snd_usx2y_usbpcm_hw_free()
376
!
cap_subs
->pcm_substream->runtime ||
in snd_usx2y_usbpcm_hw_free()
377
cap_subs
->pcm_substream->runtime->state < SNDRV_PCM_STATE_PREPARED) {
in snd_usx2y_usbpcm_hw_free()
378
atomic_set(&
cap_subs
->state, STATE_STOPPED);
in snd_usx2y_usbpcm_hw_free()
381
usx2y_usbpcm_urbs_release(
cap_subs
);
in snd_usx2y_usbpcm_hw_free()
H
A
D
usbusx2yaudio.c
814
struct snd_usx2y_substream *
cap_subs
, *playback_subs;
in snd_usx2y_pcm_hw_free()
local
820
cap_subs
= subs->usx2y->subs[SNDRV_PCM_STREAM_CAPTURE];
in snd_usx2y_pcm_hw_free()
823
if (!
cap_subs
->pcm_substream ||
in snd_usx2y_pcm_hw_free()
824
!
cap_subs
->pcm_substream->runtime ||
in snd_usx2y_pcm_hw_free()
825
cap_subs
->pcm_substream->runtime->state < SNDRV_PCM_STATE_PREPARED) {
in snd_usx2y_pcm_hw_free()
826
atomic_set(&
cap_subs
->state, STATE_STOPPED);
in snd_usx2y_pcm_hw_free()
827
usx2y_urbs_release(
cap_subs
);
in snd_usx2y_pcm_hw_free()
Completed in 5 milliseconds