Home
last modified time | relevance | path

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

/aosp_15_r20/system/bpf/include/vmlinux/android15_6.6/arm64/
H A Dvmlinux.h101872 struct cec_data { struct
101873 struct list_head list;
101874 struct list_head xfer_list;
101875 struct cec_adapter *adap;
101876 struct cec_msg msg;
101877 struct cec_fh *fh;
101878 struct delayed_work work;
101879 struct completion c;
101880 u8 attempts;
101881 bool blocking;
[all …]
/aosp_15_r20/system/bpf/include/vmlinux/android15_6.6/x86_64/
H A Dvmlinux.h111748 struct cec_data { struct
111749 struct list_head list;
111750 struct list_head xfer_list;
111751 struct cec_adapter *adap;
111752 struct cec_msg msg;
111753 struct cec_fh *fh;
111754 struct delayed_work work;
111755 struct completion c;
111756 u8 attempts;
111757 bool blocking;
[all …]