Searched refs:msp3400c_read (Results 1 – 1 of 1) sorted by relevance
/linux-2.4.37.9/drivers/media/video/ |
D | msp3400.c | 174 msp3400c_read(struct i2c_client *client, int dev, int addr) in msp3400c_read() function 654 val = msp3400c_read(client, I2C_MSP3400C_DFP, 0x18); in autodetect_stereo() 671 val = msp3400c_read(client, I2C_MSP3400C_DEM, 0x23); in autodetect_stereo() 705 val = msp3400c_read(client, I2C_MSP3400C_DEM, 0x200); in autodetect_stereo() 848 val = msp3400c_read(client, I2C_MSP3400C_DFP, 0x1b); in msp3400c_thread() 885 val = msp3400c_read(client, I2C_MSP3400C_DFP, 0x1b); in msp3400c_thread() 1125 val = msp3400c_read(client, I2C_MSP3400C_DEM, 0x7e); in msp3410d_thread() 1305 msp->rev1 = msp3400c_read(c, I2C_MSP3400C_DFP, 0x1e); in msp_attach() 1307 msp->rev2 = msp3400c_read(c, I2C_MSP3400C_DFP, 0x1f); in msp_attach() 1517 r->value = msp3400c_read(client,I2C_MSP3400C_DFP,r->reg); in msp_command()
|