Home
last modified time | relevance | path

Searched defs:cec_msg (Results 1 – 1 of 1) sorted by relevance

/bionic/libc/kernel/uapi/linux/
Dcec.h24 struct cec_msg { struct
25 __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;
[all …]