Searched refs:clk32k (Results 1 – 6 of 6) sorted by relevance
/drivers/mfd/ |
D | tc6387xb.c | 28 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 163 clk32k = clk_get(&dev->dev, "CLK_CK32K"); in tc6387xb_probe() 164 if (IS_ERR(clk32k)) { in tc6387xb_probe() 165 ret = PTR_ERR(clk32k); in tc6387xb_probe() 185 tc6387xb->clk32k = clk32k; in tc6387xb_probe() [all …]
|
D | t7l66xb.c | 76 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()
|
D | twl6040.c | 298 clk_prepare_enable(twl6040->clk32k); in twl6040_power() 356 clk_disable_unprepare(twl6040->clk32k); in twl6040_power() 652 twl6040->clk32k = devm_clk_get(&client->dev, "clk32k"); in twl6040_probe() 653 if (IS_ERR(twl6040->clk32k)) { in twl6040_probe() 655 twl6040->clk32k = NULL; in twl6040_probe()
|
/drivers/clk/mxs/ |
D | clk-imx23.c | 92 clk32k, dri, pwm, filt, uart, ssp, gpmi, spdif, emi, saif, enumerator 147 clks[clk32k] = mxs_clk_gate("clk32k", "clk32k_div", XTAL, 26); in mx23_clocks_init()
|
D | clk-imx28.c | 145 clk32k_div, rtc, lradc, spdif_div, clk32k, pwm, uart, ssp0, enumerator 216 clks[clk32k] = mxs_clk_gate("clk32k", "clk32k_div", XTAL, 26); in mx28_clocks_init()
|
/drivers/pinctrl/ |
D | pinctrl-as3722.c | 151 FUNCTION_GROUP(clk32k-out, CLK32K_OUT),
|