Lines Matching refs:input_handle
113 struct input_handle *handle; in input_pass_values()
415 void input_inject_event(struct input_handle *handle, in input_inject_event()
419 struct input_handle *grab; in input_inject_event()
526 int input_grab_device(struct input_handle *handle) in input_grab_device()
548 static void __input_release_device(struct input_handle *handle) in __input_release_device()
551 struct input_handle *grabber; in __input_release_device()
575 void input_release_device(struct input_handle *handle) in input_release_device()
592 int input_open_device(struct input_handle *handle) in input_open_device()
639 int input_flush_device(struct input_handle *handle, struct file *file) in input_flush_device()
663 void input_close_device(struct input_handle *handle) in input_close_device()
717 struct input_handle *handle; in input_disconnect_device()
1161 struct input_handle *handle; in input_devices_seq_show()
2268 struct input_handle *handle, *next; in __input_unregister_device()
2581 struct input_handle *handle, *next; in input_unregister_handler()
2610 int (*fn)(struct input_handle *, void *)) in input_handler_for_each_handle() argument
2612 struct input_handle *handle; in input_handler_for_each_handle()
2633 static unsigned int input_handle_events_default(struct input_handle *handle, in input_handle_events_default()
2651 static unsigned int input_handle_events_filter(struct input_handle *handle, in input_handle_events_filter()
2673 static unsigned int input_handle_events_null(struct input_handle *handle, in input_handle_events_null()
2684 static void input_handle_setup_event_handler(struct input_handle *handle) in input_handle_setup_event_handler()
2709 int input_register_handle(struct input_handle *handle) in input_register_handle()
2760 void input_unregister_handle(struct input_handle *handle) in input_unregister_handle()