Searched refs:bt819_write (Results 1 - 1 of 1) sorted by relevance
/linux-4.4.14/drivers/media/i2c/ |
H A D | bt819.c | 90 static inline int bt819_write(struct bt819 *decoder, u8 reg, u8 value) bt819_write() function 100 return bt819_write(decoder, reg, bt819_setbit() 134 ret = bt819_write(decoder, reg, *data++); bt819_write_block() 204 bt819_write(decoder, 0x1f, 0x00); bt819_init() 263 bt819_write(decoder, 0x18, 0x68); bt819_s_std() 264 bt819_write(decoder, 0x19, 0x5d); bt819_s_std() 272 bt819_write(decoder, 0x18, 0x7f); bt819_s_std() 273 bt819_write(decoder, 0x19, 0x72); bt819_s_std() 281 bt819_write(decoder, 0x03, bt819_s_std() 286 bt819_write(decoder, 0x04, timing->vdelay & 0xff); bt819_s_std() 287 bt819_write(decoder, 0x05, timing->vactive & 0xff); bt819_s_std() 288 bt819_write(decoder, 0x06, timing->hdelay & 0xff); bt819_s_std() 289 bt819_write(decoder, 0x07, timing->hactive & 0xff); bt819_s_std() 290 bt819_write(decoder, 0x08, (timing->hscale >> 8) & 0xff); bt819_s_std() 291 bt819_write(decoder, 0x09, timing->hscale & 0xff); bt819_s_std() 347 bt819_write(decoder, 0x0a, ctrl->val); bt819_s_ctrl() 351 bt819_write(decoder, 0x0c, ctrl->val & 0xff); bt819_s_ctrl() 356 bt819_write(decoder, 0x0d, (ctrl->val >> 7) & 0xff); bt819_s_ctrl() 362 bt819_write(decoder, 0x0e, (temp >> 7) & 0xff); bt819_s_ctrl() 367 bt819_write(decoder, 0x0f, ctrl->val); bt819_s_ctrl()
|
Completed in 88 milliseconds