Home
last modified time | relevance | path

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

/linux-4.1.27/include/media/
Dlirc_dev.h121 struct lirc_driver { struct
122 char name[40];
123 int minor;
124 __u32 code_length;
125 unsigned int buffer_size; /* in chunks holding one code each */
126 int sample_rate;
127 __u32 features;
129 unsigned int chunk_size;
131 void *data;
132 int min_timeout;
[all …]