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:rt5659
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/sound/soc/codecs/
H
A
D
rt5659.c
3
*
rt5659
.c -- RT5659/RT5658 ALSA SoC audio codec driver
29
#include <sound/
rt5659
.h>
32
#include "
rt5659
.h"
1265
struct rt5659_priv *
rt5659
= snd_soc_component_get_drvdata(component);
in rt5659_headset_detect()
local
1297
rt5659
->jack_type = SND_JACK_HEADSET;
in rt5659_headset_detect()
1302
rt5659
->jack_type = SND_JACK_HEADPHONE;
in rt5659_headset_detect()
1310
if (
rt5659
->jack_type == SND_JACK_HEADSET)
in rt5659_headset_detect()
1312
rt5659
->jack_type = 0;
in rt5659_headset_detect()
1315
dev_dbg(component->dev, "jack_type = %d\n",
rt5659
->jack_type);
in rt5659_headset_detect()
1316
return
rt5659
in rt5659_headset_detect()
1332
struct
rt5659
_priv *
rt5659
= data;
rt5659_irq()
local
1343
struct
rt5659
_priv *
rt5659
= snd_soc_component_get_drvdata(component);
rt5659_set_jack_detect()
local
1355
struct
rt5659
_priv *
rt5659
=
rt5659_jack_detect_work()
local
1426
struct
rt5659
_priv *
rt5659
=
rt5659_jack_detect_intel_hd_header()
local
1569
struct
rt5659
_priv *
rt5659
= snd_soc_component_get_drvdata(component);
set_dmic_clk()
local
3280
struct
rt5659
_priv *
rt5659
= snd_soc_component_get_drvdata(component);
rt5659_hw_params()
local
3363
struct
rt5659
_priv *
rt5659
= snd_soc_component_get_drvdata(component);
rt5659_set_dai_fmt()
local
3430
struct
rt5659
_priv *
rt5659
= snd_soc_component_get_drvdata(component);
rt5659_set_component_sysclk()
local
3470
struct
rt5659
_priv *
rt5659
= snd_soc_component_get_drvdata(component);
rt5659_set_component_pll()
local
3588
struct
rt5659
_priv *
rt5659
= snd_soc_component_get_drvdata(component);
rt5659_set_bclk_ratio()
local
3616
struct
rt5659
_priv *
rt5659
= snd_soc_component_get_drvdata(component);
rt5659_set_bias_level()
local
3668
struct
rt5659
_priv *
rt5659
= snd_soc_component_get_drvdata(component);
rt5659_probe()
local
3688
struct
rt5659
_priv *
rt5659
= snd_soc_component_get_drvdata(component);
rt5659_remove()
local
3696
struct
rt5659
_priv *
rt5659
= snd_soc_component_get_drvdata(component);
rt5659_suspend()
local
3705
struct
rt5659
_priv *
rt5659
= snd_soc_component_get_drvdata(component);
rt5659_resume()
local
3826
rt5659
_parse_dt(struct
rt5659
_priv *
rt5659
, struct device *dev)
rt5659_parse_dt()
argument
3846
rt5659
_calibrate(struct
rt5659
_priv *
rt5659
)
rt5659_calibrate()
argument
4048
rt5659
_intel_hd_header_probe_setup(struct
rt5659
_priv *
rt5659
)
rt5659_intel_hd_header_probe_setup()
argument
4100
struct
rt5659
_priv *
rt5659
;
rt5659_i2c_probe()
local
4316
struct
rt5659
_priv *
rt5659
= i2c_get_clientdata(client);
rt5659_i2c_shutdown()
local
[all...]
H
A
D
Makefile
177
snd-soc-
rt5659
-objs :=
rt5659
.o
487
obj-$(CONFIG_SND_SOC_RT5659) += snd-soc-
rt5659
.o
H
A
D
rt5659.h
3
*
rt5659
.h -- RT5659/RT5658 ALSA SoC audio driver
12
#include <sound/
rt5659
.h>
/kernel/linux/linux-6.6/sound/soc/codecs/
H
A
D
rt5659.c
3
*
rt5659
.c -- RT5659/RT5658 ALSA SoC audio codec driver
28
#include <sound/
rt5659
.h>
31
#include "
rt5659
.h"
1264
struct rt5659_priv *
rt5659
= snd_soc_component_get_drvdata(component);
in rt5659_headset_detect()
local
1296
rt5659
->jack_type = SND_JACK_HEADSET;
in rt5659_headset_detect()
1301
rt5659
->jack_type = SND_JACK_HEADPHONE;
in rt5659_headset_detect()
1309
if (
rt5659
->jack_type == SND_JACK_HEADSET)
in rt5659_headset_detect()
1311
rt5659
->jack_type = 0;
in rt5659_headset_detect()
1314
dev_dbg(component->dev, "jack_type = %d\n",
rt5659
->jack_type);
in rt5659_headset_detect()
1315
return
rt5659
in rt5659_headset_detect()
1331
struct
rt5659
_priv *
rt5659
= data;
rt5659_irq()
local
1342
struct
rt5659
_priv *
rt5659
= snd_soc_component_get_drvdata(component);
rt5659_set_jack_detect()
local
1354
struct
rt5659
_priv *
rt5659
=
rt5659_jack_detect_work()
local
1425
struct
rt5659
_priv *
rt5659
=
rt5659_jack_detect_intel_hd_header()
local
1568
struct
rt5659
_priv *
rt5659
= snd_soc_component_get_drvdata(component);
set_dmic_clk()
local
3279
struct
rt5659
_priv *
rt5659
= snd_soc_component_get_drvdata(component);
rt5659_hw_params()
local
3362
struct
rt5659
_priv *
rt5659
= snd_soc_component_get_drvdata(component);
rt5659_set_dai_fmt()
local
3429
struct
rt5659
_priv *
rt5659
= snd_soc_component_get_drvdata(component);
rt5659_set_component_sysclk()
local
3469
struct
rt5659
_priv *
rt5659
= snd_soc_component_get_drvdata(component);
rt5659_set_component_pll()
local
3587
struct
rt5659
_priv *
rt5659
= snd_soc_component_get_drvdata(component);
rt5659_set_bclk_ratio()
local
3615
struct
rt5659
_priv *
rt5659
= snd_soc_component_get_drvdata(component);
rt5659_set_bias_level()
local
3667
struct
rt5659
_priv *
rt5659
= snd_soc_component_get_drvdata(component);
rt5659_probe()
local
3687
struct
rt5659
_priv *
rt5659
= snd_soc_component_get_drvdata(component);
rt5659_remove()
local
3695
struct
rt5659
_priv *
rt5659
= snd_soc_component_get_drvdata(component);
rt5659_suspend()
local
3704
struct
rt5659
_priv *
rt5659
= snd_soc_component_get_drvdata(component);
rt5659_resume()
local
3824
rt5659
_parse_dt(struct
rt5659
_priv *
rt5659
, struct device *dev)
rt5659_parse_dt()
argument
3844
rt5659
_calibrate(struct
rt5659
_priv *
rt5659
)
rt5659_calibrate()
argument
4046
rt5659
_intel_hd_header_probe_setup(struct
rt5659
_priv *
rt5659
)
rt5659_intel_hd_header_probe_setup()
argument
4097
struct
rt5659
_priv *
rt5659
;
rt5659_i2c_probe()
local
4309
struct
rt5659
_priv *
rt5659
= i2c_get_clientdata(client);
rt5659_i2c_shutdown()
local
[all...]
H
A
D
Makefile
227
snd-soc-
rt5659
-objs :=
rt5659
.o
609
obj-$(CONFIG_SND_SOC_RT5659) += snd-soc-
rt5659
.o
H
A
D
rt5659.h
3
*
rt5659
.h -- RT5659/RT5658 ALSA SoC audio driver
12
#include <sound/
rt5659
.h>
Completed in 20 milliseconds