Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/input/
Devdev.c40 struct evdev_client { struct
41 unsigned int head;
42 unsigned int tail;
43 unsigned int packet_head; /* [future] position of the first element of next packet */
44 spinlock_t buffer_lock; /* protects access to buffer, head and tail */
45 wait_queue_head_t wait;
46 struct fasync_struct *fasync;
47 struct evdev *evdev;
48 struct list_head node;
49 enum input_clock_type clk_type;
[all …]