Lines Matching full:phy_clk
74 struct clk *phy_clk; member
449 struct clk *phy_clk; in am35x_probe() local
458 phy_clk = clk_get(&pdev->dev, "fck"); in am35x_probe()
459 if (IS_ERR(phy_clk)) { in am35x_probe()
461 ret = PTR_ERR(phy_clk); in am35x_probe()
472 ret = clk_enable(phy_clk); in am35x_probe()
485 glue->phy_clk = phy_clk; in am35x_probe()
522 clk_disable(phy_clk); in am35x_probe()
528 clk_put(phy_clk); in am35x_probe()
544 clk_disable(glue->phy_clk); in am35x_remove()
546 clk_put(glue->phy_clk); in am35x_remove()
563 clk_disable(glue->phy_clk); in am35x_suspend()
580 ret = clk_enable(glue->phy_clk); in am35x_resume()