Home
last modified time | relevance | path

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

/linux-6.15/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()
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()
555 cec_transmit_msg(adap, &reply, false); in cec_splitter_received_output()
[all …]
/linux-6.15/drivers/media/test-drivers/vivid/
H A Dvivid-cec.c348 cec_transmit_msg(adap, &reply, false); in vivid_received()
390 cec_transmit_msg(adap, &reply, false); in vivid_received()
/linux-6.15/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-6.15/include/media/
H A Dcec.h379 int cec_transmit_msg(struct cec_adapter *adap, struct cec_msg *msg,
/linux-6.15/Documentation/driver-api/media/
H A Dcec-core.rst431 int cec_transmit_msg(struct cec_adapter *adap, struct cec_msg *msg, \