Lines Matching defs:mousedev_client
97 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;
109 unsigned char imexseq, impsseq;
110 enum mousedev_emul mode;
111 unsigned long last_buttons;