Home
last modified time | relevance | path

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

/linux-5.10/include/media/
Drc-core.h71 struct lirc_fh { struct
72 struct list_head list;
73 struct rc_dev *rc;
74 int carrier_low;
75 bool send_timeout_reports;
78 wait_queue_head_t wait_poll;
79 u8 send_mode;
80 u8 rec_mode;
209 struct list_head lirc_fh; member