Searched refs:i2c_writereg (Results 1 - 7 of 7) sorted by relevance

/linux-4.1.27/arch/cris/arch-v10/drivers/
H A Di2c.c6 *! kernel modules (i2c_writereg/readreg) and from userspace using
411 *# FUNCTION NAME: i2c_writereg
417 i2c_writereg(unsigned char theSlave, unsigned char theReg, i2c_writereg() function
593 return i2c_writereg(I2C_ARGSLAVE(arg), i2c_ioctl()
/linux-4.1.27/arch/cris/arch-v32/drivers/
H A Di2c.c6 *! kernel modules (i2c_writereg/readreg) and from userspace using
500 *# FUNCTION NAME: i2c_writereg
506 i2c_writereg(unsigned char theSlave, unsigned char theReg, i2c_writereg() function
668 ret = i2c_writereg(I2C_ARGSLAVE(arg), i2c_ioctl()
/linux-4.1.27/drivers/media/pci/ttpci/
H A Dav7110_v4l.c273 if (i2c_writereg(av7110, 0x48, 0x02, 0xd0) != 1) av7110_dvb_c_switch()
278 if (i2c_writereg(av7110, 0x48, 0x02, 0xd2) != 1) av7110_dvb_c_switch()
283 if (i2c_writereg(av7110, 0x48, 0x02, 0xd9) != 1) av7110_dvb_c_switch()
711 if (i2c_writereg(av7110, 0x80, 0x0, 0x80) == 1 && av7110_init_analog_module()
712 i2c_writereg(av7110, 0x80, 0x0, 0) == 1) { av7110_init_analog_module()
716 } else if (i2c_writereg(av7110, 0x84, 0x0, 0x80) == 1 && av7110_init_analog_module()
717 i2c_writereg(av7110, 0x84, 0x0, 0) == 1) { av7110_init_analog_module()
738 if (i2c_writereg(av7110, 0x48, 0x01, 0x00)!=1) { av7110_init_analog_module()
765 if (i2c_writereg(av7110, 0x48, i[0], i[1]) != 1) { av7110_init_analog_module()
H A Dbudget-av.c128 static int i2c_writereg(struct i2c_adapter *i2c, u8 id, u8 reg, u8 val) i2c_writereg() function
437 if (i2c_writereg(&budget->i2c_adap, 0x4a, 0x01, 0x08) != 1) { saa7113_init()
445 i2c_writereg(&budget->i2c_adap, 0x4a, *data, *(data + 1)); saa7113_init()
462 i2c_writereg(&budget->i2c_adap, 0x4a, 0x02, 0xc7); saa7113_setinput()
463 i2c_writereg(&budget->i2c_adap, 0x4a, 0x09, 0x80); saa7113_setinput()
465 i2c_writereg(&budget->i2c_adap, 0x4a, 0x02, 0xc0); saa7113_setinput()
466 i2c_writereg(&budget->i2c_adap, 0x4a, 0x09, 0x00); saa7113_setinput()
H A Dav7110_av.c307 i2c_writereg(av7110, 0x20, 0x03, volleft); av7110_set_volume()
308 i2c_writereg(av7110, 0x20, 0x04, volright); av7110_set_volume()
1388 i2c_writereg(av7110, 0x20, 0x02, 0x49); dvb_audio_ioctl()
1397 i2c_writereg(av7110, 0x20, 0x02, 0x4a); dvb_audio_ioctl()
1406 i2c_writereg(av7110, 0x20, 0x02, 0x45); dvb_audio_ioctl()
H A Dav7110.h308 extern int i2c_writereg(struct av7110 *av7110, u8 id, u8 reg, u8 val);
H A Dav7110.c172 if (i2c_writereg(av7110, 0x20, 0x00, 0x00) == 1) { init_av7110_av()
176 i2c_writereg(av7110, 0x20, 0x01, 0xd2); init_av7110_av()
177 i2c_writereg(av7110, 0x20, 0x02, 0x49); init_av7110_av()
178 i2c_writereg(av7110, 0x20, 0x03, 0x00); init_av7110_av()
179 i2c_writereg(av7110, 0x20, 0x04, 0x00); init_av7110_av()
1439 int i2c_writereg(struct av7110 *av7110, u8 id, u8 reg, u8 val) i2c_writereg() function

Completed in 356 milliseconds