Lines Matching refs:refclk
171 struct clk *refclk; member
607 phy->refclk = devm_clk_get(dev, "refclk"); in ti_pipe3_get_clk()
608 if (IS_ERR(phy->refclk)) { in ti_pipe3_get_clk()
614 return PTR_ERR(phy->refclk); in ti_pipe3_get_clk()
825 if (!IS_ERR(phy->refclk)) { in ti_pipe3_probe()
826 clk_prepare_enable(phy->refclk); in ti_pipe3_probe()
848 clk_disable_unprepare(phy->refclk); in ti_pipe3_remove()
860 if (!IS_ERR(phy->refclk)) { in ti_pipe3_enable_clocks()
861 ret = clk_prepare_enable(phy->refclk); in ti_pipe3_enable_clocks()
891 if (!IS_ERR(phy->refclk)) in ti_pipe3_enable_clocks()
892 clk_disable_unprepare(phy->refclk); in ti_pipe3_enable_clocks()
901 if (!IS_ERR(phy->refclk)) in ti_pipe3_disable_clocks()
902 clk_disable_unprepare(phy->refclk); in ti_pipe3_disable_clocks()