Searched refs:adv7511_wr (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/media/i2c/ |
D | adv7511.c | 186 static int adv7511_wr(struct v4l2_subdev *sd, u8 reg, u8 val) in adv7511_wr() function 205 adv7511_wr(sd, reg, (adv7511_rd(sd, reg) & clr_mask) | val_mask); in adv7511_wr_and_or() 262 adv7511_wr(sd, 0x19, A1); in adv7511_csc_coeff() 264 adv7511_wr(sd, 0x1B, A2); in adv7511_csc_coeff() 266 adv7511_wr(sd, 0x1d, A3); in adv7511_csc_coeff() 268 adv7511_wr(sd, 0x1f, A4); in adv7511_csc_coeff() 272 adv7511_wr(sd, 0x21, B1); in adv7511_csc_coeff() 274 adv7511_wr(sd, 0x23, B2); in adv7511_csc_coeff() 276 adv7511_wr(sd, 0x25, B3); in adv7511_csc_coeff() 278 adv7511_wr(sd, 0x27, B4); in adv7511_csc_coeff() [all …]
|