Lines Matching refs:wkupclk
132 struct clk *wkupclk; member
459 phy->wkupclk = devm_clk_get(dev, "wkupclk"); in ti_pipe3_get_clk()
460 if (IS_ERR(phy->wkupclk)) { in ti_pipe3_get_clk()
462 return PTR_ERR(phy->wkupclk); in ti_pipe3_get_clk()
465 phy->wkupclk = ERR_PTR(-ENODEV); in ti_pipe3_get_clk()
713 if (!IS_ERR(phy->wkupclk)) { in ti_pipe3_enable_clocks()
714 ret = clk_prepare_enable(phy->wkupclk); in ti_pipe3_enable_clocks()
732 if (!IS_ERR(phy->wkupclk)) in ti_pipe3_enable_clocks()
733 clk_disable_unprepare(phy->wkupclk); in ti_pipe3_enable_clocks()
744 if (!IS_ERR(phy->wkupclk)) in ti_pipe3_disable_clocks()
745 clk_disable_unprepare(phy->wkupclk); in ti_pipe3_disable_clocks()