Searched refs:cec_transmit_msg (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/cec/core/ |
H A D | cec-adap.c | 931 int cec_transmit_msg(struct cec_adapter *adap, struct cec_msg *msg, in cec_transmit_msg() function 941 EXPORT_SYMBOL_GPL(cec_transmit_msg); variable 1876 return cec_transmit_msg(adap, &tx_msg, false); in cec_feature_abort_reason() 2045 return cec_transmit_msg(adap, &tx_cec_msg, false); in cec_receive_notify() 2052 return cec_transmit_msg(adap, &tx_cec_msg, false); in cec_receive_notify() 2058 return cec_transmit_msg(adap, &tx_cec_msg, false); in cec_receive_notify() 2070 return cec_transmit_msg(adap, &tx_cec_msg, false); in cec_receive_notify() 2077 return cec_transmit_msg(adap, &tx_cec_msg, false); in cec_receive_notify()
|
/kernel/linux/linux-6.6/drivers/media/cec/core/ |
H A D | cec-adap.c | 935 int cec_transmit_msg(struct cec_adapter *adap, struct cec_msg *msg, in cec_transmit_msg() function 945 EXPORT_SYMBOL_GPL(cec_transmit_msg); variable 1949 return cec_transmit_msg(adap, &tx_msg, false); in cec_feature_abort_reason() 2117 return cec_transmit_msg(adap, &tx_cec_msg, false); in cec_receive_notify() 2124 return cec_transmit_msg(adap, &tx_cec_msg, false); in cec_receive_notify() 2130 return cec_transmit_msg(adap, &tx_cec_msg, false); in cec_receive_notify() 2142 return cec_transmit_msg(adap, &tx_cec_msg, false); in cec_receive_notify() 2149 return cec_transmit_msg(adap, &tx_cec_msg, false); in cec_receive_notify()
|
/kernel/linux/linux-5.10/include/media/ |
H A D | cec.h | 305 int cec_transmit_msg(struct cec_adapter *adap, struct cec_msg *msg,
|
/kernel/linux/linux-5.10/drivers/media/test-drivers/vivid/ |
H A D | vivid-cec.c | 258 cec_transmit_msg(adap, &reply, false); in vivid_received()
|
/kernel/linux/linux-6.6/drivers/media/test-drivers/vivid/ |
H A D | vivid-cec.c | 297 cec_transmit_msg(adap, &reply, false); in vivid_received()
|
/kernel/linux/linux-6.6/include/media/ |
H A D | cec.h | 329 int cec_transmit_msg(struct cec_adapter *adap, struct cec_msg *msg,
|
Completed in 8 milliseconds