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:vpcm
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/sound/virtio/
H
A
D
virtio_pcm.c
218
struct virtio_pcm *
vpcm
;
in virtsnd_pcm_find()
local
220
list_for_each_entry(
vpcm
, &snd->pcm_list, list)
in virtsnd_pcm_find()
221
if (
vpcm
->nid == nid)
in virtsnd_pcm_find()
222
return
vpcm
;
in virtsnd_pcm_find()
239
struct virtio_pcm *
vpcm
;
in virtsnd_pcm_find_or_create()
local
241
vpcm
= virtsnd_pcm_find(snd, nid);
in virtsnd_pcm_find_or_create()
242
if (!IS_ERR(
vpcm
))
in virtsnd_pcm_find_or_create()
243
return
vpcm
;
in virtsnd_pcm_find_or_create()
245
vpcm
= devm_kzalloc(&vdev->dev, sizeof(*
vpcm
), GFP_KERNE
in virtsnd_pcm_find_or_create()
351
struct virtio_pcm *
vpcm
;
virtsnd_pcm_parse_cfg()
local
404
struct virtio_pcm *
vpcm
;
virtsnd_pcm_build_devs()
local
[all...]
H
A
D
virtio_chmap.c
85
struct virtio_pcm *
vpcm
;
in virtsnd_chmap_parse_cfg()
local
88
vpcm
= virtsnd_pcm_find_or_create(snd, nid);
in virtsnd_chmap_parse_cfg()
89
if (IS_ERR(
vpcm
))
in virtsnd_chmap_parse_cfg()
90
return PTR_ERR(
vpcm
);
in virtsnd_chmap_parse_cfg()
94
vs = &
vpcm
->streams[SNDRV_PCM_STREAM_PLAYBACK];
in virtsnd_chmap_parse_cfg()
97
vs = &
vpcm
->streams[SNDRV_PCM_STREAM_CAPTURE];
in virtsnd_chmap_parse_cfg()
145
struct virtio_pcm *
vpcm
;
in virtsnd_chmap_build_devs()
local
151
list_for_each_entry(
vpcm
, &snd->pcm_list, list) {
in virtsnd_chmap_build_devs()
152
for (i = 0; i < ARRAY_SIZE(
vpcm
->streams); ++i) {
in virtsnd_chmap_build_devs()
153
vs = &
vpcm
in virtsnd_chmap_build_devs()
[all...]
H
A
D
virtio_pcm_ops.c
107
struct virtio_pcm *
vpcm
= snd_pcm_substream_chip(substream);
in virtsnd_pcm_open()
local
108
struct virtio_pcm_stream *vs = &
vpcm
->streams[substream->stream];
in virtsnd_pcm_open()
Completed in 2 milliseconds