Home | History | Annotate | Download | only in nxp

Lines Matching defs:clkp_parent

90 	struct clk *clkp_parent;
95 clkp_parent = clk_get_parent(clkp);
96 if (clkp_parent == NULL) {
101 return clk_get_rate(clkp_parent);
109 struct clk *clkp_parent;
112 clkp_parent = clk_get_parent(clkp);
113 if (clkp_parent == NULL) {
117 return clk_set_rate(clkp_parent, rate);
131 struct clk *clkp_parent;
134 clkp_parent = clk_get_parent(clkp);
135 if (clkp_parent == NULL) {
139 return clk_round_rate(clkp_parent, rate);
153 struct clk *clkp_parent;
156 clkp_parent = clk_get_parent(clkp);
157 if (clkp_parent != NULL) {
158 error = clk_enable(clkp_parent);
184 struct clk *clkp_parent)
192 return clk->set_parent(sc, clk, clkp_parent->name);
277 struct clk *clkp_parent;
286 clkp_parent = clk_get_parent(&clk->base);
304 clkp_parent ? "<-" : "",
305 clkp_parent ? clkp_parent->name : "",