Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/mfd/
Darizona-core.c42 arizona->clk32k_ref++; in arizona_clk32k_enable()
44 if (arizona->clk32k_ref == 1) { in arizona_clk32k_enable()
70 arizona->clk32k_ref--; in arizona_clk32k_enable()
82 WARN_ON(arizona->clk32k_ref <= 0); in arizona_clk32k_disable()
84 arizona->clk32k_ref--; in arizona_clk32k_disable()
86 if (arizona->clk32k_ref == 0) { in arizona_clk32k_disable()
/Linux-v6.6/include/linux/mfd/arizona/
Dcore.h144 int clk32k_ref; member