Lines Matching defs:reg_clk
198 xhci->reg_clk = devm_clk_get_optional(&pdev->dev, "reg");
199 if (IS_ERR(xhci->reg_clk)) {
200 ret = PTR_ERR(xhci->reg_clk);
220 ret = clk_prepare_enable(xhci->reg_clk);
350 clk_disable_unprepare(xhci->reg_clk);
410 struct clk *reg_clk = xhci->reg_clk;
429 clk_disable_unprepare(reg_clk);
461 clk_disable_unprepare(xhci->reg_clk);
478 ret = clk_prepare_enable(xhci->reg_clk);
502 clk_disable_unprepare(xhci->reg_clk);