Lines Matching defs:cec_msg
24 struct cec_msg { struct25 __u64 tx_ts;26 __u64 rx_ts;27 __u32 len;28 __u32 timeout;29 __u32 sequence;30 __u32 flags;31 __u8 msg[CEC_MAX_MSG_SIZE];32 __u8 reply;33 __u8 rx_status;34 __u8 tx_status;35 __u8 tx_arb_lost_cnt;36 __u8 tx_nack_cnt;37 __u8 tx_low_drive_cnt;38 __u8 tx_error_cnt;