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_pll_nb
(Results
1 - 16
of
16
) sorted by relevance
/kernel/linux/linux-5.10/drivers/clk/sunxi-ng/
H
A
D
ccu_common.h
54
struct
ccu_pll_nb
{
struct
62
#define to_ccu_pll_nb(_nb) container_of(_nb, struct
ccu_pll_nb
, clk_nb)
64
int ccu_pll_notifier_register(struct
ccu_pll_nb
*pll_nb);
H
A
D
ccu_common.c
56
struct
ccu_pll_nb
*pll = to_ccu_pll_nb(nb);
in ccu_pll_notifier_cb()
74
int ccu_pll_notifier_register(struct
ccu_pll_nb
*pll_nb)
in ccu_pll_notifier_register()
H
A
D
ccu-suniv-f1c100s.c
511
static struct
ccu_pll_nb
suniv_pll_cpu_nb = {
H
A
D
ccu-sun8i-a33.c
773
static struct
ccu_pll_nb
sun8i_a33_pll_cpu_nb = {
H
A
D
ccu-sun50i-a64.c
925
static struct
ccu_pll_nb
sun50i_a64_pll_cpu_nb = {
H
A
D
ccu-sun8i-r40.c
1264
static struct
ccu_pll_nb
sun8i_r40_pll_cpu_nb = {
H
A
D
ccu-sun8i-h3.c
1126
static struct
ccu_pll_nb
sun8i_h3_pll_cpu_nb = {
H
A
D
ccu-sun50i-a100.c
1167
static struct
ccu_pll_nb
sun50i_a100_pll_cpu_nb = {
/kernel/linux/linux-6.6/drivers/clk/sunxi-ng/
H
A
D
ccu_common.h
61
struct
ccu_pll_nb
{
struct
69
#define to_ccu_pll_nb(_nb) container_of(_nb, struct
ccu_pll_nb
, clk_nb)
71
int ccu_pll_notifier_register(struct
ccu_pll_nb
*pll_nb);
H
A
D
ccu_common.c
75
struct
ccu_pll_nb
*pll = to_ccu_pll_nb(nb);
in ccu_pll_notifier_cb()
93
int ccu_pll_notifier_register(struct
ccu_pll_nb
*pll_nb)
in ccu_pll_notifier_register()
H
A
D
ccu-suniv-f1c100s.c
521
static struct
ccu_pll_nb
suniv_pll_cpu_nb = {
H
A
D
ccu-sun8i-a33.c
774
static struct
ccu_pll_nb
sun8i_a33_pll_cpu_nb = {
H
A
D
ccu-sun50i-a64.c
927
static struct
ccu_pll_nb
sun50i_a64_pll_cpu_nb = {
H
A
D
ccu-sun50i-a100.c
1166
static struct
ccu_pll_nb
sun50i_a100_pll_cpu_nb = {
H
A
D
ccu-sun8i-r40.c
1265
static struct
ccu_pll_nb
sun8i_r40_pll_cpu_nb = {
H
A
D
ccu-sun8i-h3.c
1026
static struct
ccu_pll_nb
sun8i_h3_pll_cpu_nb = {
Completed in 14 milliseconds