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_lock
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/drivers/clk/sunxi-ng/
H
A
D
ccu_common.c
17
static DEFINE_SPINLOCK(
ccu_lock
);
95
cclk->lock = &
ccu_lock
;
in sunxi_ccu_probe()
129
reset->lock = &
ccu_lock
;
in sunxi_ccu_probe()
/kernel/linux/linux-5.10/drivers/clk/bcm/
H
A
D
clk-kona.c
142
static inline unsigned long
ccu_lock
(struct ccu_data *ccu)
in ccu_lock()
function
384
flags =
ccu_lock
(ccu);
in is_clk_gate_enabled()
501
flags =
ccu_lock
(ccu);
in clk_gate()
573
flags =
ccu_lock
(ccu);
in divider_read_scaled()
671
flags =
ccu_lock
(ccu);
in divider_write()
852
flags =
ccu_lock
(ccu);
in selector_read_index()
958
flags =
ccu_lock
(ccu);
in selector_write()
1263
flags =
ccu_lock
(ccu);
in kona_ccu_init()
/kernel/linux/linux-6.6/drivers/clk/bcm/
H
A
D
clk-kona.c
134
static inline unsigned long
ccu_lock
(struct ccu_data *ccu)
in ccu_lock()
function
376
flags =
ccu_lock
(ccu);
in is_clk_gate_enabled()
493
flags =
ccu_lock
(ccu);
in clk_gate()
565
flags =
ccu_lock
(ccu);
in divider_read_scaled()
663
flags =
ccu_lock
(ccu);
in divider_write()
844
flags =
ccu_lock
(ccu);
in selector_read_index()
950
flags =
ccu_lock
(ccu);
in selector_write()
1255
flags =
ccu_lock
(ccu);
in kona_ccu_init()
Completed in 5 milliseconds