Home
last modified time | relevance | path

Searched defs:evdev_client (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/input/
Devdev.c51 struct evdev_client { struct
52 unsigned int head;
53 unsigned int tail;
54 unsigned int packet_head; /* [future] position of the first element of next packet */
55 spinlock_t buffer_lock; /* protects access to buffer, head and tail */
56 struct fasync_struct *fasync;
57 struct evdev *evdev;
58 struct list_head node;
59 unsigned int clk_type;
60 bool revoked;
[all …]