Searched refs:hdmiphy (Results 1 – 5 of 5) sorted by relevance
9 obj-$(CONFIG_VIDEO_SAMSUNG_S5P_HDMIPHY) += s5p-hdmiphy.o10 s5p-hdmiphy-y += hdmiphy_drv.o
52 struct clk *hdmiphy; member639 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()
30 hdmiphy driver to work correctly.68 hdmiphy driver to work correctly.
32 void hdmi_attach_hdmiphy_client(struct i2c_client *hdmiphy);
52 struct clk *hdmiphy; member2081 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() argument2206 if (hdmiphy) in hdmi_attach_hdmiphy_client()2207 hdmi_hdmiphy = hdmiphy; in hdmi_attach_hdmiphy_client()