Searched defs:i2c_writereg (Results 1 - 2 of 2) sorted by path

/drivers/media/pci/ttpci/
H A Dav7110.c172 if (i2c_writereg(av7110, 0x20, 0x00, 0x00) == 1) {
176 i2c_writereg(av7110, 0x20, 0x01, 0xd2);
177 i2c_writereg(av7110, 0x20, 0x02, 0x49);
178 i2c_writereg(av7110, 0x20, 0x03, 0x00);
179 i2c_writereg(av7110, 0x20, 0x04, 0x00);
1436 int i2c_writereg(struct av7110 *av7110, u8 id, u8 reg, u8 val) function
H A Dbudget-av.c128 static int i2c_writereg(struct i2c_adapter *i2c, u8 id, u8 reg, u8 val) function
437 if (i2c_writereg(&budget->i2c_adap, 0x4a, 0x01, 0x08) != 1) {
445 i2c_writereg(&budget->i2c_adap, 0x4a, *data, *(data + 1));
462 i2c_writereg(&budget->i2c_adap, 0x4a, 0x02, 0xc7);
463 i2c_writereg(&budget->i2c_adap, 0x4a, 0x09, 0x80);
465 i2c_writereg(&budget->i2c_adap, 0x4a, 0x02, 0xc0);
466 i2c_writereg(&budget->i2c_adap, 0x4a, 0x09, 0x00);

Completed in 61 milliseconds