Home
last modified time | relevance | path

Searched refs:I2C_MSP3400C_DFP (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/drivers/media/video/
Dmsp3400.c130 #define I2C_MSP3400C_DFP 0x12 macro
153 static char write[3] = { I2C_MSP3400C_DFP + 1, 0x00, 0x1e }; in msp3400c_reset()
367 msp3400c_write(client,I2C_MSP3400C_DFP, 0x0013, msp->acb); in msp3400c_set_scart()
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()
401 msp3400c_write(client,I2C_MSP3400C_DFP, 0x0001, balance << 8); in msp3400c_setvolume()
409 msp3400c_write(client,I2C_MSP3400C_DFP, 0x0002, val); /* loudspeaker */ in msp3400c_setbass()
417 msp3400c_write(client,I2C_MSP3400C_DFP, 0x0003, val); /* loudspeaker */ in msp3400c_settreble()
452 msp3400c_write(client,I2C_MSP3400C_DFP, 0x0008, in msp3400c_setmode()
[all …]