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:wclk
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/drivers/pwm/
H
A
D
pwm-zx.c
32
struct clk *
wclk
;
member
86
rate = clk_get_rate(zpc->
wclk
);
in zx_pwm_get_state()
107
rate = clk_get_rate(zpc->
wclk
);
in zx_pwm_config()
174
ret = clk_prepare_enable(zpc->
wclk
);
in zx_pwm_apply()
183
clk_disable_unprepare(zpc->
wclk
);
in zx_pwm_apply()
216
zpc->
wclk
= devm_clk_get(&pdev->dev, "
wclk
");
in zx_pwm_probe()
217
if (IS_ERR(zpc->
wclk
))
in zx_pwm_probe()
218
return PTR_ERR(zpc->
wclk
);
in zx_pwm_probe()
/kernel/linux/linux-6.6/sound/soc/amd/acp/
H
A
D
acp-mach.h
62
struct clk *
wclk
;
member
H
A
D
acp-mach-common.c
77
clk_set_rate(drvdata->
wclk
, srate);
in acp_clk_enable()
80
return clk_prepare_enable(drvdata->
wclk
);
in acp_clk_enable()
129
drvdata->
wclk
= clk_get(component->dev, "rt5682-dai-
wclk
");
in acp_card_rt5682_init()
214
clk_disable_unprepare(drvdata->
wclk
);
in acp_card_shutdown()
355
drvdata->
wclk
= clk_get(component->dev, "rt5682-dai-
wclk
");
in acp_card_rt5682s_init()
474
clk_set_rate(drvdata->
wclk
, srate);
in acp_card_rt5682s_hw_params()
/kernel/linux/linux-5.10/sound/soc/codecs/
H
A
D
da7219.c
1426
struct clk *
wclk
= da7219->dai_clks[DA7219_DAI_WCLK_IDX];
in da7219_set_dai_tdm_slot()
local
1473
sr = clk_get_rate(
wclk
);
in da7219_set_dai_tdm_slot()
1562
struct clk *
wclk
= da7219->dai_clks[DA7219_DAI_WCLK_IDX];
in da7219_hw_params()
local
1597
if (da7219->master &&
wclk
) {
in da7219_hw_params()
1598
ret = clk_set_rate(
wclk
, sr);
in da7219_hw_params()
1774
pdata->dai_clk_names[DA7219_DAI_WCLK_IDX] = "da7219-dai-
wclk
";
in da7219_fw_to_pdata()
/kernel/linux/linux-6.6/sound/soc/codecs/
H
A
D
da7219.c
1426
struct clk *
wclk
= da7219->dai_clks[DA7219_DAI_WCLK_IDX];
in da7219_set_dai_tdm_slot()
local
1473
sr = clk_get_rate(
wclk
);
in da7219_set_dai_tdm_slot()
1562
struct clk *
wclk
= da7219->dai_clks[DA7219_DAI_WCLK_IDX];
in da7219_hw_params()
local
1597
if (da7219->master &&
wclk
) {
in da7219_hw_params()
1598
ret = clk_set_rate(
wclk
, sr);
in da7219_hw_params()
1776
pdata->dai_clk_names[DA7219_DAI_WCLK_IDX] = "da7219-dai-
wclk
";
in da7219_fw_to_pdata()
Completed in 8 milliseconds