Searched refs:input_flush_device (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | input.h | 407 int input_flush_device(struct input_handle *handle, struct file *file);
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | input.h | 415 int input_flush_device(struct input_handle *handle, struct file *file);
|
/kernel/linux/linux-5.10/drivers/input/ |
H A D | evdev.c | 444 input_flush_device(&evdev->handle, file); in evdev_release() 948 input_flush_device(&evdev->handle, file); in evdev_revoke() 1328 input_flush_device(handle, NULL); in evdev_cleanup()
|
H A D | input.c | 660 int input_flush_device(struct input_handle *handle, struct file *file) in input_flush_device() function 675 EXPORT_SYMBOL(input_flush_device); variable
|
/kernel/linux/linux-6.6/drivers/input/ |
H A D | evdev.c | 444 input_flush_device(&evdev->handle, file); in evdev_release() 948 input_flush_device(&evdev->handle, file); in evdev_revoke() 1328 input_flush_device(handle, NULL); in evdev_cleanup()
|
H A D | input.c | 676 int input_flush_device(struct input_handle *handle, struct file *file) in input_flush_device() function 691 EXPORT_SYMBOL(input_flush_device); variable
|
Completed in 14 milliseconds