Searched refs:cec_transmit_msg (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/media/cec/core/ |
H A D | cec-adap.c | 947 int cec_transmit_msg(struct cec_adapter *adap, struct cec_msg *msg, in cec_transmit_msg() function 957 EXPORT_SYMBOL_GPL(cec_transmit_msg); 1951 return cec_transmit_msg(adap, &tx_msg, false); in cec_feature_abort_reason() 2119 return cec_transmit_msg(adap, &tx_cec_msg, false); in cec_receive_notify() 2126 return cec_transmit_msg(adap, &tx_cec_msg, false); in cec_receive_notify() 2132 return cec_transmit_msg(adap, &tx_cec_msg, false); in cec_receive_notify() 2144 return cec_transmit_msg(adap, &tx_cec_msg, false); in cec_receive_notify() 2151 return cec_transmit_msg(adap, &tx_cec_msg, false); in cec_receive_notify()
|
/openbmc/linux/include/media/ |
H A D | cec.h | 330 int cec_transmit_msg(struct cec_adapter *adap, struct cec_msg *msg,
|
/openbmc/linux/drivers/media/test-drivers/vivid/ |
H A D | vivid-cec.c | 297 cec_transmit_msg(adap, &reply, false); in vivid_received()
|
/openbmc/linux/Documentation/driver-api/media/ |
H A D | cec-core.rst | 431 int cec_transmit_msg(struct cec_adapter *adap, struct cec_msg *msg, \
|