Searched refs:tw9910_mask_set (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/media/i2c/
H A Dtw9910.c338 static int tw9910_mask_set(struct i2c_client *client, u8 command, function
394 ret = tw9910_mask_set(client, HSLOWCTL, 0x77,
403 tw9910_mask_set(client, ACNTL1, SRESET, SRESET);
421 ret = tw9910_mask_set(client, ACNTL1, ACNTL1_PDN_MASK, acntl1);
425 return tw9910_mask_set(client, ACNTL2, ACNTL2_PDN_MASK, acntl2);
494 ret = tw9910_mask_set(client, OPFORM, OEN_TRI_SEL_MASK, val);
528 ret = tw9910_mask_set(client, VVBI, 0x10, 0x10);
532 ret = tw9910_mask_set(client, VVBI, 0x10, 0x00);
669 ret = tw9910_mask_set(client, OPFORM, LEN, val);
695 ret = tw9910_mask_set(clien
[all...]

Completed in 166 milliseconds