Lines Matching refs:clk32k
24 struct clk *clk32k;
51 clk_disable_unprepare(tc6387xb->clk32k);
61 clk_prepare_enable(tc6387xb->clk32k);
96 clk_prepare_enable(tc6387xb->clk32k);
108 clk_disable_unprepare(tc6387xb->clk32k);
137 struct clk *clk32k;
155 clk32k = clk_get(&dev->dev, "CLK_CK32K");
156 if (IS_ERR(clk32k)) {
157 ret = PTR_ERR(clk32k);
177 tc6387xb->clk32k = clk32k;
195 clk_put(clk32k);
209 clk_disable_unprepare(tc6387xb->clk32k);
210 clk_put(tc6387xb->clk32k);