Home
last modified time | relevance | path

Searched refs:i2c_writereg (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/drivers/media/pci/ttpci/
Dav7110_v4l.c270 if (i2c_writereg(av7110, 0x48, 0x02, 0xd0) != 1) in av7110_dvb_c_switch()
275 if (i2c_writereg(av7110, 0x48, 0x02, 0xd2) != 1) in av7110_dvb_c_switch()
280 if (i2c_writereg(av7110, 0x48, 0x02, 0xd9) != 1) in av7110_dvb_c_switch()
708 if (i2c_writereg(av7110, 0x80, 0x0, 0x80) == 1 && in av7110_init_analog_module()
709 i2c_writereg(av7110, 0x80, 0x0, 0) == 1) { in av7110_init_analog_module()
713 } else if (i2c_writereg(av7110, 0x84, 0x0, 0x80) == 1 && in av7110_init_analog_module()
714 i2c_writereg(av7110, 0x84, 0x0, 0) == 1) { in av7110_init_analog_module()
735 if (i2c_writereg(av7110, 0x48, 0x01, 0x00)!=1) { in av7110_init_analog_module()
762 if (i2c_writereg(av7110, 0x48, i[0], i[1]) != 1) { in av7110_init_analog_module()
Dbudget-av.c125 static int i2c_writereg(struct i2c_adapter *i2c, u8 id, u8 reg, u8 val) in i2c_writereg() function
434 if (i2c_writereg(&budget->i2c_adap, 0x4a, 0x01, 0x08) != 1) { in saa7113_init()
442 i2c_writereg(&budget->i2c_adap, 0x4a, *data, *(data + 1)); in saa7113_init()
459 i2c_writereg(&budget->i2c_adap, 0x4a, 0x02, 0xc7); in saa7113_setinput()
460 i2c_writereg(&budget->i2c_adap, 0x4a, 0x09, 0x80); in saa7113_setinput()
462 i2c_writereg(&budget->i2c_adap, 0x4a, 0x02, 0xc0); in saa7113_setinput()
463 i2c_writereg(&budget->i2c_adap, 0x4a, 0x09, 0x00); in saa7113_setinput()
Dav7110.h317 extern int i2c_writereg(struct av7110 *av7110, u8 id, u8 reg, u8 val);
Dav7110_av.c306 i2c_writereg(av7110, 0x20, 0x03, volleft); in av7110_set_volume()
307 i2c_writereg(av7110, 0x20, 0x04, volright); in av7110_set_volume()
1390 i2c_writereg(av7110, 0x20, 0x02, 0x49); in dvb_audio_ioctl()
1399 i2c_writereg(av7110, 0x20, 0x02, 0x4a); in dvb_audio_ioctl()
1408 i2c_writereg(av7110, 0x20, 0x02, 0x45); in dvb_audio_ioctl()
Dav7110.c168 if (i2c_writereg(av7110, 0x20, 0x00, 0x00) == 1) { in init_av7110_av()
172 i2c_writereg(av7110, 0x20, 0x01, 0xd2); in init_av7110_av()
173 i2c_writereg(av7110, 0x20, 0x02, 0x49); in init_av7110_av()
174 i2c_writereg(av7110, 0x20, 0x03, 0x00); in init_av7110_av()
175 i2c_writereg(av7110, 0x20, 0x04, 0x00); in init_av7110_av()
1421 int i2c_writereg(struct av7110 *av7110, u8 id, u8 reg, u8 val) in i2c_writereg() function