Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/mfd/
Dt7l66xb.c64 struct clk *clk48m; member
268 clk_disable_unprepare(t7l66xb->clk48m); in t7l66xb_suspend()
279 ret = clk_prepare_enable(t7l66xb->clk48m); in t7l66xb_resume()
334 t7l66xb->clk48m = clk_get(&dev->dev, "CLK_CK48M"); in t7l66xb_probe()
335 if (IS_ERR(t7l66xb->clk48m)) { in t7l66xb_probe()
336 ret = PTR_ERR(t7l66xb->clk48m); in t7l66xb_probe()
356 ret = clk_prepare_enable(t7l66xb->clk48m); in t7l66xb_probe()
383 clk_disable_unprepare(t7l66xb->clk48m); in t7l66xb_probe()
389 clk_put(t7l66xb->clk48m); in t7l66xb_probe()
405 clk_disable_unprepare(t7l66xb->clk48m); in t7l66xb_remove()
[all …]