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_motu_spec
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-6.6/sound/firewire/motu/
H
A
D
motu.h
58
const struct
snd_motu_spec
*spec;
120
struct
snd_motu_spec
{
struct
130
extern const struct
snd_motu_spec
snd_motu_spec_828;
131
extern const struct
snd_motu_spec
snd_motu_spec_896;
133
extern const struct
snd_motu_spec
snd_motu_spec_828mk2;
134
extern const struct
snd_motu_spec
snd_motu_spec_896hd;
135
extern const struct
snd_motu_spec
snd_motu_spec_traveler;
136
extern const struct
snd_motu_spec
snd_motu_spec_ultralite;
137
extern const struct
snd_motu_spec
snd_motu_spec_8pre;
139
extern const struct
snd_motu_spec
snd_motu_spec_828mk3_f
[all...]
H
A
D
motu-protocol-v3.c
271
const struct
snd_motu_spec
snd_motu_spec_828mk3_fw = {
281
const struct
snd_motu_spec
snd_motu_spec_828mk3_hybrid = {
291
const struct
snd_motu_spec
snd_motu_spec_traveler_mk3 = {
301
const struct
snd_motu_spec
snd_motu_spec_ultralite_mk3 = {
311
const struct
snd_motu_spec
snd_motu_spec_audio_express = {
321
const struct
snd_motu_spec
snd_motu_spec_track16 = {
331
const struct
snd_motu_spec
snd_motu_spec_4pre = {
H
A
D
motu-protocol-v2.c
274
const struct
snd_motu_spec
snd_motu_spec_828mk2 = {
284
const struct
snd_motu_spec
snd_motu_spec_896hd = {
292
const struct
snd_motu_spec
snd_motu_spec_traveler = {
302
const struct
snd_motu_spec
snd_motu_spec_ultralite = {
312
const struct
snd_motu_spec
snd_motu_spec_8pre = {
H
A
D
motu-protocol-v1.c
456
const struct
snd_motu_spec
snd_motu_spec_828 = {
463
const struct
snd_motu_spec
snd_motu_spec_896 = {
H
A
D
motu.c
81
motu->spec = (const struct
snd_motu_spec
*)entry->driver_data;
in motu_probe()
H
A
D
amdtp-motu.c
436
const struct
snd_motu_spec
*spec, struct amdtp_motu_cache *cache)
in amdtp_motu_init()
/kernel/linux/linux-5.10/sound/firewire/motu/
H
A
D
motu.h
52
const struct
snd_motu_spec
*spec;
106
struct
snd_motu_spec
{
struct
115
extern const struct
snd_motu_spec
snd_motu_spec_828mk2;
116
extern const struct
snd_motu_spec
snd_motu_spec_traveler;
117
extern const struct
snd_motu_spec
snd_motu_spec_ultralite;
118
extern const struct
snd_motu_spec
snd_motu_spec_8pre;
120
extern const struct
snd_motu_spec
snd_motu_spec_828mk3;
121
extern const struct
snd_motu_spec
snd_motu_spec_ultralite_mk3;
122
extern const struct
snd_motu_spec
snd_motu_spec_audio_express;
123
extern const struct
snd_motu_spec
snd_motu_spec_4pr
[all...]
H
A
D
motu-protocol-v3.c
294
const struct
snd_motu_spec
snd_motu_spec_828mk3 = {
303
const struct
snd_motu_spec
snd_motu_spec_ultralite_mk3 = {
312
const struct
snd_motu_spec
snd_motu_spec_audio_express = {
321
const struct
snd_motu_spec
snd_motu_spec_4pre = {
H
A
D
motu-protocol-v2.c
323
const struct
snd_motu_spec
snd_motu_spec_828mk2 = {
332
const struct
snd_motu_spec
snd_motu_spec_traveler = {
341
const struct
snd_motu_spec
snd_motu_spec_ultralite = {
350
const struct
snd_motu_spec
snd_motu_spec_8pre = {
H
A
D
motu.c
131
motu->spec = (const struct
snd_motu_spec
*)entry->driver_data;
in motu_probe()
H
A
D
amdtp-motu.c
439
const struct
snd_motu_spec
*spec)
in amdtp_motu_init()
Completed in 7 milliseconds