Searched defs:cec_fh (Results 1 – 2 of 2) sorted by relevance
101911 struct cec_fh { struct101912 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 …]
111787 struct cec_fh { struct111788 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 …]