Lines Matching defs:evdev_client
80190 struct evdev_client { struct
80191 unsigned int head;
80192 unsigned int tail;
80193 unsigned int packet_head;
80194 spinlock_t buffer_lock;
80195 wait_queue_head_t wait;
80196 struct fasync_struct *fasync;
80197 struct evdev *evdev;
80198 struct list_head node;
80199 enum input_clock_type clk_type;
80200 bool revoked;
80201 long unsigned int *evmasks[32];
80202 unsigned int bufsize;
80203 struct input_event buffer[0];