Home | History | Annotate | Download | only in sunxi

Lines Matching defs:clkp_parent

152 	struct clk *clkp_parent;
157 clkp_parent = clk_get_parent(clkp);
158 if (clkp_parent == NULL) {
163 return clk_get_rate(clkp_parent);
171 struct clk *clkp_parent;
174 clkp_parent = clk_get_parent(clkp);
175 if (clkp_parent == NULL) {
179 return clk_set_rate(clkp_parent, rate);
193 struct clk *clkp_parent;
196 clkp_parent = clk_get_parent(clkp);
197 if (clkp_parent == NULL) {
201 return clk_round_rate(clkp_parent, rate);
215 struct clk *clkp_parent;
218 clkp_parent = clk_get_parent(clkp);
219 if (clkp_parent != NULL) {
220 error = clk_enable(clkp_parent);
246 struct clk *clkp_parent)
254 return clk->set_parent(sc, clk, clkp_parent->name);
342 struct clk *clkp_parent;
351 clkp_parent = clk_get_parent(&clk->base);
370 clkp_parent ? "<-" : "",
371 clkp_parent ? clkp_parent->name : "",