Searched refs:tv_dac_clk (Results 1 – 4 of 4) sorted by relevance
292 struct clk *tv_dac_clk; member714 venc.tv_dac_clk = clk; in venc_get_clocks()933 if (venc.tv_dac_clk) in venc_runtime_suspend()934 clk_disable_unprepare(venc.tv_dac_clk); in venc_runtime_suspend()949 if (venc.tv_dac_clk) in venc_runtime_resume()950 clk_prepare_enable(venc.tv_dac_clk); in venc_runtime_resume()
298 struct clk *tv_dac_clk; member671 venc->tv_dac_clk = clk; in venc_get_clocks()908 if (venc->tv_dac_clk) in venc_runtime_suspend()909 clk_disable_unprepare(venc->tv_dac_clk); in venc_runtime_suspend()918 if (venc->tv_dac_clk) in venc_runtime_resume()919 clk_prepare_enable(venc->tv_dac_clk); in venc_runtime_resume()
180 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,