Home
last modified time | relevance | path

Searched defs:cec_fh (Results 1 – 1 of 1) sorted by relevance

/linux/include/media/
A Dcec.h83 struct cec_fh { struct
84 struct list_head list;
85 struct list_head xfer_list;
86 struct cec_adapter *adap;
87 u8 mode_initiator;
88 u8 mode_follower;
91 wait_queue_head_t wait;
92 struct mutex lock;
94 u16 queued_events[CEC_NUM_EVENTS];
95 unsigned int total_queued_events;
[all …]

Completed in 6 milliseconds