Searched refs:tda1997x_cec_write (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.1/drivers/media/i2c/ |
D | tda1997x.c | 320 static int tda1997x_cec_write(struct v4l2_subdev *sd, u8 reg, u8 val) in tda1997x_cec_write() function 2111 tda1997x_cec_write(sd, REG_PWR_CONTROL & 0xff, 0x04); in tda1997x_core_init() 2113 tda1997x_cec_write(sd, REG_OSC_DIVIDER & 0xff, 0x03); in tda1997x_core_init() 2114 tda1997x_cec_write(sd, REG_EN_OSC_PERIOD_LSB & 0xff, 0xa0); in tda1997x_core_init() 2119 tda1997x_cec_write(sd, REG_CONTROL & 0xff, reg); in tda1997x_core_init()
|