Home
last modified time | relevance | path

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

/linux-4.1.27/Documentation/devicetree/bindings/video/
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.1.27/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()
779 res->sclk_pixel = ERR_PTR(-EINVAL); in hdmi_resource_clear_clocks()
798 if (!IS_ERR(res->sclk_pixel)) in hdmi_resources_cleanup()
799 clk_put(res->sclk_pixel); in hdmi_resources_cleanup()
836 res->sclk_pixel = clk_get(dev, "sclk_pixel"); in hdmi_resources_init()
837 if (IS_ERR(res->sclk_pixel)) { in hdmi_resources_init()
/linux-4.1.27/drivers/gpu/drm/exynos/
Dexynos_hdmi.c82 struct clk *sclk_pixel; member
1675 clk_set_parent(hdata->res.mout_hdmi, hdata->res.sclk_pixel); in hdmiphy_conf_reset()
2195 res->sclk_pixel = devm_clk_get(dev, "sclk_pixel"); in hdmi_resources_init()
2196 if (IS_ERR(res->sclk_pixel)) { in hdmi_resources_init()
2198 ret = PTR_ERR(res->sclk_pixel); in hdmi_resources_init()
2214 clk_set_parent(res->mout_hdmi, res->sclk_pixel); in hdmi_resources_init()
/linux-4.1.27/arch/arm/boot/dts/
Dexynos4.dtsi696 clock-names = "hdmi", "sclk_hdmi", "sclk_pixel", "sclk_hdmiphy",
Dexynos5250.dtsi760 clock-names = "hdmi", "sclk_hdmi", "sclk_pixel",
Dexynos5420.dtsi733 clock-names = "hdmi", "sclk_hdmi", "sclk_pixel",