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:of_clk
(Results
1 - 25
of
92
) sorted by relevance
1
2
3
4
/kernel/linux/linux-5.10/drivers/clocksource/
H
A
D
timer-of.c
90
* @
of_clk
: a of_timer_clk structure pointer
94
static __init void timer_of_clk_exit(struct of_timer_clk *
of_clk
)
in timer_of_clk_exit()
argument
96
of_clk
->rate = 0;
in timer_of_clk_exit()
97
clk_disable_unprepare(
of_clk
->clk);
in timer_of_clk_exit()
98
clk_put(
of_clk
->clk);
in timer_of_clk_exit()
104
* @
of_clk
: a of_timer_clk structure pointer
111
struct of_timer_clk *
of_clk
)
in timer_of_clk_init()
115
of_clk
->clk =
of_clk
->name ? of_clk_get_by_name(np,
of_clk
in timer_of_clk_init()
110
timer_
of_clk
_init(struct device_node *np, struct of_timer_clk *
of_clk
)
timer_of_clk_init()
argument
[all...]
H
A
D
timer-of.h
40
struct of_timer_clk
of_clk
;
member
61
return to->
of_clk
.rate;
in timer_of_rate()
66
return to->
of_clk
.period;
in timer_of_period()
H
A
D
timer-stm32.c
227
to->
of_clk
.rate = DIV_ROUND_CLOSEST(to->
of_clk
.rate, prescaler);
in stm32_timer_set_prescaler()
228
to->
of_clk
.period = DIV_ROUND_UP(to->
of_clk
.rate, HZ);
in stm32_timer_set_prescaler()
H
A
D
timer-imx-sysctr.c
115
.
of_clk
= {
138
to_sysctr.
of_clk
.rate /= SYS_CTR_CLK_DIV;
in sysctr_timer_init()
/kernel/linux/linux-6.6/drivers/clocksource/
H
A
D
timer-of.c
90
* @
of_clk
: a of_timer_clk structure pointer
94
static __init void timer_of_clk_exit(struct of_timer_clk *
of_clk
)
in timer_of_clk_exit()
argument
96
of_clk
->rate = 0;
in timer_of_clk_exit()
97
clk_disable_unprepare(
of_clk
->clk);
in timer_of_clk_exit()
98
clk_put(
of_clk
->clk);
in timer_of_clk_exit()
104
* @
of_clk
: a of_timer_clk structure pointer
111
struct of_timer_clk *
of_clk
)
in timer_of_clk_init()
115
of_clk
->clk =
of_clk
->name ? of_clk_get_by_name(np,
of_clk
in timer_of_clk_init()
110
timer_
of_clk
_init(struct device_node *np, struct of_timer_clk *
of_clk
)
timer_of_clk_init()
argument
[all...]
H
A
D
timer-of.h
40
struct of_timer_clk
of_clk
;
member
61
return to->
of_clk
.rate;
in timer_of_rate()
66
return to->
of_clk
.period;
in timer_of_period()
H
A
D
timer-msc313e.c
185
to->
of_clk
.rate = clk_get_rate(to->
of_clk
.clk) / MSC313E_CLK_DIVIDER;
in msc313e_clkevt_init()
186
to->
of_clk
.period = DIV_ROUND_UP(to->
of_clk
.rate, HZ);
in msc313e_clkevt_init()
H
A
D
timer-stm32.c
227
to->
of_clk
.rate = DIV_ROUND_CLOSEST(to->
of_clk
.rate, prescaler);
in stm32_timer_set_prescaler()
228
to->
of_clk
.period = DIV_ROUND_UP(to->
of_clk
.rate, HZ);
in stm32_timer_set_prescaler()
H
A
D
timer-imx-sysctr.c
115
.
of_clk
= {
139
to_sysctr.
of_clk
.rate /= SYS_CTR_CLK_DIV;
in sysctr_timer_init()
/kernel/linux/linux-5.10/arch/csky/kernel/
H
A
D
time.c
5
#include <linux/
of_clk
.h>
/kernel/linux/linux-6.6/arch/csky/kernel/
H
A
D
time.c
5
#include <linux/
of_clk
.h>
/kernel/linux/linux-5.10/arch/mips/ralink/
H
A
D
timer-gic.c
11
#include <linux/
of_clk
.h>
/kernel/linux/linux-6.6/arch/mips/ralink/
H
A
D
timer-gic.c
11
#include <linux/
of_clk
.h>
/kernel/linux/linux-6.6/arch/mips/loongson32/common/
H
A
D
time.c
7
#include <linux/
of_clk
.h>
/kernel/linux/linux-6.6/arch/arm/mach-mmp/
H
A
D
mmp2-dt.c
9
#include <linux/
of_clk
.h>
H
A
D
mmp-dt.c
9
#include <linux/
of_clk
.h>
/kernel/linux/linux-5.10/arch/mips/pic32/pic32mzda/
H
A
D
time.c
10
#include <linux/
of_clk
.h>
/kernel/linux/linux-5.10/arch/mips/pistachio/
H
A
D
time.c
12
#include <linux/
of_clk
.h>
/kernel/linux/linux-5.10/arch/riscv/kernel/
H
A
D
time.c
7
#include <linux/
of_clk
.h>
/kernel/linux/linux-5.10/arch/arm/mach-mediatek/
H
A
D
mediatek.c
12
#include <linux/
of_clk
.h>
/kernel/linux/linux-5.10/arch/arm/mach-mmp/
H
A
D
mmp-dt.c
11
#include <linux/
of_clk
.h>
H
A
D
mmp2-dt.c
12
#include <linux/
of_clk
.h>
/kernel/linux/linux-6.6/arch/arm/mach-mediatek/
H
A
D
mediatek.c
12
#include <linux/
of_clk
.h>
/kernel/linux/linux-6.6/arch/mips/loongson64/
H
A
D
time.c
15
#include <linux/
of_clk
.h>
/kernel/linux/linux-6.6/arch/mips/pic32/pic32mzda/
H
A
D
time.c
10
#include <linux/
of_clk
.h>
Completed in 8 milliseconds
1
2
3
4