Searched refs:cec_read (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/gpu/drm/i2c/ |
D | tda998x_drv.c | 360 cec_read(struct tda998x_priv *priv, uint8_t addr) in cec_read() function 575 sta = cec_read(priv, REG_CEC_INTSTATUS); in tda998x_irq_thread() 576 cec = cec_read(priv, REG_CEC_RXSHPDINT); in tda998x_irq_thread() 577 lvl = cec_read(priv, REG_CEC_RXSHPDLEV); in tda998x_irq_thread() 1033 uint8_t val = cec_read(priv, REG_CEC_RXSHPDLEV); in tda998x_encoder_detect()
|
/linux-4.1.27/drivers/media/i2c/ |
D | adv7842.c | 352 static inline int cec_read(struct v4l2_subdev *sd, u8 reg) in cec_read() function 368 return cec_write(sd, reg, (cec_read(sd, reg) & mask) | val); in cec_write_and_or() 782 reg->val = cec_read(sd, reg->reg & 0xff); in adv7842_g_register() 2276 v4l2_info(sd, "CEC %s\n", !!(cec_read(sd, 0x2a) & 0x01) ? in adv7842_cp_log_status()
|
D | adv7604.c | 446 static inline int cec_read(struct v4l2_subdev *sd, u8 reg) in cec_read() function 2190 v4l2_info(sd, "CEC: %s\n", !!(cec_read(sd, 0x2a) & 0x01) ? in adv76xx_log_status()
|