Home
last modified time | relevance | path

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

/bionic/libc/kernel/uapi/linux/
Dcec.h12 struct cec_msg { struct
13 __u64 tx_ts;
14 __u64 rx_ts;
15 __u32 len;
16 __u32 timeout;
17 __u32 sequence;
18 __u32 flags;
19 __u8 msg[CEC_MAX_MSG_SIZE];
20 __u8 reply;
21 __u8 rx_status;
[all …]