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:virtio_pcm
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/sound/virtio/
H
A
D
virtio_pcm.h
13
struct
virtio_pcm
;
80
* struct
virtio_pcm
- VirtIO PCM device.
86
struct
virtio_pcm
{
struct
107
struct
virtio_pcm
*virtsnd_pcm_find(struct virtio_snd *snd, u32 nid);
109
struct
virtio_pcm
*virtsnd_pcm_find_or_create(struct virtio_snd *snd, u32 nid);
H
A
D
virtio_pcm.c
216
struct
virtio_pcm
*virtsnd_pcm_find(struct virtio_snd *snd, u32 nid)
in virtsnd_pcm_find()
218
struct
virtio_pcm
*vpcm;
in virtsnd_pcm_find()
236
struct
virtio_pcm
*virtsnd_pcm_find_or_create(struct virtio_snd *snd, u32 nid)
in virtsnd_pcm_find_or_create()
239
struct
virtio_pcm
*vpcm;
in virtsnd_pcm_find_or_create()
351
struct
virtio_pcm
*vpcm;
in virtsnd_pcm_parse_cfg()
404
struct
virtio_pcm
*vpcm;
in virtsnd_pcm_build_devs()
H
A
D
Makefile
10
virtio_pcm
.o \
H
A
D
virtio_chmap.c
85
struct
virtio_pcm
*vpcm;
in virtsnd_chmap_parse_cfg()
145
struct
virtio_pcm
*vpcm;
in virtsnd_chmap_build_devs()
H
A
D
virtio_pcm_ops.c
107
struct
virtio_pcm
*vpcm = snd_pcm_substream_chip(substream);
in virtsnd_pcm_open()
Completed in 3 milliseconds