Home
last modified time | relevance | path

Searched refs:cec_transmit_msg (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/media/cec/core/
H A Dcec-adap.c947 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 Dcec.h330 int cec_transmit_msg(struct cec_adapter *adap, struct cec_msg *msg,
/openbmc/linux/drivers/media/test-drivers/vivid/
H A Dvivid-cec.c297 cec_transmit_msg(adap, &reply, false); in vivid_received()
/openbmc/linux/Documentation/driver-api/media/
H A Dcec-core.rst431 int cec_transmit_msg(struct cec_adapter *adap, struct cec_msg *msg, \