Searched refs:input_handle (Results 1 – 14 of 14) sorted by relevance
| /Linux-v5.15/include/linux/ |
| D | input.h | 190 struct input_handle __rcu *grab; 268 struct input_handle; 314 void (*event)(struct input_handle *handle, unsigned int type, unsigned int code, int value); 315 void (*events)(struct input_handle *handle, 317 bool (*filter)(struct input_handle *handle, unsigned int type, unsigned int code, int value); 320 void (*disconnect)(struct input_handle *handle); 321 void (*start)(struct input_handle *handle); 345 struct input_handle { struct 404 int (*fn)(struct input_handle *, void *)); 406 int input_register_handle(struct input_handle *); [all …]
|
| /Linux-v5.15/drivers/input/ |
| D | apm-power.c | 31 static void apmpower_event(struct input_handle *handle, unsigned int type, in apmpower_event() 52 struct input_handle *handle; in apmpower_connect() 55 handle = kzalloc(sizeof(struct input_handle), GFP_KERNEL); in apmpower_connect() 82 static void apmpower_disconnect(struct input_handle *handle) in apmpower_disconnect()
|
| D | evbug.c | 22 static void evbug_event(struct input_handle *handle, unsigned int type, unsigned int code, int valu… in evbug_event() 31 struct input_handle *handle; in evbug_connect() 34 handle = kzalloc(sizeof(struct input_handle), GFP_KERNEL); in evbug_connect() 64 static void evbug_disconnect(struct input_handle *handle) in evbug_disconnect()
|
| D | input-leds.c | 40 struct input_handle *handle; 45 struct input_handle handle; 66 static void input_leds_event(struct input_handle *handle, unsigned int type, in input_leds_event() 170 static void input_leds_disconnect(struct input_handle *handle) in input_leds_disconnect()
|
| D | input.c | 93 static unsigned int input_to_handler(struct input_handle *handle, in input_to_handler() 131 struct input_handle *handle; in input_pass_values() 463 void input_inject_event(struct input_handle *handle, in input_inject_event() 467 struct input_handle *grab; in input_inject_event() 538 int input_grab_device(struct input_handle *handle) in input_grab_device() 560 static void __input_release_device(struct input_handle *handle) in __input_release_device() 563 struct input_handle *grabber; in __input_release_device() 587 void input_release_device(struct input_handle *handle) in input_release_device() 604 int input_open_device(struct input_handle *handle) in input_open_device() 651 int input_flush_device(struct input_handle *handle, struct file *file) in input_flush_device() [all …]
|
| D | evdev.c | 30 struct input_handle handle; 291 static void evdev_events(struct input_handle *handle, in evdev_events() 314 static void evdev_event(struct input_handle *handle, in evdev_event() 1321 struct input_handle *handle = &evdev->handle; in evdev_cleanup() 1402 static void evdev_disconnect(struct input_handle *handle) in evdev_disconnect()
|
| D | mousedev.c | 60 struct input_handle handle; 346 static void mousedev_event(struct input_handle *handle, in mousedev_event() 814 struct input_handle *handle = &mousedev->handle; in mousedev_cleanup() 994 static void mousedev_disconnect(struct input_handle *handle) in mousedev_disconnect()
|
| D | joydev.c | 37 struct input_handle handle; 112 static void joydev_event(struct input_handle *handle, in joydev_event() 738 struct input_handle *handle = &joydev->handle; in joydev_cleanup() 1007 static void joydev_disconnect(struct input_handle *handle) in joydev_disconnect()
|
| /Linux-v5.15/net/rfkill/ |
| D | input.c | 193 static void rfkill_event(struct input_handle *handle, unsigned int type, in rfkill_event() 221 struct input_handle *handle; in rfkill_connect() 224 handle = kzalloc(sizeof(struct input_handle), GFP_KERNEL); in rfkill_connect() 250 static void rfkill_start(struct input_handle *handle) in rfkill_start() 267 static void rfkill_disconnect(struct input_handle *handle) in rfkill_disconnect()
|
| /Linux-v5.15/drivers/macintosh/ |
| D | mac_hid.c | 71 static bool mac_hid_emumouse_filter(struct input_handle *handle, in mac_hid_emumouse_filter() 97 struct input_handle *handle; in mac_hid_emumouse_connect() 104 handle = kzalloc(sizeof(struct input_handle), GFP_KERNEL); in mac_hid_emumouse_connect() 137 static void mac_hid_emumouse_disconnect(struct input_handle *handle) in mac_hid_emumouse_disconnect()
|
| /Linux-v5.15/drivers/tty/vt/ |
| D | keyboard.c | 189 static int getkeycode_helper(struct input_handle *handle, void *data) in getkeycode_helper() 216 static int setkeycode_helper(struct input_handle *handle, void *data) in setkeycode_helper() 248 static int kd_sound_helper(struct input_handle *handle, void *data) in kd_sound_helper() 290 static int kbd_rate_helper(struct input_handle *handle, void *data) in kbd_rate_helper() 1081 static int kbd_update_leds_helper(struct input_handle *handle, void *data) in kbd_update_leds_helper() 1106 static int kbd_update_leds_helper(struct input_handle *handle, void *data) in kbd_update_leds_helper() 1521 static void kbd_event(struct input_handle *handle, unsigned int event_type, in kbd_event() 1566 struct input_handle *handle; in kbd_connect() 1569 handle = kzalloc(sizeof(struct input_handle), GFP_KERNEL); in kbd_connect() 1594 static void kbd_disconnect(struct input_handle *handle) in kbd_disconnect() [all …]
|
| /Linux-v5.15/drivers/tty/ |
| D | sysrq.c | 649 struct input_handle handle; 795 struct input_handle *handle = &sysrq->handle; in sysrq_reinject_alt_sysrq() 923 static bool sysrq_filter(struct input_handle *handle, in sysrq_filter() 995 static void sysrq_disconnect(struct input_handle *handle) in sysrq_disconnect()
|
| /Linux-v5.15/drivers/tty/serial/ |
| D | kgdboc.c | 62 static void kgdboc_reset_disconnect(struct input_handle *handle) in kgdboc_reset_disconnect()
|
| /Linux-v5.15/Documentation/sound/designs/ |
| D | oss-emulation.rst | 322 input_handle = open("device", O_RDONLY)
|