Lines Matching defs:evdev_client
95126 struct evdev_client { struct
95127 unsigned int head;
95128 unsigned int tail;
95129 unsigned int packet_head;
95130 spinlock_t buffer_lock;
95131 struct fasync_struct *fasync;
95132 struct evdev *evdev;
95133 struct list_head node;
95134 enum input_clock_type clk_type;
95135 bool revoked;
95136 long unsigned int *evmasks[32];
95137 unsigned int bufsize;
95138 struct input_event buffer[0];