Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/exynos/
H A 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()
1947 hdata->hdmiphy_port = of_find_i2c_device_by_node(np); in hdmi_get_phy_io()
1948 if (!hdata->hdmiphy_port) { in hdmi_get_phy_io()
2065 if (hdata->hdmiphy_port) in hdmi_probe()
2066 put_device(&hdata->hdmiphy_port->dev); in hdmi_probe()
2089 if (hdata->hdmiphy_port) in hdmi_remove()
2090 put_device(&hdata->hdmiphy_port->dev); in hdmi_remove()