Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/exynos/
Dexynos_hdmi.c127 struct i2c_client *hdmiphy_port; member
720 if (hdata->hdmiphy_port) { in hdmiphy_reg_write_buf()
723 ret = i2c_master_send(hdata->hdmiphy_port, buf, len); in hdmiphy_reg_write_buf()
1925 hdata->hdmiphy_port = of_find_i2c_device_by_node(np); in hdmi_get_phy_io()
1926 if (!hdata->hdmiphy_port) { in hdmi_get_phy_io()
2042 if (hdata->hdmiphy_port) in hdmi_probe()
2043 put_device(&hdata->hdmiphy_port->dev); in hdmi_probe()
2068 if (hdata->hdmiphy_port) in hdmi_remove()
2069 put_device(&hdata->hdmiphy_port->dev); in hdmi_remove()