Searched refs:tw9910_mask_set (Results 1 – 1 of 1) sorted by relevance
/drivers/media/i2c/soc_camera/ |
D | tw9910.c | 337 static int tw9910_mask_set(struct i2c_client *client, u8 command, in tw9910_mask_set() function 392 ret = tw9910_mask_set(client, HSLOWCTL, 0x77, in tw9910_set_hsync() 401 tw9910_mask_set(client, ACNTL1, SRESET, SRESET); in tw9910_reset() 419 ret = tw9910_mask_set(client, ACNTL1, ACNTL1_PDN_MASK, acntl1); in tw9910_power() 423 return tw9910_mask_set(client, ACNTL2, ACNTL2_PDN_MASK, acntl2); in tw9910_power() 492 ret = tw9910_mask_set(client, OPFORM, OEN_TRI_SEL_MASK, val); in tw9910_s_stream() 526 ret = tw9910_mask_set(client, VVBI, 0x10, 0x10); in tw9910_s_std() 530 ret = tw9910_mask_set(client, VVBI, 0x10, 0x00); in tw9910_s_std() 620 ret = tw9910_mask_set(client, OPFORM, LEN, val); in tw9910_set_frame() 648 ret = tw9910_mask_set(client, VBICNTL, RTSEL_MASK, val); in tw9910_set_frame()
|