Searched refs:tx_cec_msg (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.10/drivers/media/cec/core/ |
| D | cec-adap.c | 1905 struct cec_msg tx_cec_msg = { }; in cec_receive_notify() local 1974 cec_msg_set_reply_to(&tx_cec_msg, msg); in cec_receive_notify() 2042 cec_msg_cec_version(&tx_cec_msg, adap->log_addrs.cec_version); in cec_receive_notify() 2043 return cec_transmit_msg(adap, &tx_cec_msg, false); in cec_receive_notify() 2049 cec_msg_report_physical_addr(&tx_cec_msg, adap->phys_addr, devtype); in cec_receive_notify() 2050 return cec_transmit_msg(adap, &tx_cec_msg, false); in cec_receive_notify() 2055 cec_msg_device_vendor_id(&tx_cec_msg, adap->log_addrs.vendor_id); in cec_receive_notify() 2056 return cec_transmit_msg(adap, &tx_cec_msg, false); in cec_receive_notify() 2067 cec_msg_set_osd_name(&tx_cec_msg, adap->log_addrs.osd_name); in cec_receive_notify() 2068 return cec_transmit_msg(adap, &tx_cec_msg, false); in cec_receive_notify() [all …]
|