Searched refs:clk_is_enabled_no_lock (Results 1 – 1 of 1) sorted by relevance
109 static bool clk_is_enabled_no_lock(struct clk *clk) in clk_is_enabled_no_lock() function116 return clk_is_enabled_no_lock(clk); in clk_is_enabled()217 if (clk->flags & CLK_SET_RATE_GATE && clk_is_enabled_no_lock(clk)) in clk_set_rate()258 was_enabled = clk_is_enabled_no_lock(clk); in clk_set_parent_no_lock()293 if (clk->flags & CLK_SET_PARENT_GATE && clk_is_enabled_no_lock(clk)) { in clk_set_parent()
Completed in 2 milliseconds