Go to the documentation of this file. 1 #ifndef _INPUT_POLLDEV_H
2 #define _INPUT_POLLDEV_H
12 #include <linux/input.h>
37 struct input_polled_dev {
41 void (*close)(
struct input_polled_dev *
dev);
43 unsigned int poll_interval;
44 unsigned int poll_interval_max;
45 unsigned int poll_interval_min;
47 struct input_dev *
input;