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:ypcm
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/sound/pci/ymfpci/
H
A
D
ymfpci_main.c
277
pvoice->
ypcm
->use_441_slot = 0;
in snd_ymfpci_voice_free()
280
pvoice->
ypcm
= NULL;
in snd_ymfpci_voice_free()
292
struct snd_ymfpci_pcm *
ypcm
;
in snd_ymfpci_pcm_interrupt()
local
295
ypcm
= voice->
ypcm
;
in snd_ymfpci_pcm_interrupt()
296
if (!
ypcm
)
in snd_ymfpci_pcm_interrupt()
298
if (
ypcm
->substream == NULL)
in snd_ymfpci_pcm_interrupt()
301
if (
ypcm
->running) {
in snd_ymfpci_pcm_interrupt()
303
if (pos <
ypcm
->last_pos)
in snd_ymfpci_pcm_interrupt()
304
delta = pos + (
ypcm
in snd_ymfpci_pcm_interrupt()
348
struct snd_ymfpci_pcm *
ypcm
= runtime->private_data;
snd_ymfpci_pcm_capture_interrupt()
local
381
struct snd_ymfpci_pcm *
ypcm
= substream->runtime->private_data;
snd_ymfpci_playback_trigger()
local
426
struct snd_ymfpci_pcm *
ypcm
= substream->runtime->private_data;
snd_ymfpci_capture_trigger()
local
454
snd_ymfpci_pcm_voice_alloc(struct snd_ymfpci_pcm *
ypcm
, int voices)
snd_ymfpci_pcm_voice_alloc()
argument
484
snd_ymfpci_pcm_init_voice(struct snd_ymfpci_pcm *
ypcm
, unsigned int voiceidx, struct snd_pcm_runtime *runtime, int has_pcm_volume)
snd_ymfpci_pcm_init_voice()
argument
629
struct snd_ymfpci_pcm *
ypcm
= runtime->private_data;
snd_ymfpci_playback_hw_params()
local
642
struct snd_ymfpci_pcm *
ypcm
;
snd_ymfpci_playback_hw_free()
local
665
struct snd_ymfpci_pcm *
ypcm
= runtime->private_data;
snd_ymfpci_playback_prepare()
local
698
struct snd_ymfpci_pcm *
ypcm
= runtime->private_data;
snd_ymfpci_capture_prepare()
local
742
struct snd_ymfpci_pcm *
ypcm
= runtime->private_data;
snd_ymfpci_playback_pointer()
local
754
struct snd_ymfpci_pcm *
ypcm
= runtime->private_data;
snd_ymfpci_capture_pointer()
local
880
struct snd_ymfpci_pcm *
ypcm
;
snd_ymfpci_playback_open_1()
local
934
struct snd_ymfpci_pcm *
ypcm
;
snd_ymfpci_playback_open()
local
957
struct snd_ymfpci_pcm *
ypcm
;
snd_ymfpci_playback_spdif_open()
local
986
struct snd_ymfpci_pcm *
ypcm
;
snd_ymfpci_playback_4ch_open()
local
1008
struct snd_ymfpci_pcm *
ypcm
;
snd_ymfpci_capture_open()
local
1054
struct snd_ymfpci_pcm *
ypcm
= substream->runtime->private_data;
snd_ymfpci_playback_close()
local
1099
struct snd_ymfpci_pcm *
ypcm
= runtime->private_data;
snd_ymfpci_capture_close()
local
1748
struct snd_ymfpci_pcm *
ypcm
= substream->runtime->private_data;
snd_ymfpci_pcm_vol_put()
local
[all...]
H
A
D
ymfpci.h
238
struct snd_ymfpci_pcm *
ypcm
;
member
/kernel/linux/linux-6.6/sound/pci/ymfpci/
H
A
D
ymfpci_main.c
272
pvoice->
ypcm
->use_441_slot = 0;
in snd_ymfpci_voice_free()
275
pvoice->
ypcm
= NULL;
in snd_ymfpci_voice_free()
287
struct snd_ymfpci_pcm *
ypcm
;
in snd_ymfpci_pcm_interrupt()
local
290
ypcm
= voice->
ypcm
;
in snd_ymfpci_pcm_interrupt()
291
if (!
ypcm
)
in snd_ymfpci_pcm_interrupt()
293
if (
ypcm
->substream == NULL)
in snd_ymfpci_pcm_interrupt()
296
if (
ypcm
->running) {
in snd_ymfpci_pcm_interrupt()
298
if (pos <
ypcm
->last_pos)
in snd_ymfpci_pcm_interrupt()
299
delta = pos + (
ypcm
in snd_ymfpci_pcm_interrupt()
343
struct snd_ymfpci_pcm *
ypcm
= runtime->private_data;
snd_ymfpci_pcm_capture_interrupt()
local
376
struct snd_ymfpci_pcm *
ypcm
= substream->runtime->private_data;
snd_ymfpci_playback_trigger()
local
421
struct snd_ymfpci_pcm *
ypcm
= substream->runtime->private_data;
snd_ymfpci_capture_trigger()
local
449
snd_ymfpci_pcm_voice_alloc(struct snd_ymfpci_pcm *
ypcm
, int voices)
snd_ymfpci_pcm_voice_alloc()
argument
479
snd_ymfpci_pcm_init_voice(struct snd_ymfpci_pcm *
ypcm
, unsigned int voiceidx, struct snd_pcm_runtime *runtime, int has_pcm_volume)
snd_ymfpci_pcm_init_voice()
argument
624
struct snd_ymfpci_pcm *
ypcm
= runtime->private_data;
snd_ymfpci_playback_hw_params()
local
637
struct snd_ymfpci_pcm *
ypcm
;
snd_ymfpci_playback_hw_free()
local
660
struct snd_ymfpci_pcm *
ypcm
= runtime->private_data;
snd_ymfpci_playback_prepare()
local
693
struct snd_ymfpci_pcm *
ypcm
= runtime->private_data;
snd_ymfpci_capture_prepare()
local
737
struct snd_ymfpci_pcm *
ypcm
= runtime->private_data;
snd_ymfpci_playback_pointer()
local
749
struct snd_ymfpci_pcm *
ypcm
= runtime->private_data;
snd_ymfpci_capture_pointer()
local
875
struct snd_ymfpci_pcm *
ypcm
;
snd_ymfpci_playback_open_1()
local
929
struct snd_ymfpci_pcm *
ypcm
;
snd_ymfpci_playback_open()
local
952
struct snd_ymfpci_pcm *
ypcm
;
snd_ymfpci_playback_spdif_open()
local
981
struct snd_ymfpci_pcm *
ypcm
;
snd_ymfpci_playback_4ch_open()
local
1003
struct snd_ymfpci_pcm *
ypcm
;
snd_ymfpci_capture_open()
local
1049
struct snd_ymfpci_pcm *
ypcm
= substream->runtime->private_data;
snd_ymfpci_playback_close()
local
1094
struct snd_ymfpci_pcm *
ypcm
= runtime->private_data;
snd_ymfpci_capture_close()
local
1743
struct snd_ymfpci_pcm *
ypcm
= substream->runtime->private_data;
snd_ymfpci_pcm_vol_put()
local
[all...]
H
A
D
ymfpci.h
238
struct snd_ymfpci_pcm *
ypcm
;
member
Completed in 7 milliseconds