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:clk_rpmh
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/clk/qcom/
H
A
D
clk-rpmh.c
37
* struct
clk_rpmh
- individual rpmh clock data structure
51
struct
clk_rpmh
{
struct
63
struct
clk_rpmh
*peer;
75
static struct
clk_rpmh
_platform##_##_name_active; \
76
static struct
clk_rpmh
_platform##_##_name = { \
95
static struct
clk_rpmh
_platform##_##_name_active = { \
125
static struct
clk_rpmh
_platform##_##_name = { \
135
static inline struct
clk_rpmh
*to_clk_rpmh(struct clk_hw *_hw)
in to_clk_rpmh()
137
return container_of(_hw, struct
clk_rpmh
, hw);
in to_clk_rpmh()
140
static inline bool has_state_changed(struct
clk_rpmh
*
[all...]
/kernel/linux/linux-6.6/drivers/clk/qcom/
H
A
D
clk-rpmh.c
36
* struct
clk_rpmh
- individual rpmh clock data structure
50
struct
clk_rpmh
{
struct
62
struct
clk_rpmh
*peer;
74
static struct
clk_rpmh
clk_rpmh_##_clk_name##_ao; \
75
static struct
clk_rpmh
clk_rpmh_##_clk_name = { \
94
static struct
clk_rpmh
clk_rpmh_##_clk_name##_ao= { \
122
static struct
clk_rpmh
clk_rpmh_##_name = { \
132
static inline struct
clk_rpmh
*to_clk_rpmh(struct clk_hw *_hw)
in to_clk_rpmh()
134
return container_of(_hw, struct
clk_rpmh
, hw);
in to_clk_rpmh()
137
static inline bool has_state_changed(struct
clk_rpmh
*
[all...]
Completed in 2 milliseconds