Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/input/
Dmousedev.c94 struct mousedev_client { struct
95 struct fasync_struct *fasync;
96 struct mousedev *mousedev;
97 struct list_head node;
99 struct mousedev_motion packets[PACKET_QUEUE_LEN];
100 unsigned int head, tail;
101 spinlock_t packet_lock;
102 int pos_x, pos_y;
104 u8 ps2[6];
105 unsigned char ready, buffer, bufsiz;
[all …]