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:mtk_clk_gate
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/drivers/clk/mediatek/
H
A
D
clk-gate.c
17
struct
mtk_clk_gate
{
struct
26
static inline struct
mtk_clk_gate
*to_mtk_clk_gate(struct clk_hw *hw)
in to_mtk_clk_gate()
28
return container_of(hw, struct
mtk_clk_gate
, hw);
in to_mtk_clk_gate()
33
struct
mtk_clk_gate
*cg = to_mtk_clk_gate(hw);
in mtk_get_clockgating()
53
struct
mtk_clk_gate
*cg = to_mtk_clk_gate(hw);
in mtk_cg_set_bit()
60
struct
mtk_clk_gate
*cg = to_mtk_clk_gate(hw);
in mtk_cg_clr_bit()
67
struct
mtk_clk_gate
*cg = to_mtk_clk_gate(hw);
in mtk_cg_set_bit_no_setclr()
74
struct
mtk_clk_gate
*cg = to_mtk_clk_gate(hw);
in mtk_cg_clr_bit_no_setclr()
162
struct
mtk_clk_gate
*cg;
in mtk_clk_register_gate()
195
struct
mtk_clk_gate
*c
in mtk_clk_unregister_gate()
[all...]
/kernel/linux/linux-5.10/drivers/clk/mediatek/
H
A
D
clk-gate.c
20
struct
mtk_clk_gate
*cg = to_mtk_clk_gate(hw);
in mtk_cg_bit_is_cleared()
32
struct
mtk_clk_gate
*cg = to_mtk_clk_gate(hw);
in mtk_cg_bit_is_set()
44
struct
mtk_clk_gate
*cg = to_mtk_clk_gate(hw);
in mtk_cg_set_bit()
51
struct
mtk_clk_gate
*cg = to_mtk_clk_gate(hw);
in mtk_cg_clr_bit()
58
struct
mtk_clk_gate
*cg = to_mtk_clk_gate(hw);
in mtk_cg_set_bit_no_setclr()
66
struct
mtk_clk_gate
*cg = to_mtk_clk_gate(hw);
in mtk_cg_clr_bit_no_setclr()
156
struct
mtk_clk_gate
*cg;
in mtk_clk_register_gate()
H
A
D
clk-gate.h
15
struct
mtk_clk_gate
{
struct
24
static inline struct
mtk_clk_gate
*to_mtk_clk_gate(struct clk_hw *hw)
in to_mtk_clk_gate()
26
return container_of(hw, struct
mtk_clk_gate
, hw);
in to_mtk_clk_gate()
Completed in 1 milliseconds