Searched defs:evdev_client (Results 1 – 9 of 9) sorted by relevance
87132 struct evdev_client { struct87133 unsigned int head;87134 unsigned int tail;87135 unsigned int packet_head;87136 spinlock_t buffer_lock;87137 wait_queue_head_t wait;87138 struct fasync_struct *fasync;87139 struct evdev *evdev;87140 struct list_head node;87141 enum input_clock_type clk_type;[all …]
96820 struct evdev_client { struct96821 unsigned int head;96822 unsigned int tail;96823 unsigned int packet_head;96824 spinlock_t buffer_lock;96825 wait_queue_head_t wait;96826 struct fasync_struct *fasync;96827 struct evdev *evdev;96828 struct list_head node;96829 enum input_clock_type clk_type;[all …]
110309 struct evdev_client { struct110310 unsigned int head;110311 unsigned int tail;110312 unsigned int packet_head;110313 spinlock_t buffer_lock;110314 wait_queue_head_t wait;110315 struct fasync_struct *fasync;110316 struct evdev *evdev;110317 struct list_head node;110318 enum input_clock_type clk_type;[all …]
80190 struct evdev_client { struct80191 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;[all …]
109735 struct evdev_client { struct109736 unsigned int head;109737 unsigned int tail;109738 unsigned int packet_head;109739 spinlock_t buffer_lock;109740 wait_queue_head_t wait;109741 struct fasync_struct *fasync;109742 struct evdev *evdev;109743 struct list_head node;109744 enum input_clock_type clk_type;[all …]