Searched refs:i2c_writereg (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/drivers/media/pci/ttpci/ |
D | av7110_v4l.c | 273 if (i2c_writereg(av7110, 0x48, 0x02, 0xd0) != 1) in av7110_dvb_c_switch() 278 if (i2c_writereg(av7110, 0x48, 0x02, 0xd2) != 1) in av7110_dvb_c_switch() 283 if (i2c_writereg(av7110, 0x48, 0x02, 0xd9) != 1) in av7110_dvb_c_switch() 711 if (i2c_writereg(av7110, 0x80, 0x0, 0x80) == 1 && in av7110_init_analog_module() 712 i2c_writereg(av7110, 0x80, 0x0, 0) == 1) { in av7110_init_analog_module() 716 } else if (i2c_writereg(av7110, 0x84, 0x0, 0x80) == 1 && in av7110_init_analog_module() 717 i2c_writereg(av7110, 0x84, 0x0, 0) == 1) { in av7110_init_analog_module() 738 if (i2c_writereg(av7110, 0x48, 0x01, 0x00)!=1) { in av7110_init_analog_module() 765 if (i2c_writereg(av7110, 0x48, i[0], i[1]) != 1) { in av7110_init_analog_module()
|
D | budget-av.c | 128 static int i2c_writereg(struct i2c_adapter *i2c, u8 id, u8 reg, u8 val) in i2c_writereg() function 437 if (i2c_writereg(&budget->i2c_adap, 0x4a, 0x01, 0x08) != 1) { in saa7113_init() 445 i2c_writereg(&budget->i2c_adap, 0x4a, *data, *(data + 1)); in saa7113_init() 462 i2c_writereg(&budget->i2c_adap, 0x4a, 0x02, 0xc7); in saa7113_setinput() 463 i2c_writereg(&budget->i2c_adap, 0x4a, 0x09, 0x80); in saa7113_setinput() 465 i2c_writereg(&budget->i2c_adap, 0x4a, 0x02, 0xc0); in saa7113_setinput() 466 i2c_writereg(&budget->i2c_adap, 0x4a, 0x09, 0x00); in saa7113_setinput()
|
D | av7110.h | 313 extern int i2c_writereg(struct av7110 *av7110, u8 id, u8 reg, u8 val);
|
D | av7110_av.c | 307 i2c_writereg(av7110, 0x20, 0x03, volleft); in av7110_set_volume() 308 i2c_writereg(av7110, 0x20, 0x04, volright); in av7110_set_volume() 1388 i2c_writereg(av7110, 0x20, 0x02, 0x49); in dvb_audio_ioctl() 1397 i2c_writereg(av7110, 0x20, 0x02, 0x4a); in dvb_audio_ioctl() 1406 i2c_writereg(av7110, 0x20, 0x02, 0x45); in dvb_audio_ioctl()
|
D | av7110.c | 172 if (i2c_writereg(av7110, 0x20, 0x00, 0x00) == 1) { in init_av7110_av() 176 i2c_writereg(av7110, 0x20, 0x01, 0xd2); in init_av7110_av() 177 i2c_writereg(av7110, 0x20, 0x02, 0x49); in init_av7110_av() 178 i2c_writereg(av7110, 0x20, 0x03, 0x00); in init_av7110_av() 179 i2c_writereg(av7110, 0x20, 0x04, 0x00); in init_av7110_av() 1436 int i2c_writereg(struct av7110 *av7110, u8 id, u8 reg, u8 val) in i2c_writereg() function
|
/linux-4.4.14/arch/cris/arch-v10/drivers/ |
D | i2c.h | 5 int i2c_writereg(unsigned char theSlave, unsigned char theReg, unsigned char theValue);
|
D | i2c.c | 417 i2c_writereg(unsigned char theSlave, unsigned char theReg, in i2c_writereg() function 593 return i2c_writereg(I2C_ARGSLAVE(arg), in i2c_ioctl()
|