Lines Matching full:clk48m
64 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()
402 clk_disable_unprepare(t7l66xb->clk48m); in t7l66xb_remove()
403 clk_put(t7l66xb->clk48m); in t7l66xb_remove()