Home
last modified time | relevance | path

Searched refs:CEC_TX_STATUS_MAX_RETRIES (Results 1 – 14 of 14) sorted by relevance

/openbmc/linux/drivers/media/cec/platform/s5p/
H A Ds5p_cec.c144 CEC_TX_STATUS_MAX_RETRIES | CEC_TX_STATUS_NACK, in s5p_cec_irq_handler_thread()
150 CEC_TX_STATUS_MAX_RETRIES | CEC_TX_STATUS_ERROR, in s5p_cec_irq_handler_thread()
/openbmc/linux/drivers/gpu/drm/display/
H A Ddrm_dp_cec.c227 CEC_TX_STATUS_MAX_RETRIES); in drm_dp_cec_handle_irq()
231 CEC_TX_STATUS_MAX_RETRIES); in drm_dp_cec_handle_irq()
/openbmc/linux/drivers/media/cec/core/
H A Dcec-adap.c377 CEC_TX_STATUS_MAX_RETRIES; in cec_data_cancel()
602 bool done = status & (CEC_TX_STATUS_MAX_RETRIES | CEC_TX_STATUS_OK); in cec_transmit_done_ts()
666 msg->tx_status |= CEC_TX_STATUS_MAX_RETRIES; in cec_transmit_done_ts()
698 switch (status & ~CEC_TX_STATUS_MAX_RETRIES) { in cec_transmit_attempt_done_ts()
834 CEC_TX_STATUS_MAX_RETRIES; in cec_transmit_msg_fh()
/openbmc/linux/drivers/media/cec/platform/cros-ec/
H A Dcros-ec-cec.c67 CEC_TX_STATUS_MAX_RETRIES | in handle_cec_event()
/openbmc/linux/drivers/gpu/drm/omapdrm/dss/
H A Dhdmi4_cec.c114 CEC_TX_STATUS_MAX_RETRIES, in hdmi4_cec_irq()
/openbmc/linux/drivers/gpu/drm/bridge/adv7511/
H A Dadv7511_cec.c62 status = CEC_TX_STATUS_MAX_RETRIES; in adv_cec_tx_raw_status()
/openbmc/linux/drivers/gpu/drm/i2c/
H A Dtda9950.c192 tx_status |= CEC_TX_STATUS_MAX_RETRIES; in tda9950_irq()
/openbmc/linux/drivers/media/cec/i2c/
H A Dch7322.c265 status |= CEC_TX_STATUS_MAX_RETRIES; in ch7322_tx_done()
/openbmc/linux/include/uapi/linux/
H A Dcec.h175 #define CEC_TX_STATUS_MAX_RETRIES (1 << 5) macro
/openbmc/linux/Documentation/userspace-api/media/cec/
H A Dcec-ioc-receive.rst249 exclusive with :ref:`CEC_TX_STATUS_MAX_RETRIES <CEC-TX-STATUS-MAX-RETRIES>`.
285 - ``CEC_TX_STATUS_MAX_RETRIES``
/openbmc/linux/Documentation/driver-api/media/
H A Dcec-core.rst277 CEC_TX_STATUS_MAX_RETRIES:
/openbmc/linux/drivers/media/i2c/
H A Dadv7511-v4l2.c845 status = CEC_TX_STATUS_MAX_RETRIES; in adv_cec_tx_raw_status()
H A Dadv7604.c2018 status = CEC_TX_STATUS_MAX_RETRIES; in adv76xx_cec_tx_raw_status()
H A Dadv7842.c2184 status = CEC_TX_STATUS_MAX_RETRIES; in adv7842_cec_tx_raw_status()