Searched defs:joydev_client (Results 1 – 2 of 2) 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
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