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:rt5682_dai_bclk
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/sound/soc/amd/
H
A
D
acp-da7219-max98357a.c
49
static struct clk *
rt5682_dai_bclk
;
variable
162
rt5682_dai_bclk
= devm_clk_get(component->dev, "rt5682-dai-bclk");
in cz_rt5682_init()
163
if (IS_ERR(
rt5682_dai_bclk
))
in cz_rt5682_init()
164
return PTR_ERR(
rt5682_dai_bclk
);
in cz_rt5682_init()
207
ret = clk_set_rate(
rt5682_dai_bclk
, 48000 * 64);
in rt5682_clk_enable()
H
A
D
acp3x-rt5682-max9836.c
43
static struct clk *
rt5682_dai_bclk
;
variable
98
rt5682_dai_bclk
= clk_get(component->dev, "rt5682-dai-bclk");
in acp3x_5682_init()
133
clk_set_rate(
rt5682_dai_bclk
, 48000 * 64);
in rt5682_clk_enable()
/kernel/linux/linux-5.10/sound/soc/amd/
H
A
D
acp3x-rt5682-max9836.c
32
static struct clk *
rt5682_dai_bclk
;
variable
87
rt5682_dai_bclk
= clk_get(component->dev, "rt5682-dai-bclk");
in acp3x_5682_init()
120
clk_set_rate(
rt5682_dai_bclk
, 48000 * 64);
in rt5682_clk_enable()
Completed in 4 milliseconds