Home
last modified time | relevance | path

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

/aosp_15_r20/system/bpf/include/vmlinux/android15_6.6/arm64/
H A Dvmlinux.h101911 struct cec_fh { struct
101912 struct list_head list;
101913 struct list_head xfer_list;
101914 struct cec_adapter *adap;
101915 u8 mode_initiator;
101916 u8 mode_follower;
101917 wait_queue_head_t wait;
101918 struct mutex lock;
101919 struct list_head events[8];
101920 u16 queued_events[8];
[all …]
/aosp_15_r20/system/bpf/include/vmlinux/android15_6.6/x86_64/
H A Dvmlinux.h111787 struct cec_fh { struct
111788 struct list_head list;
111789 struct list_head xfer_list;
111790 struct cec_adapter *adap;
111791 u8 mode_initiator;
111792 u8 mode_follower;
111793 wait_queue_head_t wait;
111794 struct mutex lock;
111795 struct list_head events[8];
111796 u16 queued_events[8];
[all …]