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