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()
832 if (!IS_ERR(phy->refclk)) { in ti_pipe3_probe()
833 clk_prepare_enable(phy->refclk); in ti_pipe3_probe()
855 clk_disable_unprepare(phy->refclk); in ti_pipe3_remove()
867 if (!IS_ERR(phy->refclk)) { in ti_pipe3_enable_clocks()
868 ret = clk_prepare_enable(phy->refclk); in ti_pipe3_enable_clocks()
898 if (!IS_ERR(phy->refclk)) in ti_pipe3_enable_clocks()
899 clk_disable_unprepare(phy->refclk); in ti_pipe3_enable_clocks()
908 if (!IS_ERR(phy->refclk)) in ti_pipe3_disable_clocks()
909 clk_disable_unprepare(phy->refclk); in ti_pipe3_disable_clocks()