Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/clk/
Dclk.c82 unsigned int protect_count; member
284 return core->protect_count; in clk_core_rate_is_protected()
906 if (WARN(core->protect_count == 0, in clk_core_rate_unprotect()
910 if (--core->protect_count > 0) in clk_core_rate_unprotect()
925 if (core->protect_count == 0) in clk_core_rate_nuke_protect()
928 ret = core->protect_count; in clk_core_rate_nuke_protect()
929 core->protect_count = 1; in clk_core_rate_nuke_protect()
981 if (core->protect_count == 0) in clk_core_rate_protect()
984 core->protect_count++; in clk_core_rate_protect()
998 core->protect_count = count; in clk_core_rate_restore_protect()
[all …]