Searched refs:msp3400c_write (Results 1 – 1 of 1) sorted by relevance
/linux-2.4.37.9/drivers/media/video/ |
D | msp3400.c | 206 msp3400c_write(struct i2c_client *client, int dev, int addr, int val) in msp3400c_write() function 367 msp3400c_write(client,I2C_MSP3400C_DFP, 0x0013, msp->acb); in msp3400c_set_scart() 374 msp3400c_write(client,I2C_MSP3400C_DEM, 0x0093, cdo1 & 0xfff); in msp3400c_setcarrier() 375 msp3400c_write(client,I2C_MSP3400C_DEM, 0x009b, cdo1 >> 12); in msp3400c_setcarrier() 376 msp3400c_write(client,I2C_MSP3400C_DEM, 0x00a3, cdo2 & 0xfff); in msp3400c_setcarrier() 377 msp3400c_write(client,I2C_MSP3400C_DEM, 0x00ab, cdo2 >> 12); in msp3400c_setcarrier() 378 msp3400c_write(client,I2C_MSP3400C_DEM, 0x0056, 0); /*LOAD_REG_1/2*/ in msp3400c_setcarrier() 397 msp3400c_write(client,I2C_MSP3400C_DFP, 0x0000, val); /* loudspeaker */ in msp3400c_setvolume() 398 msp3400c_write(client,I2C_MSP3400C_DFP, 0x0006, val); /* headphones */ in msp3400c_setvolume() 400 msp3400c_write(client,I2C_MSP3400C_DFP, 0x0007, val ? 0x4000 : 0); in msp3400c_setvolume() [all …]
|