Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/media/
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;
93 struct list_head events[CEC_NUM_EVENTS]; /* queued events */
94 u16 queued_events[CEC_NUM_EVENTS];
[all …]
/kernel/linux/linux-6.6/include/media/
Dcec.h90 struct cec_fh { struct
91 struct list_head list;
92 struct list_head xfer_list;
93 struct cec_adapter *adap;
94 u8 mode_initiator;
95 u8 mode_follower;
98 wait_queue_head_t wait;
99 struct mutex lock;
100 struct list_head events[CEC_NUM_EVENTS]; /* queued events */
101 u16 queued_events[CEC_NUM_EVENTS];
[all …]