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 D | cec-splitter.c | 31 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 D | vivid-cec.c | 348 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 D | cec-adap.c | 993 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 D | cec.h | 379 int cec_transmit_msg(struct cec_adapter *adap, struct cec_msg *msg,
|
| /linux-6.15/Documentation/driver-api/media/ |
| H A D | cec-core.rst | 431 int cec_transmit_msg(struct cec_adapter *adap, struct cec_msg *msg, \
|