Searched defs:joydev_client (Results 1 – 1 of 1) sorted by relevance
62 struct joydev_client { struct63 struct js_event buffer[JOYDEV_BUFFER_SIZE];64 int head;65 int tail;66 int startup;67 spinlock_t buffer_lock; /* protects access to buffer, head and tail */68 struct fasync_struct *fasync;69 struct joydev *joydev;93 static void joydev_pass_event(struct joydev_client *client, in joydev_pass_event() argument