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:snd_vx_ops
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/sound/pci/vx222/
H
A
D
vx222.h
34
extern const struct
snd_vx_ops
vx222_ops;
35
extern const struct
snd_vx_ops
vx222_old_ops;
H
A
D
vx222.c
134
const struct
snd_vx_ops
*vx_ops;
in snd_vx222_create()
H
A
D
vx222_ops.c
987
const struct
snd_vx_ops
vx222_ops = {
1007
const struct
snd_vx_ops
vx222_old_ops = {
/kernel/linux/linux-6.6/sound/pci/vx222/
H
A
D
vx222.h
34
extern const struct
snd_vx_ops
vx222_ops;
35
extern const struct
snd_vx_ops
vx222_old_ops;
H
A
D
vx222.c
110
const struct
snd_vx_ops
*vx_ops;
in snd_vx222_create()
H
A
D
vx222_ops.c
991
const struct
snd_vx_ops
vx222_ops = {
1011
const struct
snd_vx_ops
vx222_old_ops = {
/kernel/linux/linux-5.10/sound/pcmcia/vx/
H
A
D
vxpocket.h
35
extern const struct
snd_vx_ops
snd_vxpocket_ops;
H
A
D
vxp_ops.c
584
const struct
snd_vx_ops
snd_vxpocket_ops = {
/kernel/linux/linux-6.6/sound/pcmcia/vx/
H
A
D
vxpocket.h
35
extern const struct
snd_vx_ops
snd_vxpocket_ops;
H
A
D
vxp_ops.c
586
const struct
snd_vx_ops
snd_vxpocket_ops = {
/kernel/linux/linux-5.10/include/sound/
H
A
D
vx_core.h
74
struct
snd_vx_ops
{
struct
151
const struct
snd_vx_ops
*ops;
198
const struct
snd_vx_ops
*ops, int extra_size);
/kernel/linux/linux-6.6/include/sound/
H
A
D
vx_core.h
74
struct
snd_vx_ops
{
struct
151
const struct
snd_vx_ops
*ops;
198
const struct
snd_vx_ops
*ops, int extra_size);
/kernel/linux/linux-5.10/sound/drivers/vx/
H
A
D
vx_core.c
771
const struct
snd_vx_ops
*ops,
in snd_vx_create()
/kernel/linux/linux-6.6/sound/drivers/vx/
H
A
D
vx_core.c
798
const struct
snd_vx_ops
*ops,
in snd_vx_create()
Completed in 12 milliseconds