Searched defs:cec_fh (Results 1 – 1 of 1) sorted by relevance
91 struct cec_fh { struct92 struct list_head list;93 struct list_head xfer_list;94 struct cec_adapter *adap;95 u8 mode_initiator;96 u8 mode_follower;99 wait_queue_head_t wait;100 struct mutex lock;102 u16 queued_events[CEC_NUM_EVENTS];103 unsigned int total_queued_events;[all …]