Lines Matching refs:adv7511_cec_write
242 static int adv7511_cec_write(struct v4l2_subdev *sd, u8 reg, u8 val)
260 return adv7511_cec_write(sd, reg, (adv7511_cec_read(sd, reg) & mask) | val);
456 adv7511_cec_write(sd, reg->reg & 0xff, reg->val & 0xff);
719 adv7511_cec_write(sd, 0x4a, 0x00);
720 adv7511_cec_write(sd, 0x4a, 0x07);
823 adv7511_cec_write(sd, i, msg->msg[i]);
826 adv7511_cec_write(sd, 0x10, len);
828 adv7511_cec_write(sd, 0x11, 0x01);
968 adv7511_cec_write(sd, 0x4a, 0); /* toggle to re-enable rx 1 */
969 adv7511_cec_write(sd, 0x4a, 1);
1811 adv7511_cec_write(sd, 0x50, 0x01);
1812 adv7511_cec_write(sd, 0x50, 0x00);
1815 adv7511_cec_write(sd, 0x4a, 0x00);
1816 adv7511_cec_write(sd, 0x4a, 0x07);
1823 adv7511_cec_write(sd, 0x4e, ratio << 2);