Home
last modified time | relevance | path

Searched refs:cec_msg_recv_is_tx_result (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/drivers/media/cec/usb/extron-da-hd-4k-plus/
Dcec-splitter.c437 if ((cec_msg_recv_is_tx_result(msg) && !(msg->tx_status & CEC_TX_STATUS_OK)) || in cec_splitter_nb_transmit_canceled_output()
469 if (cec_msg_recv_is_tx_result(msg)) { in cec_splitter_nb_transmit_canceled_output()
/linux-6.12.1/include/uapi/linux/
Dcec.h154 static inline int cec_msg_recv_is_tx_result(const struct cec_msg *msg) in cec_msg_recv_is_tx_result() function