Searched refs:clk32k (Results 1 – 7 of 7) sorted by relevance
/drivers/mfd/ |
D | tc6387xb.c | 28 struct clk *clk32k; member 55 clk_disable_unprepare(tc6387xb->clk32k); in tc6387xb_suspend() 65 clk_prepare_enable(tc6387xb->clk32k); in tc6387xb_resume() 103 clk_prepare_enable(tc6387xb->clk32k); in tc6387xb_mmc_enable() 116 clk_disable_unprepare(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 91 ret = clk_prepare_enable(t7l66xb->clk32k); in t7l66xb_mmc_enable() 124 clk_disable_unprepare(t7l66xb->clk32k); in t7l66xb_mmc_disable() 343 t7l66xb->clk32k = clk_get(&dev->dev, "CLK_CK32K"); in t7l66xb_probe() 344 if (IS_ERR(t7l66xb->clk32k)) { in t7l66xb_probe() 345 ret = PTR_ERR(t7l66xb->clk32k); in t7l66xb_probe() 406 clk_put(t7l66xb->clk32k); in t7l66xb_probe() 422 clk_disable_unprepare(t7l66xb->clk32k); in t7l66xb_remove() 423 clk_put(t7l66xb->clk32k); in t7l66xb_remove()
|
D | twl6040.c | 298 ret = clk_prepare_enable(twl6040->clk32k); in twl6040_power() 311 clk_disable_unprepare(twl6040->clk32k); in twl6040_power() 319 clk_disable_unprepare(twl6040->clk32k); in twl6040_power() 376 clk_disable_unprepare(twl6040->clk32k); in twl6040_power() 679 twl6040->clk32k = devm_clk_get(&client->dev, "clk32k"); in twl6040_probe() 680 if (IS_ERR(twl6040->clk32k)) { in twl6040_probe() 681 if (PTR_ERR(twl6040->clk32k) == -EPROBE_DEFER) in twl6040_probe() 684 twl6040->clk32k = NULL; in twl6040_probe()
|
/drivers/clocksource/ |
D | timer-atmel-st.c | 100 static struct clocksource clk32k = { variable 261 return clocksource_register_hz(&clk32k, sclk_rate); in atmel_st_timer_init()
|
/drivers/clk/mxs/ |
D | clk-imx23.c | 91 clk32k, dri, pwm, filt, uart, ssp, gpmi, spdif, emi, saif, enumerator 146 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),
|