Lines Matching refs:clk_rpm

35 	static struct clk_rpm _platform##_##_active;			      \
36 static struct clk_rpm _platform##_##_name = { \
47 static struct clk_rpm _platform##_##_active = { \
61 static struct clk_rpm _platform##_##_name = { \
73 static struct clk_rpm _platform##_##_name = { \
85 static struct clk_rpm _platform##_##_active; \
86 static struct clk_rpm _platform##_##_name = { \
99 static struct clk_rpm _platform##_##_active = { \
113 static struct clk_rpm _platform##_##_active; \
114 static struct clk_rpm _platform##_##_name = { \
126 static struct clk_rpm _platform##_##_active = { \
140 #define to_clk_rpm(_hw) container_of(_hw, struct clk_rpm, hw)
144 struct clk_rpm { struct
151 struct clk_rpm *peer; argument
159 struct clk_rpm **clks; argument
166 struct clk_rpm **clks;
172 static int clk_rpm_handoff(struct clk_rpm *r) in clk_rpm_handoff()
197 static int clk_rpm_set_rate_active(struct clk_rpm *r, unsigned long rate) in clk_rpm_set_rate_active()
205 static int clk_rpm_set_rate_sleep(struct clk_rpm *r, unsigned long rate) in clk_rpm_set_rate_sleep()
213 static void to_active_sleep(struct clk_rpm *r, unsigned long rate, in to_active_sleep()
230 struct clk_rpm *r = to_clk_rpm(hw); in clk_rpm_prepare()
231 struct clk_rpm *peer = r->peer; in clk_rpm_prepare()
279 struct clk_rpm *r = to_clk_rpm(hw); in clk_rpm_unprepare()
280 struct clk_rpm *peer = r->peer; in clk_rpm_unprepare()
313 struct clk_rpm *r = to_clk_rpm(hw); in clk_rpm_xo_prepare()
334 struct clk_rpm *r = to_clk_rpm(hw); in clk_rpm_xo_unprepare()
353 struct clk_rpm *r = to_clk_rpm(hw); in clk_rpm_fixed_prepare()
367 struct clk_rpm *r = to_clk_rpm(hw); in clk_rpm_fixed_unprepare()
380 struct clk_rpm *r = to_clk_rpm(hw); in clk_rpm_set_rate()
381 struct clk_rpm *peer = r->peer; in clk_rpm_set_rate()
431 struct clk_rpm *r = to_clk_rpm(hw); in clk_rpm_recalc_rate()
480 static struct clk_rpm *msm8660_clks[] = {
523 static struct clk_rpm *apq8064_clks[] = {
582 struct clk_rpm **rpm_clks; in rpm_clk_probe()