Searched refs:cec_read (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/gpu/drm/bridge/ |
| H A D | tda998x_drv.c | 423 cec_read(struct tda998x_priv *priv, u8 addr) in cec_read() function 452 int val = cec_read(priv, REG_CEC_ENAMODS); in cec_enamods() 474 val = cec_read(priv, REG_CEC_DES_FREQ2); in tda998x_cec_set_calibration() 796 sta = cec_read(priv, REG_CEC_INTSTATUS); in tda998x_irq_thread() 798 cec = cec_read(priv, REG_CEC_RXSHPDINT); in tda998x_irq_thread() 799 lvl = cec_read(priv, REG_CEC_RXSHPDLEV); in tda998x_irq_thread() 1198 u8 val = cec_read(priv, REG_CEC_RXSHPDLEV); in tda998x_conn_detect() 1917 cec_read(priv, REG_CEC_RXSHPDINT); in tda998x_probe()
|
| /linux/drivers/gpib/cec/ |
| H A D | cec_gpib.c | 48 static int cec_read(struct gpib_board *board, u8 *buffer, size_t length, int *end, in cec_read() function 195 .read = cec_read,
|