Home
last modified time | relevance | path

Searched refs:cec_transmit_msg_fh (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/media/cec/core/
H A Dcec-priv.h54 int cec_transmit_msg_fh(struct cec_adapter *adap, struct cec_msg *msg,
H A Dcec-adap.c751 int cec_transmit_msg_fh(struct cec_adapter *adap, struct cec_msg *msg, in cec_transmit_msg_fh() function
953 ret = cec_transmit_msg_fh(adap, msg, NULL, block); in cec_transmit_msg()
1275 err = cec_transmit_msg_fh(adap, &msg, NULL, true); in cec_config_log_addr()
1519 cec_transmit_msg_fh(adap, &msg, NULL, false); in cec_config_thread_func()
1528 cec_transmit_msg_fh(adap, &msg, NULL, false); in cec_config_thread_func()
1534 cec_transmit_msg_fh(adap, &msg, NULL, false); in cec_config_thread_func()
H A Dcec-api.c230 err = cec_transmit_msg_fh(adap, &msg, fh, block); in cec_transmit()