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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v10/drivers/
H A Di2c.h6 int i2c_writereg(unsigned char theSlave, unsigned char theReg, unsigned char theValue);
H A Di2c.c6 *! kernel modules (i2c_writereg/readreg) and from userspace using
489 *# FUNCTION NAME: i2c_writereg
495 i2c_writereg(unsigned char theSlave, unsigned char theReg, function
673 return i2c_writereg(I2C_ARGSLAVE(arg),
H A Dpcf8563.c50 #define rtc_write(x,y) i2c_writereg(RTC_I2C_WRITE, x, y)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v32/drivers/
H A Di2c.h6 int i2c_writereg(unsigned char theSlave, unsigned char theReg, unsigned char theValue);
H A Di2c.c6 *! kernel modules (i2c_writereg/readreg) and from userspace using
378 *# FUNCTION NAME: i2c_writereg
384 i2c_writereg(unsigned char theSlave, unsigned char theReg, function
554 return i2c_writereg(I2C_ARGSLAVE(arg),
H A Dpcf8563.c44 #define rtc_write(x,y) i2c_writereg(RTC_I2C_WRITE, x, y)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/dvb/ttpci/
H A Dav7110_v4l.c265 if (i2c_writereg(av7110, 0x48, 0x02, 0xd0) != 1)
270 if (i2c_writereg(av7110, 0x48, 0x02, 0xd2) != 1)
275 if (i2c_writereg(av7110, 0x48, 0x02, 0xd9) != 1)
690 if (i2c_writereg(av7110, 0x80, 0x0, 0x80) == 1 &&
691 i2c_writereg(av7110, 0x80, 0x0, 0) == 1) {
695 } else if (i2c_writereg(av7110, 0x84, 0x0, 0x80) == 1 &&
696 i2c_writereg(av7110, 0x84, 0x0, 0) == 1) {
717 if (i2c_writereg(av7110, 0x48, 0x01, 0x00)!=1) {
744 if (i2c_writereg(av7110, 0x48, i[0], i[1]) != 1) {
H A Dbudget-av.c119 static int i2c_writereg(struct i2c_adapter *i2c, u8 id, u8 reg, u8 val) function
428 if (i2c_writereg(&budget->i2c_adap, 0x4a, 0x01, 0x08) != 1) {
436 i2c_writereg(&budget->i2c_adap, 0x4a, *data, *(data + 1));
453 i2c_writereg(&budget->i2c_adap, 0x4a, 0x02, 0xc7);
454 i2c_writereg(&budget->i2c_adap, 0x4a, 0x09, 0x80);
456 i2c_writereg(&budget->i2c_adap, 0x4a, 0x02, 0xc0);
457 i2c_writereg(&budget->i2c_adap, 0x4a, 0x09, 0x00);
H A Dav7110.h300 extern int i2c_writereg(struct av7110 *av7110, u8 id, u8 reg, u8 val);
H A Dav7110_av.c305 i2c_writereg(av7110, 0x20, 0x03, volleft);
306 i2c_writereg(av7110, 0x20, 0x04, volright);
1277 i2c_writereg(av7110, 0x20, 0x02, 0x49);
1287 i2c_writereg(av7110, 0x20, 0x02, 0x4a);
1297 i2c_writereg(av7110, 0x20, 0x02, 0x45);
H A Dav7110.c157 if (i2c_writereg(av7110, 0x20, 0x00, 0x00) == 1) {
161 i2c_writereg(av7110, 0x20, 0x01, 0xd2);
162 i2c_writereg(av7110, 0x20, 0x02, 0x49);
163 i2c_writereg(av7110, 0x20, 0x03, 0x00);
164 i2c_writereg(av7110, 0x20, 0x04, 0x00);
1382 int i2c_writereg(struct av7110 *av7110, u8 id, u8 reg, u8 val) function

Completed in 81 milliseconds