Lines Matching refs:clk_rpm
27 static struct clk_rpm _platform##_##_active; \
28 static struct clk_rpm _platform##_##_name = { \
39 static struct clk_rpm _platform##_##_active = { \
53 static struct clk_rpm _platform##_##_name = { \
65 static struct clk_rpm _platform##_##_name = { \
77 static struct clk_rpm _platform##_##_active; \
78 static struct clk_rpm _platform##_##_name = { \
91 static struct clk_rpm _platform##_##_active = { \
105 static struct clk_rpm _platform##_##_active; \
106 static struct clk_rpm _platform##_##_name = { \
118 static struct clk_rpm _platform##_##_active = { \
132 #define to_clk_rpm(_hw) container_of(_hw, struct clk_rpm, hw)
136 struct clk_rpm { struct
143 struct clk_rpm *peer; argument
151 struct clk_rpm **clks; argument
158 struct clk_rpm **clks;
164 static int clk_rpm_handoff(struct clk_rpm *r) in clk_rpm_handoff()
189 static int clk_rpm_set_rate_active(struct clk_rpm *r, unsigned long rate) in clk_rpm_set_rate_active()
197 static int clk_rpm_set_rate_sleep(struct clk_rpm *r, unsigned long rate) in clk_rpm_set_rate_sleep()
205 static void to_active_sleep(struct clk_rpm *r, unsigned long rate, in to_active_sleep()
222 struct clk_rpm *r = to_clk_rpm(hw); in clk_rpm_prepare()
223 struct clk_rpm *peer = r->peer; in clk_rpm_prepare()
271 struct clk_rpm *r = to_clk_rpm(hw); in clk_rpm_unprepare()
272 struct clk_rpm *peer = r->peer; in clk_rpm_unprepare()
305 struct clk_rpm *r = to_clk_rpm(hw); in clk_rpm_xo_prepare()
326 struct clk_rpm *r = to_clk_rpm(hw); in clk_rpm_xo_unprepare()
345 struct clk_rpm *r = to_clk_rpm(hw); in clk_rpm_fixed_prepare()
359 struct clk_rpm *r = to_clk_rpm(hw); in clk_rpm_fixed_unprepare()
372 struct clk_rpm *r = to_clk_rpm(hw); in clk_rpm_set_rate()
373 struct clk_rpm *peer = r->peer; in clk_rpm_set_rate()
423 struct clk_rpm *r = to_clk_rpm(hw); in clk_rpm_recalc_rate()
472 static struct clk_rpm *msm8660_clks[] = {
515 static struct clk_rpm *apq8064_clks[] = {
556 static struct clk_rpm *ipq806x_clks[] = {
609 struct clk_rpm **rpm_clks; in rpm_clk_probe()