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:ccu_nkmp
(Results
1 - 25
of
28
) sorted by relevance
1
2
/kernel/linux/linux-5.10/drivers/clk/sunxi-ng/
H
A
D
ccu_nkmp.h
16
* struct
ccu_nkmp
- Definition of an N-K-M-P clock
20
struct
ccu_nkmp
{
struct
41
struct
ccu_nkmp
_struct = { \
57
static inline struct
ccu_nkmp
*hw_to_ccu_nkmp(struct clk_hw *hw)
in hw_to_ccu_nkmp()
61
return container_of(common, struct
ccu_nkmp
, common);
in hw_to_ccu_nkmp()
H
A
D
ccu_nkmp.c
11
#include "
ccu_nkmp
.h"
72
struct
ccu_nkmp
*nkmp = hw_to_ccu_nkmp(hw);
in ccu_nkmp_disable()
79
struct
ccu_nkmp
*nkmp = hw_to_ccu_nkmp(hw);
in ccu_nkmp_enable()
86
struct
ccu_nkmp
*nkmp = hw_to_ccu_nkmp(hw);
in ccu_nkmp_is_enabled()
94
struct
ccu_nkmp
*nkmp = hw_to_ccu_nkmp(hw);
in ccu_nkmp_recalc_rate()
131
struct
ccu_nkmp
*nkmp = hw_to_ccu_nkmp(hw);
in ccu_nkmp_round_rate()
166
struct
ccu_nkmp
*nkmp = hw_to_ccu_nkmp(hw);
in ccu_nkmp_set_rate()
H
A
D
ccu-sun8i-a83t.c
18
#include "
ccu_nkmp
.h"
98
static struct
ccu_nkmp
pll_video0_clk = {
115
static struct
ccu_nkmp
pll_ve_clk = {
131
static struct
ccu_nkmp
pll_ddr_clk = {
147
static struct
ccu_nkmp
pll_periph_clk = {
163
static struct
ccu_nkmp
pll_gpu_clk = {
179
static struct
ccu_nkmp
pll_hsic_clk = {
195
static struct
ccu_nkmp
pll_de_clk = {
211
static struct
ccu_nkmp
pll_video1_clk = {
H
A
D
ccu-sun9i-a80.c
17
#include "
ccu_nkmp
.h"
85
static struct
ccu_nkmp
pll_periph0_clk = {
101
static struct
ccu_nkmp
pll_ve_clk = {
117
static struct
ccu_nkmp
pll_ddr_clk = {
148
static struct
ccu_nkmp
pll_video1_clk = {
164
static struct
ccu_nkmp
pll_gpu_clk = {
180
static struct
ccu_nkmp
pll_de_clk = {
196
static struct
ccu_nkmp
pll_isp_clk = {
212
static struct
ccu_nkmp
pll_periph1_clk = {
H
A
D
ccu-sun50i-h6.c
20
#include "
ccu_nkmp
.h"
50
static struct
ccu_nkmp
pll_ddr0_clk = {
65
static struct
ccu_nkmp
pll_periph0_clk = {
82
static struct
ccu_nkmp
pll_periph1_clk = {
99
static struct
ccu_nkmp
pll_gpu_clk = {
154
static struct
ccu_nkmp
pll_ve_clk = {
169
static struct
ccu_nkmp
pll_de_clk = {
184
static struct
ccu_nkmp
pll_hsic_clk = {
H
A
D
ccu-sun50i-a100.c
21
#include "
ccu_nkmp
.h"
59
static struct
ccu_nkmp
pll_ddr0_clk = {
75
static struct
ccu_nkmp
pll_periph0_clk = {
92
static struct
ccu_nkmp
pll_periph1_clk = {
110
static struct
ccu_nkmp
pll_gpu_clk = {
177
static struct
ccu_nkmp
pll_ve_clk = {
H
A
D
ccu-suniv-f1c100s.c
20
#include "
ccu_nkmp
.h"
26
static struct
ccu_nkmp
pll_cpu_clk = {
H
A
D
ccu-sun5i.c
19
#include "
ccu_nkmp
.h"
26
static struct
ccu_nkmp
pll_core_clk = {
98
static struct
ccu_nkmp
pll_ve_clk = {
H
A
D
ccu-sun8i-a23.c
19
#include "
ccu_nkmp
.h"
27
static struct
ccu_nkmp
pll_cpux_clk = {
H
A
D
ccu-sun8i-a33.c
19
#include "
ccu_nkmp
.h"
25
static struct
ccu_nkmp
pll_cpux_clk = {
H
A
D
ccu-sun50i-a64.c
20
#include "
ccu_nkmp
.h"
26
static struct
ccu_nkmp
pll_cpux_clk = {
H
A
D
ccu-sun4i-a10.c
21
#include "
ccu_nkmp
.h"
28
static struct
ccu_nkmp
pll_core_clk = {
96
static struct
ccu_nkmp
pll_ve_sun4i_clk = {
/kernel/linux/linux-6.6/drivers/clk/sunxi-ng/
H
A
D
ccu_nkmp.h
16
* struct
ccu_nkmp
- Definition of an N-K-M-P clock
20
struct
ccu_nkmp
{
struct
41
struct
ccu_nkmp
_struct = { \
57
static inline struct
ccu_nkmp
*hw_to_ccu_nkmp(struct clk_hw *hw)
in hw_to_ccu_nkmp()
61
return container_of(common, struct
ccu_nkmp
, common);
in hw_to_ccu_nkmp()
H
A
D
ccu_nkmp.c
11
#include "
ccu_nkmp
.h"
74
struct
ccu_nkmp
*nkmp = hw_to_ccu_nkmp(hw);
in ccu_nkmp_disable()
81
struct
ccu_nkmp
*nkmp = hw_to_ccu_nkmp(hw);
in ccu_nkmp_enable()
88
struct
ccu_nkmp
*nkmp = hw_to_ccu_nkmp(hw);
in ccu_nkmp_is_enabled()
96
struct
ccu_nkmp
*nkmp = hw_to_ccu_nkmp(hw);
in ccu_nkmp_recalc_rate()
133
struct
ccu_nkmp
*nkmp = hw_to_ccu_nkmp(hw);
in ccu_nkmp_round_rate()
166
struct
ccu_nkmp
*nkmp = hw_to_ccu_nkmp(hw);
in ccu_nkmp_set_rate()
H
A
D
ccu-sun8i-a83t.c
18
#include "
ccu_nkmp
.h"
98
static struct
ccu_nkmp
pll_video0_clk = {
115
static struct
ccu_nkmp
pll_ve_clk = {
131
static struct
ccu_nkmp
pll_ddr_clk = {
147
static struct
ccu_nkmp
pll_periph_clk = {
163
static struct
ccu_nkmp
pll_gpu_clk = {
179
static struct
ccu_nkmp
pll_hsic_clk = {
195
static struct
ccu_nkmp
pll_de_clk = {
211
static struct
ccu_nkmp
pll_video1_clk = {
H
A
D
ccu-sun9i-a80.c
17
#include "
ccu_nkmp
.h"
85
static struct
ccu_nkmp
pll_periph0_clk = {
101
static struct
ccu_nkmp
pll_ve_clk = {
117
static struct
ccu_nkmp
pll_ddr_clk = {
148
static struct
ccu_nkmp
pll_video1_clk = {
164
static struct
ccu_nkmp
pll_gpu_clk = {
180
static struct
ccu_nkmp
pll_de_clk = {
196
static struct
ccu_nkmp
pll_isp_clk = {
212
static struct
ccu_nkmp
pll_periph1_clk = {
H
A
D
ccu-sun50i-h6.c
20
#include "
ccu_nkmp
.h"
50
static struct
ccu_nkmp
pll_ddr0_clk = {
65
static struct
ccu_nkmp
pll_periph0_clk = {
82
static struct
ccu_nkmp
pll_periph1_clk = {
100
static struct
ccu_nkmp
pll_gpu_clk = {
154
static struct
ccu_nkmp
pll_ve_clk = {
169
static struct
ccu_nkmp
pll_de_clk = {
184
static struct
ccu_nkmp
pll_hsic_clk = {
H
A
D
ccu-sun50i-h616.c
22
#include "
ccu_nkmp
.h"
52
static struct
ccu_nkmp
pll_ddr0_clk = {
67
static struct
ccu_nkmp
pll_ddr1_clk = {
82
static struct
ccu_nkmp
pll_periph0_clk = {
99
static struct
ccu_nkmp
pll_periph1_clk = {
116
static struct
ccu_nkmp
pll_gpu_clk = {
189
static struct
ccu_nkmp
pll_ve_clk = {
204
static struct
ccu_nkmp
pll_de_clk = {
H
A
D
ccu-sun50i-a100.c
20
#include "
ccu_nkmp
.h"
58
static struct
ccu_nkmp
pll_ddr0_clk = {
74
static struct
ccu_nkmp
pll_periph0_clk = {
91
static struct
ccu_nkmp
pll_periph1_clk = {
109
static struct
ccu_nkmp
pll_gpu_clk = {
176
static struct
ccu_nkmp
pll_ve_clk = {
H
A
D
ccu-suniv-f1c100s.c
21
#include "
ccu_nkmp
.h"
27
static struct
ccu_nkmp
pll_cpu_clk = {
H
A
D
ccu-sun20i-d1.c
23
#include "
ccu_nkmp
.h"
51
static struct
ccu_nkmp
pll_ddr0_clk = {
150
static struct
ccu_nkmp
pll_ve_clk = {
H
A
D
ccu-sun5i.c
19
#include "
ccu_nkmp
.h"
26
static struct
ccu_nkmp
pll_core_clk = {
98
static struct
ccu_nkmp
pll_ve_clk = {
H
A
D
ccu-sun8i-a23.c
20
#include "
ccu_nkmp
.h"
28
static struct
ccu_nkmp
pll_cpux_clk = {
H
A
D
ccu-sun8i-a33.c
20
#include "
ccu_nkmp
.h"
26
static struct
ccu_nkmp
pll_cpux_clk = {
H
A
D
ccu-sun50i-a64.c
20
#include "
ccu_nkmp
.h"
26
static struct
ccu_nkmp
pll_cpux_clk = {
Completed in 23 milliseconds
1
2