Home
last modified time | relevance | path

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

/linux-6.15/include/media/
H A Dcec.h63 struct cec_data { struct
64 struct list_head 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;
72 struct completion c;
73 u8 attempts;
74 bool blocking;
[all …]
/linux-6.15/drivers/media/platform/synopsys/hdmirx/
H A Dsnps_hdmirx.c2550 struct hdmirx_cec_data cec_data; in hdmirx_register_cec() local