Searched defs:joydev_client (Results 1 – 1 of 1) sorted by relevance
63 struct joydev_client { struct64 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;