Searched defs:joydev_client (Results 1 – 1 of 1) sorted by relevance
57 struct joydev_client { struct58 struct js_event buffer[JOYDEV_BUFFER_SIZE];59 int head;60 int tail;61 int startup;62 spinlock_t buffer_lock; /* protects access to buffer, head and tail */63 struct fasync_struct *fasync;64 struct joydev *joydev;88 static void joydev_pass_event(struct joydev_client *client, in joydev_pass_event() argument