Lines Matching +defs:val +defs:data
406 cec_write(struct tda998x_priv *priv, u16 addr, u8 val) in cec_write()
425 u8 val; in cec_read() local
452 int val = cec_read(priv, REG_CEC_ENAMODS); in cec_enamods() local
468 u8 val; in tda998x_cec_set_calibration() local
516 static int tda998x_cec_hook_init(void *data) in tda998x_cec_hook_init()
533 static void tda998x_cec_hook_exit(void *data) in tda998x_cec_hook_exit()
541 static int tda998x_cec_hook_open(void *data) in tda998x_cec_hook_open()
551 static void tda998x_cec_hook_release(void *data) in tda998x_cec_hook_release()
641 u8 val = 0; in reg_read() local
651 reg_write(struct tda998x_priv *priv, u16 reg, u8 val) in reg_write()
670 reg_write16(struct tda998x_priv *priv, u16 reg, u16 val) in reg_write16()
689 reg_set(struct tda998x_priv *priv, u16 reg, u8 val) in reg_set()
699 reg_clear(struct tda998x_priv *priv, u16 reg, u8 val) in reg_clear()
789 static irqreturn_t tda998x_irq_thread(int irq, void *data) in tda998x_irq_thread()
1063 static int tda998x_audio_hw_params(struct device *dev, void *data, in tda998x_audio_hw_params()
1125 static void tda998x_audio_shutdown(struct device *dev, void *data) in tda998x_audio_shutdown()
1137 static int tda998x_audio_mute_stream(struct device *dev, void *data, in tda998x_audio_mute_stream()
1150 static int tda998x_audio_get_eld(struct device *dev, void *data, in tda998x_audio_get_eld()
1199 u8 val = cec_read(priv, REG_CEC_RXSHPDLEV); in tda998x_connector_detect() local
1219 static int read_edid_block(void *data, u8 *buf, unsigned int blk, size_t length) in read_edid_block()
2042 static int tda998x_bind(struct device *dev, struct device *master, void *data) in tda998x_bind()
2050 void *data) in tda998x_unbind()