Home
last modified time | relevance | path

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

/linux-3.4.99/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.c41 static void evbug_event(struct input_handle *handle, unsigned int type, unsigned int code, int valu… in evbug_event()
50 struct input_handle *handle; in evbug_connect()
53 handle = kzalloc(sizeof(struct input_handle), GFP_KERNEL); in evbug_connect()
83 static void evbug_disconnect(struct input_handle *handle) in evbug_disconnect()
Dinput.c81 struct input_handle *handle; in input_pass_event()
373 void input_inject_event(struct input_handle *handle, in input_inject_event()
377 struct input_handle *grab; in input_inject_event()
439 int input_grab_device(struct input_handle *handle) in input_grab_device()
461 static void __input_release_device(struct input_handle *handle) in __input_release_device()
485 void input_release_device(struct input_handle *handle) in input_release_device()
502 int input_open_device(struct input_handle *handle) in input_open_device()
538 int input_flush_device(struct input_handle *handle, struct file *file) in input_flush_device()
562 void input_close_device(struct input_handle *handle) in input_close_device()
610 struct input_handle *handle; in input_disconnect_device()
[all …]
Devdev.c31 struct input_handle handle;
96 static void evdev_event(struct input_handle *handle, in evdev_event()
935 struct input_handle *handle = &evdev->handle; in evdev_cleanup()
1015 static void evdev_disconnect(struct input_handle *handle) in evdev_disconnect()
Djoydev.c43 struct input_handle handle;
120 static void joydev_event(struct input_handle *handle, in joydev_event()
772 struct input_handle *handle = &joydev->handle; in joydev_cleanup()
907 static void joydev_disconnect(struct input_handle *handle) in joydev_disconnect()
Dmousedev.c65 struct input_handle handle;
355 static void mousedev_event(struct input_handle *handle, in mousedev_event()
842 struct input_handle *handle = &mousedev->handle; in mousedev_cleanup()
998 static void mousedev_disconnect(struct input_handle *handle) in mousedev_disconnect()
/linux-3.4.99/include/linux/
Dinput.h1304 struct input_handle __rcu *grab;
1370 struct input_handle;
1413 void (*event)(struct input_handle *handle, unsigned int type, unsigned int code, int value);
1414 bool (*filter)(struct input_handle *handle, unsigned int type, unsigned int code, int value);
1417 void (*disconnect)(struct input_handle *handle);
1418 void (*start)(struct input_handle *handle);
1442 struct input_handle { struct
1489 int (*fn)(struct input_handle *, void *));
1491 int input_register_handle(struct input_handle *);
1492 void input_unregister_handle(struct input_handle *);
[all …]
/linux-3.4.99/net/rfkill/
Dinput.c199 static void rfkill_event(struct input_handle *handle, unsigned int type, in rfkill_event()
227 struct input_handle *handle; in rfkill_connect()
230 handle = kzalloc(sizeof(struct input_handle), GFP_KERNEL); in rfkill_connect()
256 static void rfkill_start(struct input_handle *handle) in rfkill_start()
273 static void rfkill_disconnect(struct input_handle *handle) in rfkill_disconnect()
/linux-3.4.99/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-3.4.99/drivers/tty/
Dsysrq.c570 struct input_handle handle;
584 struct input_handle *handle = &sysrq->handle; in sysrq_reinject_alt_sysrq()
606 static bool sysrq_filter(struct input_handle *handle, in sysrq_filter()
750 static void sysrq_disconnect(struct input_handle *handle) in sysrq_disconnect()
/linux-3.4.99/drivers/tty/vt/
Dkeyboard.c176 static int getkeycode_helper(struct input_handle *handle, void *data) in getkeycode_helper()
203 static int setkeycode_helper(struct input_handle *handle, void *data) in setkeycode_helper()
235 static int kd_sound_helper(struct input_handle *handle, void *data) in kd_sound_helper()
277 static int kbd_rate_helper(struct input_handle *handle, void *data) in kbd_rate_helper()
1033 static int kbd_update_leds_helper(struct input_handle *handle, void *data) in kbd_update_leds_helper()
1397 static void kbd_event(struct input_handle *handle, unsigned int event_type, in kbd_event()
1443 struct input_handle *handle; in kbd_connect()
1446 handle = kzalloc(sizeof(struct input_handle), GFP_KERNEL); in kbd_connect()
1471 static void kbd_disconnect(struct input_handle *handle) in kbd_disconnect()
1482 static void kbd_start(struct input_handle *handle) in kbd_start()
/linux-3.4.99/drivers/tty/serial/
Dkgdboc.c52 static void kgdboc_reset_disconnect(struct input_handle *handle) in kgdboc_reset_disconnect()
/linux-3.4.99/Documentation/sound/alsa/
DOSS-Emulation.txt291 input_handle = open("device", O_RDONLY)