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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/
H A Dbt819.c91 static inline int bt819_write(struct bt819 *decoder, u8 reg, u8 value) function
101 return bt819_write(decoder, reg,
135 ret = bt819_write(decoder, reg, *data++);
205 bt819_write(decoder, 0x1f, 0x00);
262 bt819_write(decoder, 0x18, 0x68);
263 bt819_write(decoder, 0x19, 0x5d);
271 bt819_write(decoder, 0x18, 0x7f);
272 bt819_write(decoder, 0x19, 0x72);
280 bt819_write(decoder, 0x03,
285 bt819_write(decode
[all...]

Completed in 55 milliseconds