Home
last modified time | relevance | path

Searched refs:adv7511_wr (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.6/drivers/media/i2c/
Dadv7511-v4l2.c194 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(sd, 0x27, B4); in adv7511_csc_coeff()
[all …]