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:rt5660
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/sound/soc/codecs/
H
A
D
rt5660.c
3
*
rt5660
.c -- RT5660 ALSA SoC audio codec driver
31
#include "
rt5660
.h"
355
struct rt5660_priv *
rt5660
= snd_soc_component_get_drvdata(component);
in rt5660_set_dmic_clk()
local
358
rate =
rt5660
->sysclk / rl6231_get_pre_div(
rt5660
->regmap,
in rt5660_set_dmic_clk()
839
struct rt5660_priv *
rt5660
= snd_soc_component_get_drvdata(component);
in rt5660_hw_params()
local
843
rt5660
->lrck[dai->id] = params_rate(params);
in rt5660_hw_params()
844
pre_div = rl6231_get_clk_info(
rt5660
->sysclk,
rt5660
->lrck[dai->id]);
in rt5660_hw_params()
847
rt5660
in rt5660_hw_params()
906
struct
rt5660
_priv *
rt5660
= snd_soc_component_get_drvdata(component);
rt5660_set_dai_fmt()
local
974
struct
rt5660
_priv *
rt5660
= snd_soc_component_get_drvdata(component);
rt5660_set_dai_sysclk()
local
1013
struct
rt5660
_priv *
rt5660
= snd_soc_component_get_drvdata(component);
rt5660_set_dai_pll()
local
1073
struct
rt5660
_priv *
rt5660
= snd_soc_component_get_drvdata(component);
rt5660_set_bias_level()
local
1124
struct
rt5660
_priv *
rt5660
= snd_soc_component_get_drvdata(component);
rt5660_probe()
local
1139
struct
rt5660
_priv *
rt5660
= snd_soc_component_get_drvdata(component);
rt5660_suspend()
local
1149
struct
rt5660
_priv *
rt5660
= snd_soc_component_get_drvdata(component);
rt5660_resume()
local
1253
rt5660
_parse_dt(struct
rt5660
_priv *
rt5660
, struct device *dev)
rt5660_parse_dt()
argument
1271
struct
rt5660
_priv *
rt5660
;
rt5660_i2c_probe()
local
[all...]
H
A
D
Makefile
178
snd-soc-
rt5660
-objs :=
rt5660
.o
488
obj-$(CONFIG_SND_SOC_RT5660) += snd-soc-
rt5660
.o
H
A
D
rt5660.h
3
*
rt5660
.h -- RT5660 ALSA SoC audio driver
13
#include <sound/
rt5660
.h>
/kernel/linux/linux-6.6/sound/soc/codecs/
H
A
D
rt5660.c
3
*
rt5660
.c -- RT5660 ALSA SoC audio codec driver
29
#include "
rt5660
.h"
353
struct rt5660_priv *
rt5660
= snd_soc_component_get_drvdata(component);
in rt5660_set_dmic_clk()
local
356
rate =
rt5660
->sysclk / rl6231_get_pre_div(
rt5660
->regmap,
in rt5660_set_dmic_clk()
837
struct rt5660_priv *
rt5660
= snd_soc_component_get_drvdata(component);
in rt5660_hw_params()
local
841
rt5660
->lrck[dai->id] = params_rate(params);
in rt5660_hw_params()
842
pre_div = rl6231_get_clk_info(
rt5660
->sysclk,
rt5660
->lrck[dai->id]);
in rt5660_hw_params()
845
rt5660
in rt5660_hw_params()
904
struct
rt5660
_priv *
rt5660
= snd_soc_component_get_drvdata(component);
rt5660_set_dai_fmt()
local
972
struct
rt5660
_priv *
rt5660
= snd_soc_component_get_drvdata(component);
rt5660_set_dai_sysclk()
local
1011
struct
rt5660
_priv *
rt5660
= snd_soc_component_get_drvdata(component);
rt5660_set_dai_pll()
local
1071
struct
rt5660
_priv *
rt5660
= snd_soc_component_get_drvdata(component);
rt5660_set_bias_level()
local
1122
struct
rt5660
_priv *
rt5660
= snd_soc_component_get_drvdata(component);
rt5660_probe()
local
1137
struct
rt5660
_priv *
rt5660
= snd_soc_component_get_drvdata(component);
rt5660_suspend()
local
1147
struct
rt5660
_priv *
rt5660
= snd_soc_component_get_drvdata(component);
rt5660_resume()
local
1252
rt5660
_parse_dt(struct
rt5660
_priv *
rt5660
, struct device *dev)
rt5660_parse_dt()
argument
1269
struct
rt5660
_priv *
rt5660
;
rt5660_i2c_probe()
local
[all...]
H
A
D
rt5660.h
3
*
rt5660
.h -- RT5660 ALSA SoC audio driver
13
#include <sound/
rt5660
.h>
H
A
D
Makefile
228
snd-soc-
rt5660
-objs :=
rt5660
.o
610
obj-$(CONFIG_SND_SOC_RT5660) += snd-soc-
rt5660
.o
/kernel/linux/linux-5.10/sound/soc/intel/boards/
H
A
D
Makefile
33
snd-soc-ehl-
rt5660
-objs := ehl_rt5660.o hda_dsp_common.o
73
obj-$(CONFIG_SND_SOC_INTEL_EHL_RT5660_MACH) += snd-soc-ehl-
rt5660
.o
/kernel/linux/linux-6.6/sound/soc/intel/boards/
H
A
D
Makefile
37
snd-soc-ehl-
rt5660
-objs := ehl_rt5660.o
82
obj-$(CONFIG_SND_SOC_INTEL_EHL_RT5660_MACH) += snd-soc-ehl-
rt5660
.o
Completed in 12 milliseconds