Searched refs:tx_cec_msg (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/cec/core/ |
H A D | cec-adap.c | 1907 struct cec_msg tx_cec_msg = { }; in cec_receive_notify() local 1976 cec_msg_set_reply_to(&tx_cec_msg, msg); in cec_receive_notify() 2044 cec_msg_cec_version(&tx_cec_msg, adap->log_addrs.cec_version); in cec_receive_notify() 2045 return cec_transmit_msg(adap, &tx_cec_msg, false); in cec_receive_notify() 2051 cec_msg_report_physical_addr(&tx_cec_msg, adap->phys_addr, devtype); in cec_receive_notify() 2052 return cec_transmit_msg(adap, &tx_cec_msg, false); in cec_receive_notify() 2057 cec_msg_device_vendor_id(&tx_cec_msg, adap->log_addrs.vendor_id); in cec_receive_notify() 2058 return cec_transmit_msg(adap, &tx_cec_msg, false); in cec_receive_notify() 2069 cec_msg_set_osd_name(&tx_cec_msg, adap->log_addrs.osd_name); in cec_receive_notify() 2070 return cec_transmit_msg(adap, &tx_cec_msg, fals in cec_receive_notify() [all...] |
/kernel/linux/linux-6.6/drivers/media/cec/core/ |
H A D | cec-adap.c | 1980 struct cec_msg tx_cec_msg = { }; in cec_receive_notify() local 2048 cec_msg_set_reply_to(&tx_cec_msg, msg); in cec_receive_notify() 2116 cec_msg_cec_version(&tx_cec_msg, adap->log_addrs.cec_version); in cec_receive_notify() 2117 return cec_transmit_msg(adap, &tx_cec_msg, false); in cec_receive_notify() 2123 cec_msg_report_physical_addr(&tx_cec_msg, adap->phys_addr, devtype); in cec_receive_notify() 2124 return cec_transmit_msg(adap, &tx_cec_msg, false); in cec_receive_notify() 2129 cec_msg_device_vendor_id(&tx_cec_msg, adap->log_addrs.vendor_id); in cec_receive_notify() 2130 return cec_transmit_msg(adap, &tx_cec_msg, false); in cec_receive_notify() 2141 cec_msg_set_osd_name(&tx_cec_msg, adap->log_addrs.osd_name); in cec_receive_notify() 2142 return cec_transmit_msg(adap, &tx_cec_msg, fals in cec_receive_notify() [all...] |
Completed in 10 milliseconds