Searched defs:evdev_client (Results 1 – 1 of 1) sorted by relevance
134717 struct evdev_client { struct134718 unsigned int head;134719 unsigned int tail;134720 unsigned int packet_head;134721 spinlock_t buffer_lock;134722 wait_queue_head_t wait;134723 struct fasync_struct *fasync;134724 struct evdev *evdev;134725 struct list_head node;134726 enum input_clock_type clk_type;[all …]