Home
last modified time | relevance | path

Searched refs:tvd_clk (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpu/drm/mediatek/
H A Dmtk_dpi.c76 struct clk *tvd_clk; member
513 clk_disable_unprepare(dpi->tvd_clk); in mtk_dpi_power_off()
530 ret = clk_prepare_enable(dpi->tvd_clk); in mtk_dpi_power_on()
545 clk_disable_unprepare(dpi->tvd_clk); in mtk_dpi_power_on()
579 clk_set_rate(dpi->tvd_clk, pll_rate); in mtk_dpi_set_pixel_clk()
580 pll_rate = clk_get_rate(dpi->tvd_clk); in mtk_dpi_set_pixel_clk()
1299 dpi->tvd_clk = devm_clk_get(dev, "pll"); in mtk_dpi_probe()
1300 if (IS_ERR(dpi->tvd_clk)) in mtk_dpi_probe()
1301 return dev_err_probe(dev, PTR_ERR(dpi->tvd_clk), in mtk_dpi_probe()
/linux/drivers/clk/sunxi-ng/
H A Dccu-suniv-f1c100s.c302 static SUNXI_CCU_M_WITH_MUX_GATE(tvd_clk, "tvd", tvd_parents,
379 &tvd_clk.common,
471 [CLK_TVD] = &tvd_clk.common.hw,
H A Dccu-sun20i-d1.c786 static SUNXI_CCU_M_DATA_WITH_MUX_GATE(tvd_clk, "tvd", tvd_parents, 0xbc0,
1060 &tvd_clk.common,
1212 [CLK_TVD] = &tvd_clk.common.hw,