Searched refs:tw9910_mask_set (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/drivers/media/i2c/ |
D | tw9910.c | 338 static int tw9910_mask_set(struct i2c_client *client, u8 command, in tw9910_mask_set() function 394 ret = tw9910_mask_set(client, HSLOWCTL, 0x77, in tw9910_set_hsync() 403 tw9910_mask_set(client, ACNTL1, SRESET, SRESET); in tw9910_reset() 421 ret = tw9910_mask_set(client, ACNTL1, ACNTL1_PDN_MASK, acntl1); in tw9910_power() 425 return tw9910_mask_set(client, ACNTL2, ACNTL2_PDN_MASK, acntl2); in tw9910_power() 494 ret = tw9910_mask_set(client, OPFORM, OEN_TRI_SEL_MASK, val); in tw9910_s_stream() 528 ret = tw9910_mask_set(client, VVBI, 0x10, 0x10); in tw9910_s_std() 532 ret = tw9910_mask_set(client, VVBI, 0x10, 0x00); in tw9910_s_std() 669 ret = tw9910_mask_set(client, OPFORM, LEN, val); in tw9910_set_frame() 695 ret = tw9910_mask_set(client, VBICNTL, RTSEL_MASK, val); in tw9910_set_frame()
|