Searched refs:bt819_write (Results 1 – 1 of 1) sorted by relevance
/drivers/media/i2c/ |
D | bt819.c | 77 static inline int bt819_write(struct bt819 *decoder, u8 reg, u8 value) in bt819_write() function 87 return bt819_write(decoder, reg, in bt819_setbit() 121 ret = bt819_write(decoder, reg, *data++); in bt819_write_block() 191 bt819_write(decoder, 0x1f, 0x00); in bt819_init() 250 bt819_write(decoder, 0x18, 0x68); in bt819_s_std() 251 bt819_write(decoder, 0x19, 0x5d); in bt819_s_std() 259 bt819_write(decoder, 0x18, 0x7f); in bt819_s_std() 260 bt819_write(decoder, 0x19, 0x72); in bt819_s_std() 268 bt819_write(decoder, 0x03, in bt819_s_std() 273 bt819_write(decoder, 0x04, timing->vdelay & 0xff); in bt819_s_std() [all …]
|