Searched defs:evdev_client (Results 1 – 1 of 1) sorted by relevance
73257 struct evdev_client { struct73258 unsigned int head;73259 unsigned int tail;73260 unsigned int packet_head;73261 spinlock_t buffer_lock;73262 wait_queue_head_t wait;73263 struct fasync_struct *fasync;73264 struct evdev *evdev;73265 struct list_head node;73266 enum input_clock_type clk_type;[all …]