Lines Matching defs:parent
54 struct clk_core *parent; member
628 struct clk_core *parent; in clk_get_parent_by_index() local
807 struct clk_core *core = hw->core, *parent, *best_parent = NULL; in clk_mux_determine_rate_flags() local
1133 struct clk_core *parent; in clk_core_round_rate_nolock() local
1405 struct clk_core *parent) in clk_fetch_parent_index()
1455 struct clk_core *parent) in __clk_set_parent_before()
1494 struct clk_core *parent, in __clk_set_parent_after()
1512 static int __clk_set_parent(struct clk_core *clk, struct clk_core *parent, in __clk_set_parent()
1623 struct clk_core *old_parent, *parent; in clk_calc_new_rates() local
1962 struct clk *parent; in clk_get_parent() local
2042 bool clk_has_parent(struct clk *clk, struct clk *parent) in clk_has_parent()
2066 static int clk_core_set_parent(struct clk_core *clk, struct clk_core *parent) in clk_core_set_parent()
2146 int clk_set_parent(struct clk *clk, struct clk *parent) in clk_set_parent()
3136 struct clock_provider *parent = in of_clk_init() local