Searched refs:clk_is_enabled_no_lock (Results 1 – 1 of 1) sorted by relevance
132 static bool clk_is_enabled_no_lock(struct clk *clk) in clk_is_enabled_no_lock() function139 return clk_is_enabled_no_lock(clk); in clk_is_enabled()255 if (clk->flags & CLK_SET_RATE_GATE && clk_is_enabled_no_lock(clk)) in clk_set_rate()296 was_enabled = clk_is_enabled_no_lock(clk); in clk_set_parent_no_lock()342 if (clk->flags & CLK_SET_PARENT_GATE && clk_is_enabled_no_lock(clk)) { in clk_set_parent()