Searched refs:tv_dac_clk (Results 1 – 4 of 4) sorted by relevance
303 struct clk *tv_dac_clk; member725 venc.tv_dac_clk = clk; in venc_get_clocks()944 if (venc.tv_dac_clk) in venc_runtime_suspend()945 clk_disable_unprepare(venc.tv_dac_clk); in venc_runtime_suspend()960 if (venc.tv_dac_clk) in venc_runtime_resume()961 clk_prepare_enable(venc.tv_dac_clk); in venc_runtime_resume()
332 struct clk *tv_dac_clk; member758 venc->tv_dac_clk = clk; in venc_get_clocks()989 if (venc->tv_dac_clk) in venc_runtime_suspend()990 clk_disable_unprepare(venc->tv_dac_clk); in venc_runtime_suspend()1006 if (venc->tv_dac_clk) in venc_runtime_resume()1007 clk_prepare_enable(venc->tv_dac_clk); in venc_runtime_resume()
152 clock-names = "fck", "tv_dac_clk";
1480 static struct clk_branch tv_dac_clk = { variable2702 [TV_DAC_CLK] = &tv_dac_clk.clkr,2878 [TV_DAC_CLK] = &tv_dac_clk.clkr,