Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/input/
Dmousedev.c96 struct mousedev_client { struct
97 struct fasync_struct *fasync;
98 struct mousedev *mousedev;
99 struct list_head node;
101 struct mousedev_motion packets[PACKET_QUEUE_LEN];
102 unsigned int head, tail;
103 spinlock_t packet_lock;
104 int pos_x, pos_y;
106 signed char ps2[6];
107 unsigned char ready, buffer, bufsiz;
[all …]