Home | History | Annotate | Download | only in amlogic

Lines Matching defs:clkp_parent

153 	struct clk *clkp_parent;
158 clkp_parent = clk_get_parent(clkp);
159 if (clkp_parent == NULL) {
164 return clk_get_rate(clkp_parent);
172 struct clk *clkp_parent;
175 clkp_parent = clk_get_parent(clkp);
176 if (clkp_parent == NULL) {
180 return clk_set_rate(clkp_parent, rate);
194 struct clk *clkp_parent;
197 clkp_parent = clk_get_parent(clkp);
198 if (clkp_parent == NULL) {
202 return clk_round_rate(clkp_parent, rate);
216 struct clk *clkp_parent;
219 clkp_parent = clk_get_parent(clkp);
220 if (clkp_parent != NULL) {
221 error = clk_enable(clkp_parent);
247 struct clk *clkp_parent)
255 return clk->set_parent(sc, clk, clkp_parent->name);
332 struct clk *clkp_parent;
341 clkp_parent = clk_get_parent(&clk->base);
358 clkp_parent ? "<-" : "",
359 clkp_parent ? clkp_parent->name : "",