Home
last modified time | relevance | path

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

/linux-3.3/drivers/input/
Djoydev.c63 struct joydev_client { struct
64 struct js_event buffer[JOYDEV_BUFFER_SIZE];
65 int head;
66 int tail;
67 int startup;
68 spinlock_t buffer_lock; /* protects access to buffer, head and tail */
69 struct fasync_struct *fasync;
70 struct joydev *joydev;
71 struct list_head node;