Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/media/
Dcec.h57 struct cec_data { struct
58 struct list_head list;
59 struct list_head xfer_list;
60 struct cec_adapter *adap;
61 struct cec_msg msg;
62 struct cec_fh *fh;
63 struct delayed_work work;
64 struct completion c;
65 u8 attempts;
66 bool blocking;
[all …]
/kernel/linux/linux-6.6/include/media/
Dcec.h64 struct cec_data { struct
65 struct list_head list;
66 struct list_head xfer_list;
67 struct cec_adapter *adap;
68 struct cec_msg msg;
69 struct cec_fh *fh;
70 struct delayed_work work;
71 struct completion c;
72 u8 attempts;
73 bool blocking;
[all …]