Home
last modified time | relevance | path

Searched refs:hdmiphy (Results 1 – 5 of 5) sorted by relevance

/linux-3.4.99/drivers/media/video/s5p-tv/
DMakefile9 obj-$(CONFIG_VIDEO_SAMSUNG_S5P_HDMIPHY) += s5p-hdmiphy.o
10 s5p-hdmiphy-y += hdmiphy_drv.o
Dhdmi_drv.c52 struct clk *hdmiphy; member
639 clk_enable(res->hdmiphy); in hdmi_resource_poweron()
651 clk_disable(res->hdmiphy); in hdmi_resource_poweroff()
788 if (!IS_ERR_OR_NULL(res->hdmiphy)) in hdmi_resources_cleanup()
789 clk_put(res->hdmiphy); in hdmi_resources_cleanup()
838 res->hdmiphy = clk_get(dev, "hdmiphy"); in hdmi_resources_init()
839 if (IS_ERR_OR_NULL(res->hdmiphy)) { in hdmi_resources_init()
DKconfig30 hdmiphy driver to work correctly.
68 hdmiphy driver to work correctly.
/linux-3.4.99/drivers/gpu/drm/exynos/
Dexynos_hdmi.h32 void hdmi_attach_hdmiphy_client(struct i2c_client *hdmiphy);
Dexynos_hdmi.c52 struct clk *hdmiphy; member
2081 res->hdmiphy = clk_get(dev, "hdmiphy"); in hdmi_resources_init()
2082 if (IS_ERR_OR_NULL(res->hdmiphy)) { in hdmi_resources_init()
2119 if (!IS_ERR_OR_NULL(res->hdmiphy)) in hdmi_resources_cleanup()
2120 clk_put(res->hdmiphy); in hdmi_resources_cleanup()
2143 clk_enable(res->hdmiphy); in hdmi_resource_poweron()
2164 clk_disable(res->hdmiphy); in hdmi_resource_poweroff()
2204 void hdmi_attach_hdmiphy_client(struct i2c_client *hdmiphy) in hdmi_attach_hdmiphy_client() argument
2206 if (hdmiphy) in hdmi_attach_hdmiphy_client()
2207 hdmi_hdmiphy = hdmiphy; in hdmi_attach_hdmiphy_client()