Home
last modified time | relevance | path

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

/drivers/gpu/drm/exynos/
Dexynos_hdmi.c129 struct i2c_client *hdmiphy_port; member
731 if (hdata->hdmiphy_port) { in hdmiphy_reg_write_buf()
734 ret = i2c_master_send(hdata->hdmiphy_port, buf, len); in hdmiphy_reg_write_buf()
1944 hdata->hdmiphy_port = of_find_i2c_device_by_node(np); in hdmi_get_phy_io()
1945 if (!hdata->hdmiphy_port) { in hdmi_get_phy_io()
2062 if (hdata->hdmiphy_port) in hdmi_probe()
2063 put_device(&hdata->hdmiphy_port->dev); in hdmi_probe()
2086 if (hdata->hdmiphy_port) in hdmi_remove()
2087 put_device(&hdata->hdmiphy_port->dev); in hdmi_remove()