Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/media/i2c/
H A Dadv7511-v4l2.c249 static inline int adv7511_cec_read(struct v4l2_subdev *sd, u8 reg) in adv7511_cec_read() function
274 return adv7511_cec_write(sd, reg, (adv7511_cec_read(sd, reg) & mask) | val); in adv7511_cec_write_and_or()
470 reg->val = adv7511_cec_read(sd, reg->reg & 0xff); in adv7511_g_register()
857 if ((adv7511_cec_read(sd, 0x11) & 0x01) == 0) { in adv_cec_tx_raw_status()
880 nack_cnt = adv7511_cec_read(sd, 0x14) & 0xf; in adv_cec_tx_raw_status()
883 low_drive_cnt = adv7511_cec_read(sd, 0x14) >> 4; in adv_cec_tx_raw_status()
975 msg.len = adv7511_cec_read(sd, 0x25) & 0x1f; in adv7511_isr()
987 msg.msg[i] = adv7511_cec_read(sd, i + 0x15); in adv7511_isr()
/kernel/linux/linux-6.6/drivers/media/i2c/
H A Dadv7511-v4l2.c237 static inline int adv7511_cec_read(struct v4l2_subdev *sd, u8 reg) in adv7511_cec_read() function
262 return adv7511_cec_write(sd, reg, (adv7511_cec_read(sd, reg) & mask) | val); in adv7511_cec_write_and_or()
436 reg->val = adv7511_cec_read(sd, reg->reg & 0xff); in adv7511_g_register()
823 if ((adv7511_cec_read(sd, 0x11) & 0x01) == 0) { in adv_cec_tx_raw_status()
846 nack_cnt = adv7511_cec_read(sd, 0x14) & 0xf; in adv_cec_tx_raw_status()
849 low_drive_cnt = adv7511_cec_read(sd, 0x14) >> 4; in adv_cec_tx_raw_status()
941 msg.len = adv7511_cec_read(sd, 0x25) & 0x1f; in adv7511_isr()
953 msg.msg[i] = adv7511_cec_read(sd, i + 0x15); in adv7511_isr()

Completed in 7 milliseconds