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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/media/video/
H A Dcs53l32a.c50 static int cs53l32a_write(struct i2c_client *client, u8 reg, u8 value) function
81 cs53l32a_write(client, 0x01, 0x01 + (route->input << 4));
96 cs53l32a_write(client, 0x03, ctrl->value ? 0xf0 : 0x30);
103 cs53l32a_write(client, 0x04, (u8) ctrl->value);
104 cs53l32a_write(client, 0x05, (u8) ctrl->value);
167 cs53l32a_write(client, 0x01, (u8) 0x21);
168 cs53l32a_write(client, 0x02, (u8) 0x29);
169 cs53l32a_write(client, 0x03, (u8) 0x30);
170 cs53l32a_write(client, 0x04, (u8) 0x00);
171 cs53l32a_write(clien
[all...]

Completed in 101 milliseconds