Home
last modified time | relevance | path

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

/linux/drivers/media/i2c/
H A Dadv7511-v4l2.c232 static inline int adv7511_cec_read(struct v4l2_subdev *sd, u8 reg) in adv7511_cec_read() function
257 return adv7511_cec_write(sd, reg, (adv7511_cec_read(sd, reg) & mask) | val); in adv7511_cec_write_and_or()
431 reg->val = adv7511_cec_read(sd, reg->reg & 0xff); in adv7511_g_register()
818 if ((adv7511_cec_read(sd, 0x11) & 0x01) == 0) { in adv_cec_tx_raw_status()
841 nack_cnt = adv7511_cec_read(sd, 0x14) & 0xf; in adv_cec_tx_raw_status()
844 low_drive_cnt = adv7511_cec_read(sd, 0x14) >> 4; in adv_cec_tx_raw_status()
936 msg.len = adv7511_cec_read(sd, 0x25) & 0x1f; in adv7511_isr()
948 msg.msg[i] = adv7511_cec_read(sd, i + 0x15); in adv7511_isr()