Lines Matching refs:wkupclk
169 struct clk *wkupclk; member
618 phy->wkupclk = devm_clk_get(dev, "wkupclk"); in ti_pipe3_get_clk()
619 if (IS_ERR(phy->wkupclk)) { in ti_pipe3_get_clk()
621 return PTR_ERR(phy->wkupclk); in ti_pipe3_get_clk()
624 phy->wkupclk = ERR_PTR(-ENODEV); in ti_pipe3_get_clk()
868 if (!IS_ERR(phy->wkupclk)) { in ti_pipe3_enable_clocks()
869 ret = clk_prepare_enable(phy->wkupclk); in ti_pipe3_enable_clocks()
887 if (!IS_ERR(phy->wkupclk)) in ti_pipe3_enable_clocks()
888 clk_disable_unprepare(phy->wkupclk); in ti_pipe3_enable_clocks()
899 if (!IS_ERR(phy->wkupclk)) in ti_pipe3_disable_clocks()
900 clk_disable_unprepare(phy->wkupclk); in ti_pipe3_disable_clocks()