Home
last modified time | relevance | path

Searched refs:adv7511_cec_read (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/media/i2c/
Dadv7511.c244 static inline int adv7511_cec_read(struct v4l2_subdev *sd, u8 reg) in adv7511_cec_read() function
269 return adv7511_cec_write(sd, reg, (adv7511_cec_read(sd, reg) & mask) | val); in adv7511_cec_write_and_or()
465 reg->val = adv7511_cec_read(sd, reg->reg & 0xff); in adv7511_g_register()
852 if ((adv7511_cec_read(sd, 0x11) & 0x01) == 0) { in adv_cec_tx_raw_status()
875 nack_cnt = adv7511_cec_read(sd, 0x14) & 0xf; in adv_cec_tx_raw_status()
878 low_drive_cnt = adv7511_cec_read(sd, 0x14) >> 4; in adv_cec_tx_raw_status()
970 msg.len = adv7511_cec_read(sd, 0x25) & 0x1f; in adv7511_isr()
982 msg.msg[i] = adv7511_cec_read(sd, i + 0x15); in adv7511_isr()