Searched defs:mousedev_client (Results 1 – 1 of 1) sorted by relevance
94 struct mousedev_client { struct95 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 …]