Home
last modified time | relevance | path

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

/linux/drivers/clk/
H A Dclk.c2091 bool becomes_orphan = new_parent->orphan; in clk_reparent() local
2099 if (was_orphan != becomes_orphan) in clk_reparent()
2100 clk_core_update_orphan_status(core, becomes_orphan); in clk_reparent()