Searched refs:CEC_CAP_LOG_ADDRS (Results 1 – 8 of 8) sorted by relevance
328 const u32 caps = CEC_CAP_TRANSMIT | CEC_CAP_LOG_ADDRS | in hdmi4_cec_init()
86 - ``CEC_CAP_LOG_ADDRS``
47 is only available if ``CEC_CAP_LOG_ADDRS`` is set (the ``ENOTTY`` error code is359 The ``CEC_CAP_LOG_ADDRS`` capability wasn't set, so this ioctl is not supported.
21 #define CEC_CAP_DEFAULTS (CEC_CAP_LOG_ADDRS | CEC_CAP_TRANSMIT | \
330 #define CEC_CAP_LOG_ADDRS (1 << 1) macro
173 if (!(adap->capabilities & CEC_CAP_LOG_ADDRS)) in cec_adap_s_log_addrs()
464 Claim the CEC logical addresses. Should never be called if CEC_CAP_LOG_ADDRS
1495 caps &= ~CEC_CAP_LOG_ADDRS; in extron_setup()