Searched refs:cec_transmit_msg_fh (Results 1 – 3 of 3) sorted by relevance
/linux-6.14.4/drivers/media/cec/core/ |
D | cec-priv.h | 52 int cec_transmit_msg_fh(struct cec_adapter *adap, struct cec_msg *msg,
|
D | cec-adap.c | 780 int cec_transmit_msg_fh(struct cec_adapter *adap, struct cec_msg *msg, in cec_transmit_msg_fh() function 999 ret = cec_transmit_msg_fh(adap, msg, NULL, block); in cec_transmit_msg() 1323 err = cec_transmit_msg_fh(adap, &msg, NULL, true); in cec_config_log_addr() 1567 cec_transmit_msg_fh(adap, &msg, NULL, false); in cec_config_thread_func() 1576 cec_transmit_msg_fh(adap, &msg, NULL, false); in cec_config_thread_func() 1582 cec_transmit_msg_fh(adap, &msg, NULL, false); in cec_config_thread_func()
|
D | cec-api.c | 230 err = cec_transmit_msg_fh(adap, &msg, fh, block); in cec_transmit()
|