Lines Matching defs:data
516 static int tda998x_cec_hook_init(void *data)
518 struct tda998x_priv *priv = data;
533 static void tda998x_cec_hook_exit(void *data)
535 struct tda998x_priv *priv = data;
541 static int tda998x_cec_hook_open(void *data)
543 struct tda998x_priv *priv = data;
551 static void tda998x_cec_hook_release(void *data)
553 struct tda998x_priv *priv = data;
743 * trying to read EDID data.
789 static irqreturn_t tda998x_irq_thread(int irq, void *data)
791 struct tda998x_priv *priv = data;
900 /* Configure the TDA998x audio data and clock routing. */
1063 static int tda998x_audio_hw_params(struct device *dev, void *data,
1125 static void tda998x_audio_shutdown(struct device *dev, void *data)
1137 static int tda998x_audio_mute_stream(struct device *dev, void *data,
1150 static int tda998x_audio_get_eld(struct device *dev, void *data,
1219 static int read_edid_block(void *data, u8 *buf, unsigned int blk, size_t length)
1221 struct tda998x_priv *priv = data;
1467 * - HDMI data islands require sync-before-active
1939 priv->cec_glue.data = priv;
2041 static int tda998x_bind(struct device *dev, struct device *master, void *data)
2043 struct drm_device *drm = data;
2049 void *data)