Home
last modified time | relevance | path

Searched refs:becomes_orphan (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/clk/
H A Dclk.c1848 bool becomes_orphan = new_parent->orphan; in clk_reparent() local
1856 if (was_orphan != becomes_orphan) in clk_reparent()
1857 clk_core_update_orphan_status(core, becomes_orphan); in clk_reparent()
/kernel/linux/linux-6.6/drivers/clk/
H A Dclk.c1990 bool becomes_orphan = new_parent->orphan; in clk_reparent() local
1998 if (was_orphan != becomes_orphan) in clk_reparent()
1999 clk_core_update_orphan_status(core, becomes_orphan); in clk_reparent()

Completed in 13 milliseconds