Searched refs:input_handle (Results 1 – 13 of 13) sorted by relevance
/linux-4.1.27/include/linux/ |
D | input.h | 172 struct input_handle __rcu *grab; 242 struct input_handle; 288 void (*event)(struct input_handle *handle, unsigned int type, unsigned int code, int value); 289 void (*events)(struct input_handle *handle, 291 bool (*filter)(struct input_handle *handle, unsigned int type, unsigned int code, int value); 294 void (*disconnect)(struct input_handle *handle); 295 void (*start)(struct input_handle *handle); 319 struct input_handle { struct 371 int (*fn)(struct input_handle *, void *)); 373 int input_register_handle(struct input_handle *); [all …]
|
/linux-4.1.27/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.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() 454 void input_inject_event(struct input_handle *handle, in input_inject_event() 458 struct input_handle *grab; in input_inject_event() 521 int input_grab_device(struct input_handle *handle) in input_grab_device() 543 static void __input_release_device(struct input_handle *handle) in __input_release_device() 546 struct input_handle *grabber; in __input_release_device() 570 void input_release_device(struct input_handle *handle) in input_release_device() 587 int input_open_device(struct input_handle *handle) in input_open_device() 623 int input_flush_device(struct input_handle *handle, struct file *file) in input_flush_device() [all …]
|
D | evdev.c | 40 struct input_handle handle; 246 static void evdev_events(struct input_handle *handle, in evdev_events() 274 static void evdev_event(struct input_handle *handle, in evdev_event() 1123 struct input_handle *handle = &evdev->handle; in evdev_cleanup() 1212 static void evdev_disconnect(struct input_handle *handle) in evdev_disconnect()
|
D | joydev.c | 43 struct input_handle handle; 118 static void joydev_event(struct input_handle *handle, in joydev_event() 738 struct input_handle *handle = &joydev->handle; in joydev_cleanup() 942 static void joydev_disconnect(struct input_handle *handle) in joydev_disconnect()
|
D | mousedev.c | 62 struct input_handle handle; 349 static void mousedev_event(struct input_handle *handle, in mousedev_event() 810 struct input_handle *handle = &mousedev->handle; in mousedev_cleanup() 997 static void mousedev_disconnect(struct input_handle *handle) in mousedev_disconnect()
|
/linux-4.1.27/net/rfkill/ |
D | input.c | 196 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-4.1.27/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()
|
/linux-4.1.27/drivers/tty/vt/ |
D | keyboard.c | 167 static int getkeycode_helper(struct input_handle *handle, void *data) in getkeycode_helper() 194 static int setkeycode_helper(struct input_handle *handle, void *data) in setkeycode_helper() 226 static int kd_sound_helper(struct input_handle *handle, void *data) in kd_sound_helper() 268 static int kbd_rate_helper(struct input_handle *handle, void *data) in kbd_rate_helper() 998 static int kbd_update_leds_helper(struct input_handle *handle, void *data) in kbd_update_leds_helper() 1364 static void kbd_event(struct input_handle *handle, unsigned int event_type, in kbd_event() 1410 struct input_handle *handle; in kbd_connect() 1413 handle = kzalloc(sizeof(struct input_handle), GFP_KERNEL); in kbd_connect() 1438 static void kbd_disconnect(struct input_handle *handle) in kbd_disconnect() 1449 static void kbd_start(struct input_handle *handle) in kbd_start()
|
/linux-4.1.27/drivers/tty/ |
D | sysrq.c | 582 struct input_handle handle; 725 struct input_handle *handle = &sysrq->handle; in sysrq_reinject_alt_sysrq() 839 static bool sysrq_filter(struct input_handle *handle, in sysrq_filter() 912 static void sysrq_disconnect(struct input_handle *handle) in sysrq_disconnect()
|
/linux-4.1.27/drivers/tty/serial/ |
D | kgdboc.c | 52 static void kgdboc_reset_disconnect(struct input_handle *handle) in kgdboc_reset_disconnect()
|
/linux-4.1.27/Documentation/sound/alsa/ |
D | OSS-Emulation.txt | 291 input_handle = open("device", O_RDONLY)
|