Home
last modified time | relevance | path

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

/include/uapi/linux/
Dcec.h159 #define CEC_RX_STATUS_OK (1 << 0) macro
168 if (msg->rx_status && !(msg->rx_status & CEC_RX_STATUS_OK)) in cec_msg_status_is_ok()