Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/media/i2c/
H A Dadv7511-v4l2.c256 static int adv7511_cec_write(struct v4l2_subdev *sd, u8 reg, u8 val) in adv7511_cec_write() function
274 return adv7511_cec_write(sd, reg, (adv7511_cec_read(sd, reg) & mask) | val); in adv7511_cec_write_and_or()
492 adv7511_cec_write(sd, reg->reg & 0xff, reg->val & 0xff); in adv7511_s_register()
740 adv7511_cec_write(sd, 0x4a, 0x00); in adv7511_cec_adap_enable()
741 adv7511_cec_write(sd, 0x4a, 0x07); in adv7511_cec_adap_enable()
844 adv7511_cec_write(sd, i, msg->msg[i]); in adv7511_cec_adap_transmit()
847 adv7511_cec_write(sd, 0x10, len); in adv7511_cec_adap_transmit()
849 adv7511_cec_write(sd, 0x11, 0x01); in adv7511_cec_adap_transmit()
989 adv7511_cec_write(sd, 0x4a, 0); /* toggle to re-enable rx 1 */ in adv7511_isr()
990 adv7511_cec_write(s in adv7511_isr()
[all...]
/kernel/linux/linux-6.6/drivers/media/i2c/
H A Dadv7511-v4l2.c244 static int adv7511_cec_write(struct v4l2_subdev *sd, u8 reg, u8 val) in adv7511_cec_write() function
262 return adv7511_cec_write(sd, reg, (adv7511_cec_read(sd, reg) & mask) | val); in adv7511_cec_write_and_or()
458 adv7511_cec_write(sd, reg->reg & 0xff, reg->val & 0xff); in adv7511_s_register()
706 adv7511_cec_write(sd, 0x4a, 0x00); in adv7511_cec_adap_enable()
707 adv7511_cec_write(sd, 0x4a, 0x07); in adv7511_cec_adap_enable()
810 adv7511_cec_write(sd, i, msg->msg[i]); in adv7511_cec_adap_transmit()
813 adv7511_cec_write(sd, 0x10, len); in adv7511_cec_adap_transmit()
815 adv7511_cec_write(sd, 0x11, 0x01); in adv7511_cec_adap_transmit()
955 adv7511_cec_write(sd, 0x4a, 0); /* toggle to re-enable rx 1 */ in adv7511_isr()
956 adv7511_cec_write(s in adv7511_isr()
[all...]

Completed in 5 milliseconds