Searched refs:tx_cec_msg (Results 1 – 1 of 1) sorted by relevance
/linux-6.3-rc2/drivers/media/cec/core/ |
A D | cec-adap.c | 1973 struct cec_msg tx_cec_msg = { }; in cec_receive_notify() local 2041 cec_msg_set_reply_to(&tx_cec_msg, msg); in cec_receive_notify() 2109 cec_msg_cec_version(&tx_cec_msg, adap->log_addrs.cec_version); in cec_receive_notify() 2110 return cec_transmit_msg(adap, &tx_cec_msg, false); in cec_receive_notify() 2117 return cec_transmit_msg(adap, &tx_cec_msg, false); in cec_receive_notify() 2122 cec_msg_device_vendor_id(&tx_cec_msg, adap->log_addrs.vendor_id); in cec_receive_notify() 2123 return cec_transmit_msg(adap, &tx_cec_msg, false); in cec_receive_notify() 2134 cec_msg_set_osd_name(&tx_cec_msg, adap->log_addrs.osd_name); in cec_receive_notify() 2135 return cec_transmit_msg(adap, &tx_cec_msg, false); in cec_receive_notify() 2141 cec_fill_msg_report_features(adap, &tx_cec_msg, la_idx); in cec_receive_notify() [all …]
|
Completed in 6 milliseconds