Searched refs:adv7511_wr (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/i2c/ |
H A D | adv7511-v4l2.c | 195 static int adv7511_wr(struct v4l2_subdev *sd, u8 reg, u8 val) in adv7511_wr() function 214 adv7511_wr(sd, reg, (adv7511_rd(sd, reg) & clr_mask) | val_mask); in adv7511_wr_and_or() 328 adv7511_wr(sd, 0x19, A1); in adv7511_csc_coeff() 330 adv7511_wr(sd, 0x1B, A2); in adv7511_csc_coeff() 332 adv7511_wr(sd, 0x1d, A3); in adv7511_csc_coeff() 334 adv7511_wr(sd, 0x1f, A4); in adv7511_csc_coeff() 338 adv7511_wr(sd, 0x21, B1); in adv7511_csc_coeff() 340 adv7511_wr(sd, 0x23, B2); in adv7511_csc_coeff() 342 adv7511_wr(sd, 0x25, B3); in adv7511_csc_coeff() 344 adv7511_wr(s in adv7511_csc_coeff() [all...] |
/kernel/linux/linux-6.6/drivers/media/i2c/ |
H A D | adv7511-v4l2.c | 194 static int adv7511_wr(struct v4l2_subdev *sd, u8 reg, u8 val) in adv7511_wr() function 213 adv7511_wr(sd, reg, (adv7511_rd(sd, reg) & clr_mask) | val_mask); in adv7511_wr_and_or() 294 adv7511_wr(sd, 0x19, A1); in adv7511_csc_coeff() 296 adv7511_wr(sd, 0x1B, A2); in adv7511_csc_coeff() 298 adv7511_wr(sd, 0x1d, A3); in adv7511_csc_coeff() 300 adv7511_wr(sd, 0x1f, A4); in adv7511_csc_coeff() 304 adv7511_wr(sd, 0x21, B1); in adv7511_csc_coeff() 306 adv7511_wr(sd, 0x23, B2); in adv7511_csc_coeff() 308 adv7511_wr(sd, 0x25, B3); in adv7511_csc_coeff() 310 adv7511_wr(s in adv7511_csc_coeff() [all...] |
Completed in 3 milliseconds