Lines Matching refs:hdmi
34 struct i2c_client *hdmi; member
396 struct i2c_client *client = priv->hdmi; in set_page()
415 struct i2c_client *client = priv->hdmi; in reg_read_range()
444 struct i2c_client *client = priv->hdmi; in reg_write_range()
478 struct i2c_client *client = priv->hdmi; in reg_write()
497 struct i2c_client *client = priv->hdmi; in reg_write16()
657 dev_err(&priv->hdmi->dev, in tda998x_write_if()
1114 if (priv->hdmi->irq) { in read_edid_block()
1119 dev_err(&priv->hdmi->dev, "read edid wait err %d\n", i); in read_edid_block()
1134 dev_err(&priv->hdmi->dev, "read edid timeout\n"); in read_edid_block()
1140 dev_err(&priv->hdmi->dev, "failed to read edid block %d: %d\n", in read_edid_block()
1171 dev_warn(&priv->hdmi->dev, "failed to read EDID\n"); in tda998x_connector_get_modes()
1186 if (priv->hdmi->irq) in tda998x_encoder_set_polling()
1199 if (priv->hdmi->irq) in tda998x_destroy()
1200 free_irq(priv->hdmi->irq, priv); in tda998x_destroy()
1222 priv->hdmi = client; in tda998x_create()