Lines Matching +defs:file +defs:handler
621 int input_flush_device(struct input_handle *handle, struct file *file) in input_flush_device()
969 static const struct input_device_id *input_match_device(struct input_handler *handler, in input_match_device()
984 static int input_attach_handler(struct input_dev *dev, struct input_handler *handler) in input_attach_handler()
1054 static __poll_t input_proc_devices_poll(struct file *file, poll_table *wait) in input_proc_devices_poll()
1175 static int input_proc_devices_open(struct inode *inode, struct file *file) in input_proc_devices_open()
1216 struct input_handler *handler = container_of(v, struct input_handler, node); in input_handlers_seq_show() local
1236 static int input_proc_handlers_open(struct inode *inode, struct file *file) in input_proc_handlers_open()
2349 struct input_handler *handler; in input_register_device() local
2458 static int input_handler_check_methods(const struct input_handler *handler) in input_handler_check_methods()
2486 int input_register_handler(struct input_handler *handler) in input_register_handler()
2517 void input_unregister_handler(struct input_handler *handler) in input_unregister_handler()
2545 int input_handler_for_each_handle(struct input_handler *handler, void *data, in input_handler_for_each_handle()
2571 struct input_handler *handler = handle->handler; in input_handle_events_default() local
2589 struct input_handler *handler = handle->handler; in input_handle_events_filter() local
2620 struct input_handler *handler = handle->handler; in input_handle_setup_event_handler() local
2645 struct input_handler *handler = handle->handler; in input_register_handle() local