Lines Matching defs:parent
49 struct clk_core *parent; member
365 struct clk_core *parent; in clk_hw_get_parent_by_index() local
457 struct clk_core *core = hw->core, *parent, *best_parent = NULL; in clk_mux_determine_rate_flags() local
788 struct clk_core *parent; in clk_core_round_rate_nolock() local
1066 struct clk_core *parent) in clk_fetch_parent_index()
1138 struct clk_core *parent) in __clk_set_parent_before()
1177 struct clk_core *parent, in __clk_set_parent_after()
1195 static int __clk_set_parent(struct clk_core *core, struct clk_core *parent, in __clk_set_parent()
1298 struct clk_core *old_parent, *parent; in clk_calc_new_rates() local
1648 struct clk *parent; in clk_get_parent() local
1740 bool clk_has_parent(struct clk *clk, struct clk *parent) in clk_has_parent()
1764 static int clk_core_set_parent(struct clk_core *core, struct clk_core *parent) in clk_core_set_parent()
1844 int clk_set_parent(struct clk *clk, struct clk *parent) in clk_set_parent()
3198 struct clock_provider *parent; in of_clk_init() local