Searched refs:joydev_client (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/input/
H A Djoydev.c63 struct joydev_client { struct
94 static void joydev_pass_event(struct joydev_client *client, joydev_pass_event()
122 struct joydev_client *client; joydev_event()
161 struct joydev_client *client = file->private_data; joydev_fasync()
175 struct joydev_client *client) joydev_attach_client()
183 struct joydev_client *client) joydev_detach_client()
227 struct joydev_client *client; joydev_hangup()
239 struct joydev_client *client = file->private_data; joydev_release()
254 struct joydev_client *client; joydev_open()
257 client = kzalloc(sizeof(struct joydev_client), GFP_KERNEL); joydev_open()
280 static int joydev_generate_startup_event(struct joydev_client *client, joydev_generate_startup_event()
312 static int joydev_fetch_next_event(struct joydev_client *client, joydev_fetch_next_event()
333 static ssize_t joydev_0x_read(struct joydev_client *client, joydev_0x_read()
368 static inline int joydev_data_pending(struct joydev_client *client) joydev_data_pending()
379 struct joydev_client *client = file->private_data; joydev_read()
429 struct joydev_client *client = file->private_data; joydev_poll()
598 struct joydev_client *client = file->private_data; joydev_compat_ioctl()
665 struct joydev_client *client = file->private_data; joydev_ioctl()

Completed in 45 milliseconds