Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/input/
Dmousedev.c97 struct mousedev_client { struct
98 struct fasync_struct *fasync;
99 struct mousedev *mousedev;
100 struct list_head node;
102 struct mousedev_motion packets[PACKET_QUEUE_LEN];
103 unsigned int head, tail;
104 spinlock_t packet_lock;
105 int pos_x, pos_y;
107 u8 ps2[6];
108 unsigned char ready, buffer, bufsiz;
[all …]