Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/cec/
Dcec-priv.h38 int cec_transmit_msg_fh(struct cec_adapter *adap, struct cec_msg *msg,
Dcec-adap.c700 int cec_transmit_msg_fh(struct cec_adapter *adap, struct cec_msg *msg, in cec_transmit_msg_fh() function
899 ret = cec_transmit_msg_fh(adap, msg, NULL, block); in cec_transmit_msg()
1220 err = cec_transmit_msg_fh(adap, &msg, NULL, true); in cec_config_log_addr()
1427 cec_transmit_msg_fh(adap, &msg, NULL, false); in cec_config_thread_func()
1436 cec_transmit_msg_fh(adap, &msg, NULL, false); in cec_config_thread_func()
Dcec-api.c200 err = cec_transmit_msg_fh(adap, &msg, fh, block); in cec_transmit()