Searched refs:tw9910_mask_set (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/media/i2c/ |
D | tw9910.c | 333 static int tw9910_mask_set(struct i2c_client *client, u8 command, in tw9910_mask_set() function 389 ret = tw9910_mask_set(client, HSLOWCTL, 0x77, in tw9910_set_hsync() 398 tw9910_mask_set(client, ACNTL1, SRESET, SRESET); in tw9910_reset() 416 ret = tw9910_mask_set(client, ACNTL1, ACNTL1_PDN_MASK, acntl1); in tw9910_power() 420 return tw9910_mask_set(client, ACNTL2, ACNTL2_PDN_MASK, acntl2); in tw9910_power() 489 ret = tw9910_mask_set(client, OPFORM, OEN_TRI_SEL_MASK, val); in tw9910_s_stream() 523 ret = tw9910_mask_set(client, VVBI, 0x10, 0x10); in tw9910_s_std() 527 ret = tw9910_mask_set(client, VVBI, 0x10, 0x00); in tw9910_s_std() 664 ret = tw9910_mask_set(client, OPFORM, LEN, val); in tw9910_set_frame() 690 ret = tw9910_mask_set(client, VBICNTL, RTSEL_MASK, val); in tw9910_set_frame()
|