Searched refs:adv7842_set_offset (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/media/i2c/ |
D | adv7842.c | 1115 static void adv7842_set_offset(struct v4l2_subdev *sd, bool auto_offset, u16 offset_a, u16 offset_b… in adv7842_set_offset() function 1184 adv7842_set_offset(sd, true, 0x0, 0x0, 0x0); in set_rgb_quantization_range() 1221 adv7842_set_offset(sd, false, 0x40, 0x40, 0x40); in set_rgb_quantization_range() 1224 adv7842_set_offset(sd, false, 0x70, 0x70, 0x70); in set_rgb_quantization_range() 1260 adv7842_set_offset(sd, false, 0x40, 0x40, 0x40); in set_rgb_quantization_range() 1263 adv7842_set_offset(sd, false, 0x70, 0x70, 0x70); in set_rgb_quantization_range()
|