Searched refs:cec_read (Results 1 - 3 of 3) sorted by relevance
/linux-4.4.14/drivers/gpu/drm/i2c/ |
H A D | tda998x_drv.c | 371 cec_read(struct tda998x_priv *priv, u8 addr) cec_read() function 620 sta = cec_read(priv, REG_CEC_INTSTATUS); tda998x_irq_thread() 621 cec = cec_read(priv, REG_CEC_RXSHPDINT); tda998x_irq_thread() 622 lvl = cec_read(priv, REG_CEC_RXSHPDLEV); tda998x_irq_thread() 1086 u8 val = cec_read(priv, REG_CEC_RXSHPDLEV); tda998x_connector_detect()
|
/linux-4.4.14/drivers/media/i2c/ |
H A D | adv7842.c | 407 static inline int cec_read(struct v4l2_subdev *sd, u8 reg) cec_read() function 423 return cec_write(sd, reg, (cec_read(sd, reg) & mask) | val); cec_write_and_or() 895 reg->val = cec_read(sd, reg->reg & 0xff); adv7842_g_register() 2499 v4l2_info(sd, "CEC %s\n", !!(cec_read(sd, 0x2a) & 0x01) ? adv7842_cp_log_status()
|
H A D | adv7604.c | 452 static inline int cec_read(struct v4l2_subdev *sd, u8 reg) cec_read() function 2268 v4l2_info(sd, "CEC: %s\n", !!(cec_read(sd, 0x2a) & 0x01) ? adv76xx_log_status()
|
Completed in 120 milliseconds