Lines Matching refs:orphan
78 bool orphan;
426 /* if not found, then search the orphan tree */
531 * Orphan it and let clk_reparent() update the orphan status
1829 * Update the orphan status of @core and all its children.
1835 core->orphan = is_orphan;
1843 bool was_orphan = core->orphan;
1848 bool becomes_orphan = new_parent->orphan;
3495 struct clk_core *orphan;
3499 * walk the list of orphan clocks and reparent any that newly finds a
3502 hlist_for_each_entry_safe(orphan, tmp2, &clk_orphan_list, child_node) {
3503 struct clk_core *parent = __clk_init_parent(orphan);
3507 * to properly migrate any prepare/enable count of the orphan
3513 __clk_set_parent_before(orphan, parent);
3514 __clk_set_parent_after(orphan, parent, NULL);
3515 __clk_recalc_accuracies(orphan);
3516 __clk_recalc_rates(orphan, 0);
3521 * is an orphan when it's registered.
3529 orphan->req_rate = orphan->rate;
3629 * parent has not yet been clk_core_init'd then place clk in the orphan
3633 * Every time a new clk is clk_init'd then we walk the list of orphan
3639 core->orphan = parent->orphan;
3642 core->orphan = false;
3645 core->orphan = true;
3698 * don't get accidentally disabled when walking the orphan tree and
4206 /* Reparent all children to the orphan list. */