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_gate
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-6.6/drivers/clk/sunxi-ng/
H
A
D
ccu_gate.h
13
struct
ccu_gate
{
struct
20
struct
ccu_gate
_struct = { \
32
struct
ccu_gate
_struct = { \
44
struct
ccu_gate
_struct = { \
60
struct
ccu_gate
_struct = { \
73
struct
ccu_gate
_struct = { \
87
struct
ccu_gate
_struct = { \
101
struct
ccu_gate
_struct = { \
114
static inline struct
ccu_gate
*hw_to_ccu_gate(struct clk_hw *hw)
in hw_to_ccu_gate()
118
return container_of(common, struct
ccu_gate
, commo
in hw_to_ccu_gate()
[all...]
H
A
D
ccu_gate.c
10
#include "
ccu_gate
.h"
31
struct
ccu_gate
*cg = hw_to_ccu_gate(hw);
in ccu_gate_disable()
57
struct
ccu_gate
*cg = hw_to_ccu_gate(hw);
in ccu_gate_enable()
73
struct
ccu_gate
*cg = hw_to_ccu_gate(hw);
in ccu_gate_is_enabled()
81
struct
ccu_gate
*cg = hw_to_ccu_gate(hw);
in ccu_gate_recalc_rate()
93
struct
ccu_gate
*cg = hw_to_ccu_gate(hw);
in ccu_gate_round_rate()
H
A
D
ccu-sun6i-rtc.c
19
#include "
ccu_gate
.h"
225
static struct
ccu_gate
osc24M_32k_clk = {
H
A
D
ccu-sun8i-a83t.c
15
#include "
ccu_gate
.h"
476
static struct
ccu_gate
usb_hsic_12m_clk = {
/kernel/linux/linux-5.10/drivers/clk/sunxi-ng/
H
A
D
ccu_gate.h
13
struct
ccu_gate
{
struct
20
struct
ccu_gate
_struct = { \
32
struct
ccu_gate
_struct = { \
44
struct
ccu_gate
_struct = { \
60
struct
ccu_gate
_struct = { \
72
struct
ccu_gate
_struct = { \
84
static inline struct
ccu_gate
*hw_to_ccu_gate(struct clk_hw *hw)
in hw_to_ccu_gate()
88
return container_of(common, struct
ccu_gate
, common);
in hw_to_ccu_gate()
H
A
D
ccu_gate.c
10
#include "
ccu_gate
.h"
30
struct
ccu_gate
*cg = hw_to_ccu_gate(hw);
in ccu_gate_disable()
55
struct
ccu_gate
*cg = hw_to_ccu_gate(hw);
in ccu_gate_enable()
70
struct
ccu_gate
*cg = hw_to_ccu_gate(hw);
in ccu_gate_is_enabled()
78
struct
ccu_gate
*cg = hw_to_ccu_gate(hw);
in ccu_gate_recalc_rate()
90
struct
ccu_gate
*cg = hw_to_ccu_gate(hw);
in ccu_gate_round_rate()
H
A
D
ccu-sun8i-a83t.c
15
#include "
ccu_gate
.h"
476
static struct
ccu_gate
usb_hsic_12m_clk = {
Completed in 4 milliseconds