Home
last modified time | relevance | path

Searched refs:cec_version (Results 1 – 7 of 7) sorted by relevance

/linux-6.12.1/drivers/media/cec/core/
Dcec-adap.c1177 adap->log_addrs.cec_version < CEC_OP_CEC_VERSION_2_0 && in cec_received_msg_ts()
1508 las->cec_version < CEC_OP_CEC_VERSION_2_0) in cec_config_thread_func()
1564 adap->log_addrs.cec_version >= CEC_OP_CEC_VERSION_2_0) { in cec_config_thread_func()
1803 adap->log_addrs.cec_version = CEC_OP_CEC_VERSION_2_0; in __cec_s_log_addrs()
1850 if (log_addrs->cec_version != CEC_OP_CEC_VERSION_1_4 && in __cec_s_log_addrs()
1851 log_addrs->cec_version != CEC_OP_CEC_VERSION_2_0) { in __cec_s_log_addrs()
1910 if (log_addrs->cec_version >= CEC_OP_CEC_VERSION_2_0) { in __cec_s_log_addrs()
1974 msg->msg[2] = adap->log_addrs.cec_version; in cec_fill_msg_report_features()
2172 cec_msg_cec_version(&tx_cec_msg, adap->log_addrs.cec_version); in cec_receive_notify()
2202 if (adap->log_addrs.cec_version < CEC_OP_CEC_VERSION_2_0) in cec_receive_notify()
Dcec-core.c245 adap->log_addrs.cec_version = CEC_OP_CEC_VERSION_2_0; in cec_allocate_adapter()
/linux-6.12.1/drivers/media/cec/usb/pulse8/
Dpulse8-cec.c588 cmd[1] = adap->log_addrs.cec_version; in pulse8_cec_adap_log_addr()
769 log_addrs->cec_version = CEC_OP_CEC_VERSION_1_4; in pulse8_setup()
775 log_addrs->cec_version = data[0]; in pulse8_setup()
776 dev_dbg(pulse8->dev, "CEC version: %d\n", log_addrs->cec_version); in pulse8_setup()
/linux-6.12.1/include/uapi/linux/
Dcec-funcs.h769 static inline void cec_msg_cec_version(struct cec_msg *msg, __u8 cec_version) in cec_msg_cec_version() argument
773 msg->msg[2] = cec_version; in cec_msg_cec_version()
777 __u8 *cec_version) in cec_ops_cec_version() argument
779 *cec_version = msg->msg[2]; in cec_ops_cec_version()
849 __u8 cec_version, __u8 all_device_types, in cec_msg_report_features() argument
855 msg->msg[2] = cec_version; in cec_msg_report_features()
862 __u8 *cec_version, __u8 *all_device_types, in cec_ops_report_features() argument
867 *cec_version = msg->msg[2]; in cec_ops_report_features()
Dcec.h387 __u8 cec_version; member
/linux-6.12.1/Documentation/userspace-api/media/cec/
Dcec-ioc-adap-g-log-addrs.rst54 ``cec_version``, ``vendor_id`` and ``osd_name`` fields are all reset to their default
93 - ``cec_version``
/linux-6.12.1/drivers/media/cec/usb/extron-da-hd-4k-plus/
Dextron-da-hd-4k-plus.c1684 log_addrs.cec_version = CEC_OP_CEC_VERSION_2_0; in extron_setup_thread()