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