Home
last modified time | relevance | path

Searched refs:input_handle (Results 1 – 14 of 14) sorted by relevance

/Linux-v4.19/include/linux/
Dinput.h172 struct input_handle __rcu *grab;
246 struct input_handle;
292 void (*event)(struct input_handle *handle, unsigned int type, unsigned int code, int value);
293 void (*events)(struct input_handle *handle,
295 bool (*filter)(struct input_handle *handle, unsigned int type, unsigned int code, int value);
298 void (*disconnect)(struct input_handle *handle);
299 void (*start)(struct input_handle *handle);
323 struct input_handle { struct
375 int (*fn)(struct input_handle *, void *));
377 int input_register_handle(struct input_handle *);
[all …]
/Linux-v4.19/drivers/input/
Dapm-power.c35 static void apmpower_event(struct input_handle *handle, unsigned int type, in apmpower_event()
56 struct input_handle *handle; in apmpower_connect()
59 handle = kzalloc(sizeof(struct input_handle), GFP_KERNEL); in apmpower_connect()
86 static void apmpower_disconnect(struct input_handle *handle) in apmpower_disconnect()
Devbug.c37 static void evbug_event(struct input_handle *handle, unsigned int type, unsigned int code, int valu… in evbug_event()
46 struct input_handle *handle; in evbug_connect()
49 handle = kzalloc(sizeof(struct input_handle), GFP_KERNEL); in evbug_connect()
79 static void evbug_disconnect(struct input_handle *handle) in evbug_disconnect()
Dinput-leds.c43 struct input_handle *handle;
48 struct input_handle handle;
69 static void input_leds_event(struct input_handle *handle, unsigned int type, in input_leds_event()
173 static void input_leds_disconnect(struct input_handle *handle) in input_leds_disconnect()
Dinput.c96 static unsigned int input_to_handler(struct input_handle *handle, in input_to_handler()
134 struct input_handle *handle; in input_pass_values()
453 void input_inject_event(struct input_handle *handle, in input_inject_event()
457 struct input_handle *grab; in input_inject_event()
528 int input_grab_device(struct input_handle *handle) in input_grab_device()
550 static void __input_release_device(struct input_handle *handle) in __input_release_device()
553 struct input_handle *grabber; in __input_release_device()
577 void input_release_device(struct input_handle *handle) in input_release_device()
594 int input_open_device(struct input_handle *handle) in input_open_device()
630 int input_flush_device(struct input_handle *handle, struct file *file) in input_flush_device()
[all …]
Dmousedev.c63 struct input_handle handle;
349 static void mousedev_event(struct input_handle *handle, in mousedev_event()
817 struct input_handle *handle = &mousedev->handle; in mousedev_cleanup()
997 static void mousedev_disconnect(struct input_handle *handle) in mousedev_disconnect()
Djoydev.c42 struct input_handle handle;
117 static void joydev_event(struct input_handle *handle, in joydev_event()
740 struct input_handle *handle = &joydev->handle; in joydev_cleanup()
989 static void joydev_disconnect(struct input_handle *handle) in joydev_disconnect()
Devdev.c40 struct input_handle handle;
308 static void evdev_events(struct input_handle *handle, in evdev_events()
336 static void evdev_event(struct input_handle *handle, in evdev_event()
1357 struct input_handle *handle = &evdev->handle; in evdev_cleanup()
1439 static void evdev_disconnect(struct input_handle *handle) in evdev_disconnect()
/Linux-v4.19/net/rfkill/
Dinput.c196 static void rfkill_event(struct input_handle *handle, unsigned int type, in rfkill_event()
224 struct input_handle *handle; in rfkill_connect()
227 handle = kzalloc(sizeof(struct input_handle), GFP_KERNEL); in rfkill_connect()
253 static void rfkill_start(struct input_handle *handle) in rfkill_start()
270 static void rfkill_disconnect(struct input_handle *handle) in rfkill_disconnect()
/Linux-v4.19/drivers/macintosh/
Dmac_hid.c70 static bool mac_hid_emumouse_filter(struct input_handle *handle, in mac_hid_emumouse_filter()
96 struct input_handle *handle; in mac_hid_emumouse_connect()
103 handle = kzalloc(sizeof(struct input_handle), GFP_KERNEL); in mac_hid_emumouse_connect()
136 static void mac_hid_emumouse_disconnect(struct input_handle *handle) in mac_hid_emumouse_disconnect()
/Linux-v4.19/drivers/tty/vt/
Dkeyboard.c170 static int getkeycode_helper(struct input_handle *handle, void *data) in getkeycode_helper()
197 static int setkeycode_helper(struct input_handle *handle, void *data) in setkeycode_helper()
229 static int kd_sound_helper(struct input_handle *handle, void *data) in kd_sound_helper()
271 static int kbd_rate_helper(struct input_handle *handle, void *data) in kbd_rate_helper()
1049 static int kbd_update_leds_helper(struct input_handle *handle, void *data) in kbd_update_leds_helper()
1074 static int kbd_update_leds_helper(struct input_handle *handle, void *data) in kbd_update_leds_helper()
1485 static void kbd_event(struct input_handle *handle, unsigned int event_type, in kbd_event()
1531 struct input_handle *handle; in kbd_connect()
1534 handle = kzalloc(sizeof(struct input_handle), GFP_KERNEL); in kbd_connect()
1559 static void kbd_disconnect(struct input_handle *handle) in kbd_disconnect()
[all …]
/Linux-v4.19/drivers/tty/
Dsysrq.c607 struct input_handle handle;
750 struct input_handle *handle = &sysrq->handle; in sysrq_reinject_alt_sysrq()
864 static bool sysrq_filter(struct input_handle *handle, in sysrq_filter()
936 static void sysrq_disconnect(struct input_handle *handle) in sysrq_disconnect()
/Linux-v4.19/drivers/tty/serial/
Dkgdboc.c49 static void kgdboc_reset_disconnect(struct input_handle *handle) in kgdboc_reset_disconnect()
/Linux-v4.19/Documentation/sound/designs/
Doss-emulation.rst322 input_handle = open("device", O_RDONLY)