Lines Matching refs:clk_rpmh
35 struct clk_rpmh { struct
46 struct clk_rpmh *peer; argument
58 static struct clk_rpmh _platform##_##_name_active; \
59 static struct clk_rpmh _platform##_##_name = { \
75 static struct clk_rpmh _platform##_##_name_active = { \
101 static inline struct clk_rpmh *to_clk_rpmh(struct clk_hw *_hw) in to_clk_rpmh()
103 return container_of(_hw, struct clk_rpmh, hw); in to_clk_rpmh()
106 static inline bool has_state_changed(struct clk_rpmh *c, u32 state) in has_state_changed()
112 static int clk_rpmh_send_aggregate_command(struct clk_rpmh *c) in clk_rpmh_send_aggregate_command()
148 static int clk_rpmh_aggregate_state_send_command(struct clk_rpmh *c, in clk_rpmh_aggregate_state_send_command()
177 struct clk_rpmh *c = to_clk_rpmh(hw); in clk_rpmh_prepare()
189 struct clk_rpmh *c = to_clk_rpmh(hw); in clk_rpmh_unprepare()
199 struct clk_rpmh *r = to_clk_rpmh(hw); in clk_rpmh_recalc_rate()
258 struct clk_rpmh *rpmh_clk; in clk_rpmh_probe()