Lines Matching defs:adv7511_cec_write
256 static int adv7511_cec_write(struct v4l2_subdev *sd, u8 reg, u8 val)
274 return adv7511_cec_write(sd, reg, (adv7511_cec_read(sd, reg) & mask) | val);
492 adv7511_cec_write(sd, reg->reg & 0xff, reg->val & 0xff);
740 adv7511_cec_write(sd, 0x4a, 0x00);
741 adv7511_cec_write(sd, 0x4a, 0x07);
844 adv7511_cec_write(sd, i, msg->msg[i]);
847 adv7511_cec_write(sd, 0x10, len);
849 adv7511_cec_write(sd, 0x11, 0x01);
989 adv7511_cec_write(sd, 0x4a, 0); /* toggle to re-enable rx 1 */
990 adv7511_cec_write(sd, 0x4a, 1);
1780 adv7511_cec_write(sd, 0x50, 0x01);
1781 adv7511_cec_write(sd, 0x50, 0x00);
1784 adv7511_cec_write(sd, 0x4a, 0x00);
1785 adv7511_cec_write(sd, 0x4a, 0x07);
1792 adv7511_cec_write(sd, 0x4e, ratio << 2);