Lines Matching refs:orphan
73 bool orphan;
331 /* if not found, then search the orphan tree */
442 * Orphan it and let clk_reparent() update the orphan status
1971 * Update the orphan status of @core and all its children.
1977 core->orphan = is_orphan;
1985 bool was_orphan = core->orphan;
1990 bool becomes_orphan = new_parent->orphan;
3694 struct clk_core *orphan;
3698 * walk the list of orphan clocks and reparent any that newly finds a
3701 hlist_for_each_entry_safe(orphan, tmp2, &clk_orphan_list, child_node) {
3702 struct clk_core *parent = __clk_init_parent(orphan);
3706 * properly migrate any prepare/enable count of the orphan
3712 __clk_set_parent_before(orphan, parent);
3713 __clk_set_parent_after(orphan, parent, NULL);
3714 __clk_recalc_accuracies(orphan);
3715 __clk_recalc_rates(orphan, true, 0);
3720 * is an orphan when it's registered.
3728 orphan->req_rate = orphan->rate;
3832 * parent has not yet been clk_core_init'd then place clk in the orphan
3836 * Every time a new clk is clk_init'd then we walk the list of orphan
3842 core->orphan = parent->orphan;
3845 core->orphan = false;
3848 core->orphan = true;
3901 * don't get accidentally disabled when walking the orphan tree and
4430 /* Reparent all children to the orphan list. */