Home
last modified time | relevance | path

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

/optee_os/core/drivers/clk/
H A Dclk.c132 static bool clk_is_enabled_no_lock(struct clk *clk) in clk_is_enabled_no_lock() function
139 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()