Searched refs:adv7511_cec_write (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/media/i2c/
H A Dadv7511-v4l2.c244 static int adv7511_cec_write(struct v4l2_subdev *sd, u8 reg, u8 val) function
262 return adv7511_cec_write(sd, reg, (adv7511_cec_read(sd, reg) & mask) | val);
458 adv7511_cec_write(sd, reg->reg & 0xff, reg->val & 0xff);
706 adv7511_cec_write(sd, 0x4a, 0x00);
707 adv7511_cec_write(sd, 0x4a, 0x07);
810 adv7511_cec_write(sd, i, msg->msg[i]);
813 adv7511_cec_write(sd, 0x10, len);
815 adv7511_cec_write(sd, 0x11, 0x01);
955 adv7511_cec_write(sd, 0x4a, 0); /* toggle to re-enable rx 1 */
956 adv7511_cec_write(s
[all...]

Completed in 89 milliseconds