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:rt1016
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/sound/soc/codecs/
H
A
D
rt1016.c
3
//
rt1016
.c -- RT1016 ALSA SoC audio amplifier driver
29
#include "
rt1016
.h"
181
struct rt1016_priv *
rt1016
= snd_soc_component_get_drvdata(component);
in rt1016_is_sys_clk_from_pll()
local
183
if (
rt1016
->sysclk_src == RT1016_SCLK_S_PLL)
in rt1016_is_sys_clk_from_pll()
309
struct rt1016_priv *
rt1016
= snd_soc_component_get_drvdata(component);
in rt1016_hw_params()
local
313
rt1016
->lrck = params_rate(params);
in rt1016_hw_params()
314
pre_div = rl6231_get_clk_info(
rt1016
->sysclk,
rt1016
->lrck);
in rt1016_hw_params()
328
rt1016
->bclk =
rt1016
in rt1016_hw_params()
367
struct
rt1016
_priv *
rt1016
= snd_soc_component_get_drvdata(component);
rt1016_set_dai_fmt()
local
422
struct
rt1016
_priv *
rt1016
= snd_soc_component_get_drvdata(component);
rt1016_set_component_sysclk()
local
458
struct
rt1016
_priv *
rt1016
= snd_soc_component_get_drvdata(component);
rt1016_set_component_pll()
local
518
struct
rt1016
_priv *
rt1016
=
rt1016_probe()
local
528
struct
rt1016
_priv *
rt1016
= snd_soc_component_get_drvdata(component);
rt1016_remove()
local
560
struct
rt1016
_priv *
rt1016
= snd_soc_component_get_drvdata(component);
rt1016_suspend()
local
570
struct
rt1016
_priv *
rt1016
= snd_soc_component_get_drvdata(component);
rt1016_resume()
local
636
struct
rt1016
_priv *
rt1016
;
rt1016_i2c_probe()
local
676
struct
rt1016
_priv *
rt1016
= i2c_get_clientdata(client);
rt1016_i2c_shutdown()
local
[all...]
/kernel/linux/linux-6.6/sound/soc/codecs/
H
A
D
rt1016.c
3
//
rt1016
.c -- RT1016 ALSA SoC audio amplifier driver
28
#include "
rt1016
.h"
180
struct rt1016_priv *
rt1016
= snd_soc_component_get_drvdata(component);
in rt1016_is_sys_clk_from_pll()
local
182
if (
rt1016
->sysclk_src == RT1016_SCLK_S_PLL)
in rt1016_is_sys_clk_from_pll()
308
struct rt1016_priv *
rt1016
= snd_soc_component_get_drvdata(component);
in rt1016_hw_params()
local
312
rt1016
->lrck = params_rate(params);
in rt1016_hw_params()
313
pre_div = rl6231_get_clk_info(
rt1016
->sysclk,
rt1016
->lrck);
in rt1016_hw_params()
327
rt1016
->bclk =
rt1016
in rt1016_hw_params()
366
struct
rt1016
_priv *
rt1016
= snd_soc_component_get_drvdata(component);
rt1016_set_dai_fmt()
local
421
struct
rt1016
_priv *
rt1016
= snd_soc_component_get_drvdata(component);
rt1016_set_component_sysclk()
local
457
struct
rt1016
_priv *
rt1016
= snd_soc_component_get_drvdata(component);
rt1016_set_component_pll()
local
518
struct
rt1016
_priv *
rt1016
=
rt1016_probe()
local
528
struct
rt1016
_priv *
rt1016
= snd_soc_component_get_drvdata(component);
rt1016_remove()
local
560
struct
rt1016
_priv *
rt1016
= snd_soc_component_get_drvdata(component);
rt1016_suspend()
local
570
struct
rt1016
_priv *
rt1016
= snd_soc_component_get_drvdata(component);
rt1016_resume()
local
634
struct
rt1016
_priv *
rt1016
;
rt1016_i2c_probe()
local
674
struct
rt1016
_priv *
rt1016
= i2c_get_clientdata(client);
rt1016_i2c_shutdown()
local
[all...]
H
A
D
Makefile
209
snd-soc-
rt1016
-objs :=
rt1016
.o
590
obj-$(CONFIG_SND_SOC_RT1016) += snd-soc-
rt1016
.o
Completed in 5 milliseconds