Searched defs:evdev_client (Results 1 – 1 of 1) sorted by relevance
41 struct evdev_client { struct42 unsigned int head;43 unsigned int tail;44 unsigned int packet_head; /* [future] position of the first element of next packet */45 spinlock_t buffer_lock; /* protects access to buffer, head and tail */46 struct fasync_struct *fasync;47 struct evdev *evdev;48 struct list_head node;49 enum input_clock_type clk_type;50 bool revoked;[all …]