Lines Matching refs:hdmi
35 struct i2c_client *hdmi; member
385 struct i2c_client *client = priv->hdmi; in set_page()
404 struct i2c_client *client = priv->hdmi; in reg_read_range()
433 struct i2c_client *client = priv->hdmi; in reg_write_range()
467 struct i2c_client *client = priv->hdmi; in reg_write()
486 struct i2c_client *client = priv->hdmi; in reg_write16()
1061 if (priv->hdmi->irq) { in read_edid_block()
1066 dev_err(&priv->hdmi->dev, "read edid wait err %d\n", i); in read_edid_block()
1081 dev_err(&priv->hdmi->dev, "read edid timeout\n"); in read_edid_block()
1087 dev_err(&priv->hdmi->dev, "failed to read edid block %d: %d\n", in read_edid_block()
1111 dev_warn(&priv->hdmi->dev, "failed to read EDID\n"); in tda998x_encoder_get_modes()
1126 if (priv->hdmi->irq) in tda998x_encoder_set_polling()
1148 if (priv->hdmi->irq) { in tda998x_destroy()
1149 free_irq(priv->hdmi->irq, priv); in tda998x_destroy()
1242 priv->hdmi = client; in tda998x_create()