Home
last modified time | relevance | path

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

/linux-6.14.4/include/media/
Dcec.h63 struct cec_data { struct
64 struct list_head list;
65 struct list_head xfer_list;
66 struct cec_adapter *adap;
67 struct cec_msg msg;
68 u8 match_len;
69 u8 match_reply[5];
70 struct cec_fh *fh;
71 struct delayed_work work;
72 struct completion c;
[all …]