Lines Matching defs:data
515 static int tda998x_cec_hook_init(void *data)
517 struct tda998x_priv *priv = data;
532 static void tda998x_cec_hook_exit(void *data)
534 struct tda998x_priv *priv = data;
540 static int tda998x_cec_hook_open(void *data)
542 struct tda998x_priv *priv = data;
550 static void tda998x_cec_hook_release(void *data)
552 struct tda998x_priv *priv = data;
742 * trying to read EDID data.
788 static irqreturn_t tda998x_irq_thread(int irq, void *data)
790 struct tda998x_priv *priv = data;
899 /* Configure the TDA998x audio data and clock routing. */
1062 static int tda998x_audio_hw_params(struct device *dev, void *data,
1124 static void tda998x_audio_shutdown(struct device *dev, void *data)
1136 static int tda998x_audio_mute_stream(struct device *dev, void *data,
1149 static int tda998x_audio_get_eld(struct device *dev, void *data,
1216 static int read_edid_block(void *data, u8 *buf, unsigned int blk, size_t length)
1218 struct tda998x_priv *priv = data;
1464 * - HDMI data islands require sync-before-active
1936 priv->cec_glue.data = priv;
2038 static int tda998x_bind(struct device *dev, struct device *master, void *data)
2040 struct drm_device *drm = data;
2046 void *data)