Searched refs:cec_read (Results 1 – 5 of 5) sorted by relevance
| /drivers/media/cec/platform/tegra/ |
| A D | tegra_cec.c | 52 static inline u32 cec_read(struct tegra_cec *cec, u32 reg) in cec_read() function 66 hw_ctrl = cec_read(cec, TEGRA_CEC_HW_CONTROL); in tegra_cec_error_recovery() 99 status = cec_read(cec, TEGRA_CEC_INT_STAT); in tegra_cec_irq_handler() 100 mask = cec_read(cec, TEGRA_CEC_INT_MASK); in tegra_cec_irq_handler() 175 v = cec_read(cec, TEGRA_CEC_RX_REGISTER); in tegra_cec_irq_handler() 253 u32 state = cec_read(cec, TEGRA_CEC_HW_CONTROL); in tegra_cec_adap_log_addr() 268 u32 reg = cec_read(cec, TEGRA_CEC_HW_CONTROL); in tegra_cec_adap_monitor_all_enable() 303 mask = cec_read(cec, TEGRA_CEC_INT_MASK); in tegra_cec_adap_transmit()
|
| /drivers/gpu/drm/bridge/ |
| 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()
|
| /drivers/staging/gpib/cec/ |
| 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,
|
| /drivers/media/i2c/ |
| A D | adv7842.c | 382 static inline int cec_read(struct v4l2_subdev *sd, u8 reg) in cec_read() function 398 return cec_write(sd, reg, (cec_read(sd, reg) & ~mask) | val); in cec_write_clr_set() 870 reg->val = cec_read(sd, reg->reg & 0xff); in adv7842_g_register() 2175 if ((cec_read(sd, 0x11) & 0x01) == 0) { in adv7842_cec_tx_raw_status() 2198 nack_cnt = cec_read(sd, 0x14) & 0xf; in adv7842_cec_tx_raw_status() 2201 low_drive_cnt = cec_read(sd, 0x14) >> 4; in adv7842_cec_tx_raw_status() 2230 msg.len = cec_read(sd, 0x25) & 0x1f; in adv7842_cec_isr() 2238 msg.msg[i] = cec_read(sd, i + 0x15); in adv7842_cec_isr()
|
| A D | adv7604.c | 418 static inline int cec_read(struct v4l2_subdev *sd, u8 reg) in cec_read() function 435 return cec_write(sd, reg, (cec_read(sd, reg) & ~mask) | val); in cec_write_clr_set() 2000 if ((cec_read(sd, 0x11) & 0x01) == 0) { in adv76xx_cec_tx_raw_status() 2023 nack_cnt = cec_read(sd, 0x14) & 0xf; in adv76xx_cec_tx_raw_status() 2026 low_drive_cnt = cec_read(sd, 0x14) >> 4; in adv76xx_cec_tx_raw_status() 2056 msg.len = cec_read(sd, 0x25) & 0x1f; in adv76xx_cec_isr() 2064 msg.msg[i] = cec_read(sd, i + 0x15); in adv76xx_cec_isr()
|
Completed in 27 milliseconds