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:asyncclk
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/drivers/cpufreq/
H
A
D
davinci-cpufreq.c
30
struct clk *
asyncclk
;
member
56
if (cpufreq.
asyncclk
) {
in davinci_target()
57
ret = clk_set_rate(cpufreq.
asyncclk
, cpufreq.asyncrate);
in davinci_target()
110
struct clk *
asyncclk
;
in davinci_cpufreq_probe()
local
125
asyncclk
= clk_get(cpufreq.dev, "async");
in davinci_cpufreq_probe()
126
if (!IS_ERR(
asyncclk
)) {
in davinci_cpufreq_probe()
127
cpufreq.
asyncclk
=
asyncclk
;
in davinci_cpufreq_probe()
128
cpufreq.asyncrate = clk_get_rate(
asyncclk
);
in davinci_cpufreq_probe()
138
if (cpufreq.
asyncclk
)
in davinci_cpufreq_remove()
[all...]
/kernel/linux/linux-6.6/drivers/cpufreq/
H
A
D
davinci-cpufreq.c
30
struct clk *
asyncclk
;
member
56
if (cpufreq.
asyncclk
) {
in davinci_target()
57
ret = clk_set_rate(cpufreq.
asyncclk
, cpufreq.asyncrate);
in davinci_target()
110
struct clk *
asyncclk
;
in davinci_cpufreq_probe()
local
125
asyncclk
= clk_get(cpufreq.dev, "async");
in davinci_cpufreq_probe()
126
if (!IS_ERR(
asyncclk
)) {
in davinci_cpufreq_probe()
127
cpufreq.
asyncclk
=
asyncclk
;
in davinci_cpufreq_probe()
128
cpufreq.asyncrate = clk_get_rate(
asyncclk
);
in davinci_cpufreq_probe()
140
if (cpufreq.
asyncclk
)
in davinci_cpufreq_remove()
[all...]
/kernel/linux/linux-5.10/sound/soc/codecs/
H
A
D
arizona.h
80
int
asyncclk
;
member
H
A
D
wm5100.c
62
int
asyncclk
;
member
169
rate, wm5100->sysclk, wm5100->
asyncclk
);
in wm5100_alloc_sr()
1431
aif_rate = wm5100->
asyncclk
;
in wm5100_hw_params()
1520
rate_store = &wm5100->
asyncclk
;
in wm5100_set_sysclk()
H
A
D
madera.h
125
int
asyncclk
;
member
H
A
D
arizona.c
1290
refclk = priv->
asyncclk
;
in arizona_set_opclk()
1385
clk = &priv->
asyncclk
;
in arizona_set_sysclk()
1631
base_rate = priv->
asyncclk
;
in arizona_startup()
H
A
D
madera.c
2519
refclk = priv->
asyncclk
;
in madera_set_opclk()
2701
clk = &priv->
asyncclk
;
in madera_set_sysclk()
2959
base_rate = priv->
asyncclk
;
in madera_startup()
/kernel/linux/linux-6.6/sound/soc/codecs/
H
A
D
wm5100.c
62
int
asyncclk
;
member
169
rate, wm5100->sysclk, wm5100->
asyncclk
);
in wm5100_alloc_sr()
1431
aif_rate = wm5100->
asyncclk
;
in wm5100_hw_params()
1520
rate_store = &wm5100->
asyncclk
;
in wm5100_set_sysclk()
H
A
D
arizona.h
80
int
asyncclk
;
member
H
A
D
madera.h
125
int
asyncclk
;
member
H
A
D
arizona.c
1291
refclk = priv->
asyncclk
;
in arizona_set_opclk()
1386
clk = &priv->
asyncclk
;
in arizona_set_sysclk()
1632
base_rate = priv->
asyncclk
;
in arizona_startup()
H
A
D
madera.c
2519
refclk = priv->
asyncclk
;
in madera_set_opclk()
2701
clk = &priv->
asyncclk
;
in madera_set_sysclk()
2959
base_rate = priv->
asyncclk
;
in madera_startup()
Completed in 25 milliseconds