Searched refs:i2c_writereg (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/drivers/staging/media/av7110/ |
D | av7110_v4l.c | 246 if (i2c_writereg(av7110, 0x48, 0x02, 0xd0) != 1) in av7110_dvb_c_switch() 251 if (i2c_writereg(av7110, 0x48, 0x02, 0xd2) != 1) in av7110_dvb_c_switch() 256 if (i2c_writereg(av7110, 0x48, 0x02, 0xd9) != 1) in av7110_dvb_c_switch() 702 if (i2c_writereg(av7110, 0x80, 0x0, 0x80) == 1 && in av7110_init_analog_module() 703 i2c_writereg(av7110, 0x80, 0x0, 0) == 1) { in av7110_init_analog_module() 707 } else if (i2c_writereg(av7110, 0x84, 0x0, 0x80) == 1 && in av7110_init_analog_module() 708 i2c_writereg(av7110, 0x84, 0x0, 0) == 1) { in av7110_init_analog_module() 730 if (i2c_writereg(av7110, 0x48, 0x01, 0x00) != 1) { in av7110_init_analog_module() 760 if (i2c_writereg(av7110, 0x48, i[0], i[1]) != 1) { in av7110_init_analog_module()
|
D | av7110_av.c | 295 i2c_writereg(av7110, 0x20, 0x03, volleft); in av7110_set_volume() 296 i2c_writereg(av7110, 0x20, 0x04, volright); in av7110_set_volume() 1440 i2c_writereg(av7110, 0x20, 0x02, 0x49); in dvb_audio_ioctl() 1449 i2c_writereg(av7110, 0x20, 0x02, 0x4a); in dvb_audio_ioctl() 1458 i2c_writereg(av7110, 0x20, 0x02, 0x45); in dvb_audio_ioctl()
|
D | av7110.h | 303 int i2c_writereg(struct av7110 *av7110, u8 id, u8 reg, u8 val);
|
D | av7110.c | 150 if (i2c_writereg(av7110, 0x20, 0x00, 0x00) == 1) { in init_av7110_av() 153 i2c_writereg(av7110, 0x20, 0x01, 0xd2); in init_av7110_av() 154 i2c_writereg(av7110, 0x20, 0x02, 0x49); in init_av7110_av() 155 i2c_writereg(av7110, 0x20, 0x03, 0x00); in init_av7110_av() 156 i2c_writereg(av7110, 0x20, 0x04, 0x00); in init_av7110_av() 1392 int i2c_writereg(struct av7110 *av7110, u8 id, u8 reg, u8 val) in i2c_writereg() function
|
/linux-6.12.1/drivers/media/pci/ttpci/ |
D | budget-av.c | 112 static int i2c_writereg(struct i2c_adapter *i2c, u8 id, u8 reg, u8 val) in i2c_writereg() function 424 if (i2c_writereg(&budget->i2c_adap, 0x4a, 0x01, 0x08) != 1) { in saa7113_init() 432 i2c_writereg(&budget->i2c_adap, 0x4a, *data, *(data + 1)); in saa7113_init() 449 i2c_writereg(&budget->i2c_adap, 0x4a, 0x02, 0xc7); in saa7113_setinput() 450 i2c_writereg(&budget->i2c_adap, 0x4a, 0x09, 0x80); in saa7113_setinput() 452 i2c_writereg(&budget->i2c_adap, 0x4a, 0x02, 0xc0); in saa7113_setinput() 453 i2c_writereg(&budget->i2c_adap, 0x4a, 0x09, 0x00); in saa7113_setinput()
|