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:aw88395
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/sound/soc/codecs/aw88395/
H
A
D
aw88395.c
3
//
aw88395
.c -- ALSA SoC AW88395 codec support
16
#include "
aw88395
.h"
29
static void aw88395_start_pa(struct
aw88395
*
aw88395
)
in aw88395_start_pa()
argument
34
ret = aw88395_dev_start(
aw88395
->aw_pa);
in aw88395_start_pa()
36
dev_err(
aw88395
->aw_pa->dev, "
aw88395
device start failed. retry = %d", i);
in aw88395_start_pa()
37
ret = aw88395_dev_fw_update(
aw88395
->aw_pa, AW88395_DSP_FW_UPDATE_ON, true);
in aw88395_start_pa()
39
dev_err(
aw88395
->aw_pa->dev, "fw update failed");
in aw88395_start_pa()
43
dev_info(
aw88395
in aw88395_start_pa()
51
struct
aw88395
*
aw88395
=
aw88395_startup_work()
local
59
aw88395
_start(struct
aw88395
*
aw88395
, bool sync_start)
aw88395_start()
argument
108
struct
aw88395
*
aw88395
= snd_soc_component_get_drvdata(component);
aw88395_get_fade_in_time()
local
120
struct
aw88395
*
aw88395
= snd_soc_component_get_drvdata(component);
aw88395_set_fade_in_time()
local
143
struct
aw88395
*
aw88395
= snd_soc_component_get_drvdata(component);
aw88395_get_fade_out_time()
local
155
struct
aw88395
*
aw88395
= snd_soc_component_get_drvdata(component);
aw88395_set_fade_out_time()
local
177
struct
aw88395
*
aw88395
= snd_soc_component_get_drvdata(codec);
aw88395_profile_info()
local
215
struct
aw88395
*
aw88395
= snd_soc_component_get_drvdata(codec);
aw88395_profile_get()
local
226
struct
aw88395
*
aw88395
= snd_soc_component_get_drvdata(codec);
aw88395_profile_set()
local
252
struct
aw88395
*
aw88395
= snd_soc_component_get_drvdata(codec);
aw88395_volume_get()
local
264
struct
aw88395
*
aw88395
= snd_soc_component_get_drvdata(codec);
aw88395_volume_set()
local
288
struct
aw88395
*
aw88395
= snd_soc_component_get_drvdata(codec);
aw88395_get_fade_step()
local
299
struct
aw88395
*
aw88395
= snd_soc_component_get_drvdata(codec);
aw88395_set_fade_step()
local
320
struct
aw88395
*
aw88395
= snd_soc_component_get_drvdata(codec);
aw88395_re_get()
local
332
struct
aw88395
*
aw88395
= snd_soc_component_get_drvdata(codec);
aw88395_re_set()
local
370
struct
aw88395
*
aw88395
= snd_soc_component_get_drvdata(component);
aw88395_playback_event()
local
408
struct
aw88395
*
aw88395
= snd_soc_component_get_drvdata(component);
aw88395_codec_probe()
local
433
struct
aw88395
*
aw88395
= snd_soc_component_get_drvdata(aw_codec);
aw88395_codec_remove()
local
445
struct
aw88395
*
aw88395
= devm_kzalloc(&i2c->dev,
aw88395_malloc_init()
local
455
aw88395
_hw_reset(struct
aw88395
*
aw88395
)
aw88395_hw_reset()
argument
467
aw88395
_request_firmware_file(struct
aw88395
*
aw88395
)
aw88395_request_firmware_file()
argument
512
struct
aw88395
*
aw88395
;
aw88395_i2c_probe()
local
[all...]
H
A
D
aw88395.h
3
//
aw88395
.h -- ALSA SoC AW88395 codec support
49
struct
aw88395
{
struct
/kernel/linux/linux-6.6/sound/soc/codecs/
H
A
D
Makefile
50
snd-soc-
aw88395
-lib-objs :=
aw88395
/aw88395_lib.o
51
snd-soc-
aw88395
-objs :=
aw88395
/
aw88395
.o \
52
aw88395
/aw88395_device.o
437
obj-$(CONFIG_SND_SOC_AW88395_LIB) += snd-soc-
aw88395
-lib.o
438
obj-$(CONFIG_SND_SOC_AW88395) +=snd-soc-
aw88395
.o
Completed in 4 milliseconds