Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/clk/qcom/
Dclk-rpmh.c51 struct clk_rpmh { struct
63 struct clk_rpmh *peer; argument
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 *c, u32 state) in has_state_changed()
146 static int clk_rpmh_send(struct clk_rpmh *c, enum rpmh_state state, in clk_rpmh_send()
[all …]