Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/mediatek/
H A Dmtk_dpi.c75 struct clk *tvd_clk; member
502 clk_disable_unprepare(dpi->tvd_clk); in mtk_dpi_power_off()
519 ret = clk_prepare_enable(dpi->tvd_clk); in mtk_dpi_power_on()
534 clk_disable_unprepare(dpi->tvd_clk); in mtk_dpi_power_on()
568 clk_set_rate(dpi->tvd_clk, pll_rate); in mtk_dpi_set_pixel_clk()
569 pll_rate = clk_get_rate(dpi->tvd_clk); in mtk_dpi_set_pixel_clk()
1224 dpi->tvd_clk = devm_clk_get(dev, "pll"); in mtk_dpi_probe()
1225 if (IS_ERR(dpi->tvd_clk)) in mtk_dpi_probe()
1226 return dev_err_probe(dev, PTR_ERR(dpi->tvd_clk), in mtk_dpi_probe()
/linux-6.15/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,