Searched refs:input_handle (Results 1 – 13 of 13) sorted by relevance
/drivers/input/ |
D | apm-power.c | 35 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()
|
D | evbug.c | 41 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()
|
D | input-leds.c | 43 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() 174 static void input_leds_disconnect(struct input_handle *handle) in input_leds_disconnect()
|
D | input.c | 96 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() 520 int input_grab_device(struct input_handle *handle) in input_grab_device() 542 static void __input_release_device(struct input_handle *handle) in __input_release_device() 545 struct input_handle *grabber; in __input_release_device() 569 void input_release_device(struct input_handle *handle) in input_release_device() 586 int input_open_device(struct input_handle *handle) in input_open_device() 622 int input_flush_device(struct input_handle *handle, struct file *file) in input_flush_device() [all …]
|
D | keycombo.c | 64 static void keycombo_event(struct input_handle *handle, unsigned int type, in keycombo_event() 118 struct input_handle *handle; in keycombo_connect() 154 static void keycombo_disconnect(struct input_handle *handle) in keycombo_disconnect()
|
D | mousedev.c | 63 struct input_handle handle; 349 static void mousedev_event(struct input_handle *handle, in mousedev_event() 816 struct input_handle *handle = &mousedev->handle; in mousedev_cleanup() 1003 static void mousedev_disconnect(struct input_handle *handle) in mousedev_disconnect()
|
D | joydev.c | 43 struct input_handle handle; 118 static void joydev_event(struct input_handle *handle, in joydev_event() 728 struct input_handle *handle = &joydev->handle; in joydev_cleanup() 931 static void joydev_disconnect(struct input_handle *handle) in joydev_disconnect()
|
D | evdev.c | 40 struct input_handle handle; 302 static void evdev_events(struct input_handle *handle, in evdev_events() 330 static void evdev_event(struct input_handle *handle, in evdev_event() 1352 struct input_handle *handle = &evdev->handle; in evdev_cleanup() 1441 static void evdev_disconnect(struct input_handle *handle) in evdev_disconnect()
|
/drivers/macintosh/ |
D | mac_hid.c | 70 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()
|
/drivers/tty/vt/ |
D | keyboard.c | 168 static int getkeycode_helper(struct input_handle *handle, void *data) in getkeycode_helper() 195 static int setkeycode_helper(struct input_handle *handle, void *data) in setkeycode_helper() 227 static int kd_sound_helper(struct input_handle *handle, void *data) in kd_sound_helper() 269 static int kbd_rate_helper(struct input_handle *handle, void *data) in kbd_rate_helper() 1017 static int kbd_update_leds_helper(struct input_handle *handle, void *data) in kbd_update_leds_helper() 1042 static int kbd_update_leds_helper(struct input_handle *handle, void *data) in kbd_update_leds_helper() 1454 static void kbd_event(struct input_handle *handle, unsigned int event_type, in kbd_event() 1500 struct input_handle *handle; in kbd_connect() 1503 handle = kzalloc(sizeof(struct input_handle), GFP_KERNEL); in kbd_connect() 1528 static void kbd_disconnect(struct input_handle *handle) in kbd_disconnect() [all …]
|
/drivers/input/misc/ |
D | keychord.c | 86 static void keychord_event(struct input_handle *handle, unsigned int type, in keychord_event() 146 struct input_handle *handle; in keychord_connect() 188 static void keychord_disconnect(struct input_handle *handle) in keychord_disconnect()
|
/drivers/tty/ |
D | sysrq.c | 604 struct input_handle handle; 747 struct input_handle *handle = &sysrq->handle; in sysrq_reinject_alt_sysrq() 861 static bool sysrq_filter(struct input_handle *handle, in sysrq_filter() 934 static void sysrq_disconnect(struct input_handle *handle) in sysrq_disconnect()
|
/drivers/tty/serial/ |
D | kgdboc.c | 52 static void kgdboc_reset_disconnect(struct input_handle *handle) in kgdboc_reset_disconnect()
|