Home
last modified time | relevance | path

Searched refs:cec_transmit_msg (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/media/cec/usb/extron-da-hd-4k-plus/
H A Dcec-splitter.c31 return cec_transmit_msg(adap, &tx_msg, false); in cec_feature_abort_reason()
45 cec_transmit_msg(adap, &msg, false); in cec_port_out_active_source()
67 cec_transmit_msg(adap, &msg, false); in cec_port_out_standby()
91 cec_transmit_msg(adap, &msg, false); in cec_port_out_wakeup()
160 cec_transmit_msg(adap, &msg, false); in cec_out_passthrough()
214 cec_transmit_msg(input_adap, &reply, false); in cec_out_report_current_latency()
252 if (cec_transmit_msg(adap, &msg, false)) in cec_out_request_current_latency()
313 cec_transmit_msg(input_adap, &reply, false); in cec_out_report_power_status()
347 if (cec_transmit_msg(adap, &msg, false)) in cec_out_give_device_power_status()
547 cec_transmit_msg(adap, &reply, false); in cec_splitter_received_output()
[all …]
/linux/drivers/media/cec/core/
H A Dcec-adap.c993 int cec_transmit_msg(struct cec_adapter *adap, struct cec_msg *msg, in cec_transmit_msg() function
1003 EXPORT_SYMBOL_GPL(cec_transmit_msg);
2006 return cec_transmit_msg(adap, &tx_msg, false); in cec_feature_abort_reason()
2174 return cec_transmit_msg(adap, &tx_cec_msg, false); in cec_receive_notify()
2181 return cec_transmit_msg(adap, &tx_cec_msg, false); in cec_receive_notify()
2187 return cec_transmit_msg(adap, &tx_cec_msg, false); in cec_receive_notify()
2199 return cec_transmit_msg(adap, &tx_cec_msg, false); in cec_receive_notify()
2206 return cec_transmit_msg(adap, &tx_cec_msg, false); in cec_receive_notify()
/linux/Documentation/driver-api/media/
H A Dcec-core.rst431 int cec_transmit_msg(struct cec_adapter *adap, struct cec_msg *msg, \