Searched refs:hdmiphy_port (Results 1 – 1 of 1) sorted by relevance
114 struct i2c_client *hdmiphy_port; member572 if (hdata->hdmiphy_port) { in hdmiphy_reg_write_buf()575 ret = i2c_master_send(hdata->hdmiphy_port, buf, len); in hdmiphy_reg_write_buf()1913 hdata->hdmiphy_port = of_find_i2c_device_by_node(phy_node); in hdmi_probe()1914 if (!hdata->hdmiphy_port) { in hdmi_probe()1952 if (hdata->hdmiphy_port) in hdmi_probe()1953 put_device(&hdata->hdmiphy_port->dev); in hdmi_probe()1973 if (hdata->hdmiphy_port) in hdmi_remove()1974 put_device(&hdata->hdmiphy_port->dev); in hdmi_remove()