Searched defs:cec_fh (Results 1 – 1 of 1) sorted by relevance
86 struct cec_fh { struct87 struct list_head list;88 struct list_head xfer_list;89 struct cec_adapter *adap;90 u8 mode_initiator;91 u8 mode_follower;94 wait_queue_head_t wait;95 struct mutex lock;96 struct list_head events[CEC_NUM_EVENTS]; /* queued events */97 u16 queued_events[CEC_NUM_EVENTS];[all …]