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