Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/exynos/
Dexynos_hdmi.c199 struct i2c_client *hdmiphy_port; member
637 if (hdata->hdmiphy_port) { in hdmiphy_reg_writeb()
644 ret = i2c_master_send(hdata->hdmiphy_port, buffer, 2); in hdmiphy_reg_writeb()
660 if (hdata->hdmiphy_port) { in hdmiphy_reg_write_buf()
663 ret = i2c_master_send(hdata->hdmiphy_port, buf, len); in hdmiphy_reg_write_buf()
2441 hdata->hdmiphy_port = of_find_i2c_device_by_node(phy_node); in hdmi_probe()
2442 if (!hdata->hdmiphy_port) { in hdmi_probe()
2489 if (hdata->hdmiphy_port) in hdmi_probe()
2490 put_device(&hdata->hdmiphy_port->dev); in hdmi_probe()
2509 if (hdata->hdmiphy_port) in hdmi_remove()
[all …]