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_bebob_spec
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/sound/firewire/bebob/
H
A
D
bebob.h
72
struct
snd_bebob_spec
{
struct
90
const struct
snd_bebob_spec
*spec;
240
extern const struct
snd_bebob_spec
phase88_rack_spec;
241
extern const struct
snd_bebob_spec
yamaha_terratec_spec;
242
extern const struct
snd_bebob_spec
saffirepro_26_spec;
243
extern const struct
snd_bebob_spec
saffirepro_10_spec;
244
extern const struct
snd_bebob_spec
saffire_le_spec;
245
extern const struct
snd_bebob_spec
saffire_spec;
246
extern const struct
snd_bebob_spec
maudio_fw410_spec;
247
extern const struct
snd_bebob_spec
maudio_audiophile_spe
[all...]
H
A
D
bebob_focusrite.c
205
const struct
snd_bebob_spec
saffire_le_spec;
275
const struct
snd_bebob_spec
saffirepro_26_spec = {
286
const struct
snd_bebob_spec
saffirepro_10_spec = {
307
const struct
snd_bebob_spec
saffire_le_spec = {
318
const struct
snd_bebob_spec
saffire_spec = {
H
A
D
bebob_maudio.c
729
const struct
snd_bebob_spec
maudio_special_spec = {
745
const struct
snd_bebob_spec
maudio_fw410_spec = {
757
const struct
snd_bebob_spec
maudio_audiophile_spec = {
769
const struct
snd_bebob_spec
maudio_solo_spec = {
781
const struct
snd_bebob_spec
maudio_ozonic_spec = {
793
const struct
snd_bebob_spec
maudio_nrv10_spec = {
H
A
D
bebob.c
141
static const struct
snd_bebob_spec
*
251
const struct
snd_bebob_spec
*spec;
in bebob_probe()
261
spec = (const struct
snd_bebob_spec
*)entry->driver_data;
in bebob_probe()
368
static const struct
snd_bebob_spec
spec_normal = {
H
A
D
bebob_yamaha_terratec.c
60
const struct
snd_bebob_spec
yamaha_terratec_spec = {
H
A
D
bebob_terratec.c
49
const struct
snd_bebob_spec
phase88_rack_spec = {
/kernel/linux/linux-6.6/sound/firewire/bebob/
H
A
D
bebob.h
72
struct
snd_bebob_spec
{
struct
91
const struct
snd_bebob_spec
*spec;
241
extern const struct
snd_bebob_spec
phase88_rack_spec;
242
extern const struct
snd_bebob_spec
yamaha_terratec_spec;
243
extern const struct
snd_bebob_spec
saffirepro_26_spec;
244
extern const struct
snd_bebob_spec
saffirepro_10_spec;
245
extern const struct
snd_bebob_spec
saffire_le_spec;
246
extern const struct
snd_bebob_spec
saffire_spec;
247
extern const struct
snd_bebob_spec
maudio_fw410_spec;
248
extern const struct
snd_bebob_spec
maudio_audiophile_spe
[all...]
H
A
D
bebob_focusrite.c
205
const struct
snd_bebob_spec
saffire_le_spec;
275
const struct
snd_bebob_spec
saffirepro_26_spec = {
286
const struct
snd_bebob_spec
saffirepro_10_spec = {
307
const struct
snd_bebob_spec
saffire_le_spec = {
318
const struct
snd_bebob_spec
saffire_spec = {
H
A
D
bebob_maudio.c
729
const struct
snd_bebob_spec
maudio_special_spec = {
745
const struct
snd_bebob_spec
maudio_fw410_spec = {
757
const struct
snd_bebob_spec
maudio_audiophile_spec = {
769
const struct
snd_bebob_spec
maudio_solo_spec = {
781
const struct
snd_bebob_spec
maudio_ozonic_spec = {
793
const struct
snd_bebob_spec
maudio_nrv10_spec = {
H
A
D
bebob.c
135
static const struct
snd_bebob_spec
*
189
const struct
snd_bebob_spec
*spec;
in bebob_probe()
200
spec = (const struct
snd_bebob_spec
*)entry->driver_data;
in bebob_probe()
344
static const struct
snd_bebob_spec
spec_normal = {
H
A
D
bebob_yamaha_terratec.c
60
const struct
snd_bebob_spec
yamaha_terratec_spec = {
H
A
D
bebob_terratec.c
49
const struct
snd_bebob_spec
phase88_rack_spec = {
Completed in 7 milliseconds