Searched refs:cec_read (Results 1 – 2 of 2) sorted by relevance
| /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,
|
| /linux/drivers/gpu/drm/bridge/ |
| H A D | tda998x_drv.c | 424 cec_read(struct tda998x_priv *priv, u8 addr) in cec_read() function 453 int val = cec_read(priv, REG_CEC_ENAMODS); in cec_enamods() 475 val = cec_read(priv, REG_CEC_DES_FREQ2); in tda998x_cec_set_calibration() 797 sta = cec_read(priv, REG_CEC_INTSTATUS); in tda998x_irq_thread() 799 cec = cec_read(priv, REG_CEC_RXSHPDINT); in tda998x_irq_thread() 800 lvl = cec_read(priv, REG_CEC_RXSHPDLEV); in tda998x_irq_thread() 1201 u8 val = cec_read(priv, REG_CEC_RXSHPDLEV); in tda998x_connector_detect() 1867 cec_read(priv, REG_CEC_RXSHPDINT); in tda998x_create()
|