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:aoa_codec
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/sound/aoa/
H
A
D
aoa.h
20
struct
aoa_codec
{
struct
27
int (*init)(struct
aoa_codec
*codec);
31
void (*exit)(struct
aoa_codec
*codec);
61
aoa_codec_register(struct
aoa_codec
*codec);
63
aoa_codec_unregister(struct
aoa_codec
*codec);
76
int (*found_codec)(struct
aoa_codec
*codec);
83
void (*remove_codec)(struct
aoa_codec
*codec);
86
void (*attached_codec)(struct
aoa_codec
*codec);
111
aoa_fabric_unlink_codec(struct
aoa_codec
*codec);
/kernel/linux/linux-6.6/sound/aoa/
H
A
D
aoa.h
20
struct
aoa_codec
{
struct
27
int (*init)(struct
aoa_codec
*codec);
31
void (*exit)(struct
aoa_codec
*codec);
61
aoa_codec_register(struct
aoa_codec
*codec);
63
aoa_codec_unregister(struct
aoa_codec
*codec);
76
int (*found_codec)(struct
aoa_codec
*codec);
83
void (*remove_codec)(struct
aoa_codec
*codec);
86
void (*attached_codec)(struct
aoa_codec
*codec);
111
aoa_fabric_unlink_codec(struct
aoa_codec
*codec);
/kernel/linux/linux-5.10/sound/aoa/core/
H
A
D
core.c
23
static int attach_codec_to_fabric(struct
aoa_codec
*c)
in attach_codec_to_fabric()
57
int aoa_codec_register(struct
aoa_codec
*codec)
in aoa_codec_register()
72
void aoa_codec_unregister(struct
aoa_codec
*codec)
in aoa_codec_unregister()
86
struct
aoa_codec
*c;
in aoa_fabric_register()
117
struct
aoa_codec
*c;
in aoa_fabric_unregister()
133
void aoa_fabric_unlink_codec(struct
aoa_codec
*codec)
in aoa_fabric_unlink_codec()
/kernel/linux/linux-6.6/sound/aoa/core/
H
A
D
core.c
23
static int attach_codec_to_fabric(struct
aoa_codec
*c)
in attach_codec_to_fabric()
57
int aoa_codec_register(struct
aoa_codec
*codec)
in aoa_codec_register()
72
void aoa_codec_unregister(struct
aoa_codec
*codec)
in aoa_codec_unregister()
86
struct
aoa_codec
*c;
in aoa_fabric_register()
117
struct
aoa_codec
*c;
in aoa_fabric_unregister()
133
void aoa_fabric_unlink_codec(struct
aoa_codec
*codec)
in aoa_fabric_unlink_codec()
/kernel/linux/linux-5.10/sound/aoa/codecs/
H
A
D
toonie.c
24
struct
aoa_codec
codec;
85
static int toonie_init_codec(struct
aoa_codec
*codec)
in toonie_init_codec()
109
static void toonie_exit_codec(struct
aoa_codec
*codec)
in toonie_exit_codec()
H
A
D
tas.c
12
* property of the
aoa_codec
struct, hence if
36
* - this should actually register *two*
aoa_codec
84
struct
aoa_codec
codec;
103
static struct tas *codec_to_tas(struct
aoa_codec
*codec)
in codec_to_tas()
796
static int tas_init_codec(struct
aoa_codec
*codec)
in tas_init_codec()
869
static void tas_exit_codec(struct
aoa_codec
*codec)
in tas_exit_codec()
H
A
D
onyx.c
11
* to be used in
aoa_codec
.connected):
49
struct
aoa_codec
codec;
860
static int onyx_init_codec(struct
aoa_codec
*codec)
in onyx_init_codec()
982
static void onyx_exit_codec(struct
aoa_codec
*codec)
in onyx_exit_codec()
/kernel/linux/linux-6.6/sound/aoa/codecs/
H
A
D
toonie.c
24
struct
aoa_codec
codec;
85
static int toonie_init_codec(struct
aoa_codec
*codec)
in toonie_init_codec()
109
static void toonie_exit_codec(struct
aoa_codec
*codec)
in toonie_exit_codec()
H
A
D
tas.c
12
* property of the
aoa_codec
struct, hence if
36
* - this should actually register *two*
aoa_codec
83
struct
aoa_codec
codec;
102
static struct tas *codec_to_tas(struct
aoa_codec
*codec)
in codec_to_tas()
795
static int tas_init_codec(struct
aoa_codec
*codec)
in tas_init_codec()
868
static void tas_exit_codec(struct
aoa_codec
*codec)
in tas_exit_codec()
H
A
D
onyx.c
11
* to be used in
aoa_codec
.connected):
49
struct
aoa_codec
codec;
860
static int onyx_init_codec(struct
aoa_codec
*codec)
in onyx_init_codec()
982
static void onyx_exit_codec(struct
aoa_codec
*codec)
in onyx_exit_codec()
/kernel/linux/linux-5.10/sound/aoa/fabrics/
H
A
D
layout.c
48
/* codec dependent bit to be set in the
aoa_codec
.connected field.
610
struct
aoa_codec
*codecs[MAX_CODECS_PER_BUS];
768
static int check_codec(struct
aoa_codec
*codec,
in check_codec()
818
static int layout_found_codec(struct
aoa_codec
*codec)
in layout_found_codec()
838
static void layout_remove_codec(struct
aoa_codec
*codec)
in layout_remove_codec()
895
static void layout_attached_codec(struct
aoa_codec
*codec)
in layout_attached_codec()
/kernel/linux/linux-6.6/sound/aoa/fabrics/
H
A
D
layout.c
48
/* codec dependent bit to be set in the
aoa_codec
.connected field.
610
struct
aoa_codec
*codecs[MAX_CODECS_PER_BUS];
768
static int check_codec(struct
aoa_codec
*codec,
in check_codec()
818
static int layout_found_codec(struct
aoa_codec
*codec)
in layout_found_codec()
838
static void layout_remove_codec(struct
aoa_codec
*codec)
in layout_remove_codec()
895
static void layout_attached_codec(struct
aoa_codec
*codec)
in layout_attached_codec()
Completed in 10 milliseconds