Searched refs:unprepare_unused (Results 1 – 2 of 2) sorted by relevance
273 void (*unprepare_unused)(struct clk_hw *hw); member
1531 if (core->ops->unprepare_unused) in clk_unprepare_unused_subtree()1532 core->ops->unprepare_unused(core->hw); in clk_unprepare_unused_subtree()