Home
last modified time | relevance | path

Searched refs:sclk_pixel (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/Documentation/devicetree/bindings/display/exynos/
Dexynos_hdmi.txt19 c) sclk_pixel: Pixel special clock, one of the two possible inputs of
24 parents i.e. sclk_pixel and sclk_hdmiphy. If hdmiphy is stable
26 sclk_pixel.
28 "hdmi", "sclk_hdmi", "sclk_pixel", "sclk_hdmiphy" and "mout_hdmi".
/linux-4.4.14/drivers/media/platform/s5p-tv/
Dhdmi_drv.c67 struct clk *sclk_pixel; member
559 clk_set_parent(res->sclk_hdmi, res->sclk_pixel); in hdmi_streamoff()
591 clk_set_parent(res->sclk_hdmi, res->sclk_pixel); in hdmi_resource_poweron()
785 res->sclk_pixel = ERR_PTR(-EINVAL); in hdmi_resource_clear_clocks()
804 if (!IS_ERR(res->sclk_pixel)) in hdmi_resources_cleanup()
805 clk_put(res->sclk_pixel); in hdmi_resources_cleanup()
842 res->sclk_pixel = clk_get(dev, "sclk_pixel"); in hdmi_resources_init()
843 if (IS_ERR(res->sclk_pixel)) { in hdmi_resources_init()
/linux-4.4.14/drivers/gpu/drm/exynos/
Dexynos_hdmi.c121 struct clk *sclk_pixel; member
1520 clk_set_parent(hdata->mout_hdmi, hdata->sclk_pixel); in hdmiphy_conf_reset()
1712 hdata->sclk_pixel = devm_clk_get(dev, "sclk_pixel"); in hdmi_resources_init()
1713 if (IS_ERR(hdata->sclk_pixel)) { in hdmi_resources_init()
1715 ret = PTR_ERR(hdata->sclk_pixel); in hdmi_resources_init()
1731 clk_set_parent(hdata->mout_hdmi, hdata->sclk_pixel); in hdmi_resources_init()
/linux-4.4.14/arch/arm/boot/dts/
Dexynos4.dtsi720 clock-names = "hdmi", "sclk_hdmi", "sclk_pixel", "sclk_hdmiphy",
Dexynos5250.dtsi765 clock-names = "hdmi", "sclk_hdmi", "sclk_pixel",
Dexynos5420.dtsi697 clock-names = "hdmi", "sclk_hdmi", "sclk_pixel",