Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/mfd/
Darizona-core.c43 arizona->clk32k_ref++; in arizona_clk32k_enable()
45 if (arizona->clk32k_ref == 1) { in arizona_clk32k_enable()
71 arizona->clk32k_ref--; in arizona_clk32k_enable()
83 WARN_ON(arizona->clk32k_ref <= 0); in arizona_clk32k_disable()
85 arizona->clk32k_ref--; in arizona_clk32k_disable()
87 if (arizona->clk32k_ref == 0) { in arizona_clk32k_disable()
/linux-5.19.10/include/linux/mfd/arizona/
Dcore.h144 int clk32k_ref; member