Searched refs:cec_transmit_msg (Results 1 – 4 of 4) sorted by relevance
/linux-5.19.10/drivers/media/cec/core/ |
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); 1938 return cec_transmit_msg(adap, &tx_msg, false); in cec_feature_abort_reason() 2106 return cec_transmit_msg(adap, &tx_cec_msg, false); in cec_receive_notify() 2113 return cec_transmit_msg(adap, &tx_cec_msg, false); in cec_receive_notify() 2119 return cec_transmit_msg(adap, &tx_cec_msg, false); in cec_receive_notify() 2131 return cec_transmit_msg(adap, &tx_cec_msg, false); in cec_receive_notify() 2138 return cec_transmit_msg(adap, &tx_cec_msg, false); in cec_receive_notify()
|
/linux-5.19.10/include/media/ |
D | cec.h | 326 int cec_transmit_msg(struct cec_adapter *adap, struct cec_msg *msg,
|
/linux-5.19.10/drivers/media/test-drivers/vivid/ |
D | vivid-cec.c | 297 cec_transmit_msg(adap, &reply, false); in vivid_received()
|
/linux-5.19.10/Documentation/driver-api/media/ |
D | cec-core.rst | 407 int cec_transmit_msg(struct cec_adapter *adap, struct cec_msg *msg, \
|