Searched defs:evdev_client (Results 1 – 3 of 3) 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 …]
95126 struct evdev_client { struct95127 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;[all …]