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