Home
last modified time | relevance | path

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

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