Searched refs:tv_dac_clk (Results 1 – 4 of 4) sorted by relevance
249 struct clk *tv_dac_clk; member674 venc.tv_dac_clk = clk; in venc_get_clocks()893 if (venc.tv_dac_clk) in venc_runtime_suspend()894 clk_disable_unprepare(venc.tv_dac_clk); in venc_runtime_suspend()909 if (venc.tv_dac_clk) in venc_runtime_resume()910 clk_prepare_enable(venc.tv_dac_clk); in venc_runtime_resume()
255 struct clk *tv_dac_clk; member528 venc->tv_dac_clk = clk; in venc_get_clocks()887 if (venc->tv_dac_clk) in venc_runtime_suspend()888 clk_disable_unprepare(venc->tv_dac_clk); in venc_runtime_suspend()897 if (venc->tv_dac_clk) in venc_runtime_resume()898 clk_prepare_enable(venc->tv_dac_clk); in venc_runtime_resume()
234 clock-names = "fck", "tv_dac_clk";
1472 static struct clk_branch tv_dac_clk = { variable2694 [TV_DAC_CLK] = &tv_dac_clk.clkr,2870 [TV_DAC_CLK] = &tv_dac_clk.clkr,