Searched defs:cec_fh (Results 1 – 2 of 2) sorted by relevance
73870 struct cec_fh { struct73871 struct list_head list;73872 struct list_head xfer_list;73873 struct cec_adapter *adap;73874 u8 mode_initiator;73875 u8 mode_follower;73876 wait_queue_head_t wait;73877 struct mutex lock;73878 struct list_head events[8];73879 u16 queued_events[8];[all …]