Home
last modified time | relevance | path

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

/drivers/mfd/
Dtc6387xb.c28 struct clk *clk32k; member
55 clk_disable(tc6387xb->clk32k); in tc6387xb_suspend()
65 clk_enable(tc6387xb->clk32k); in tc6387xb_resume()
103 clk_enable(tc6387xb->clk32k); in tc6387xb_mmc_enable()
116 clk_disable(tc6387xb->clk32k); in tc6387xb_mmc_disable()
145 struct clk *clk32k; in tc6387xb_probe() local
164 clk32k = clk_get(&dev->dev, "CLK_CK32K"); in tc6387xb_probe()
165 if (IS_ERR(clk32k)) { in tc6387xb_probe()
166 ret = PTR_ERR(clk32k); in tc6387xb_probe()
186 tc6387xb->clk32k = clk32k; in tc6387xb_probe()
[all …]
Dt7l66xb.c76 struct clk *clk32k; member
90 clk_enable(t7l66xb->clk32k); in t7l66xb_mmc_enable()
121 clk_disable(t7l66xb->clk32k); in t7l66xb_mmc_disable()
344 t7l66xb->clk32k = clk_get(&dev->dev, "CLK_CK32K"); in t7l66xb_probe()
345 if (IS_ERR(t7l66xb->clk32k)) { in t7l66xb_probe()
346 ret = PTR_ERR(t7l66xb->clk32k); in t7l66xb_probe()
403 clk_put(t7l66xb->clk32k); in t7l66xb_probe()
419 clk_disable(t7l66xb->clk32k); in t7l66xb_remove()
420 clk_put(t7l66xb->clk32k); in t7l66xb_remove()