Home
last modified time | relevance | path

Searched refs:clk_rpmh (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/clk/qcom/
H A Dclk-rpmh.c37 * 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 Dclk-rpmh.c36 * 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