Searched refs:input_handle (Results 1 – 14 of 14) sorted by relevance
/linux/drivers/input/ |
H A 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()
|
H A D | input-leds.c | 46 struct input_handle *handle; 51 struct input_handle handle; 72 static void input_leds_event(struct input_handle *handle, unsigned int type, in input_leds_event() 176 static void input_leds_disconnect(struct input_handle *handle) in input_leds_disconnect()
|
H A D | input.c | 113 struct input_handle *handle; in input_pass_values() 411 void input_inject_event(struct input_handle *handle, in input_inject_event() 415 struct input_handle *grab; in input_inject_event() 519 int input_grab_device(struct input_handle *handle) in input_grab_device() 534 static void __input_release_device(struct input_handle *handle) in __input_release_device() 537 struct input_handle *grabber; in __input_release_device() 561 void input_release_device(struct input_handle *handle) in input_release_device() 577 int input_open_device(struct input_handle *handle) in input_open_device() 621 int input_flush_device(struct input_handle *handle, struct file *file) in input_flush_device() 641 void input_close_device(struct input_handle *handle) in input_close_device() [all …]
|
H A 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()
|
H A D | joydev.c | 37 struct input_handle handle; 112 static void joydev_event(struct input_handle *handle, in joydev_event() 737 struct input_handle *handle = &joydev->handle; in joydev_cleanup() 1016 static void joydev_disconnect(struct input_handle *handle) in joydev_disconnect()
|
H A D | evdev.c | 30 struct input_handle handle; 291 static unsigned int evdev_events(struct input_handle *handle, in evdev_events() 1318 struct input_handle *handle = &evdev->handle; in evdev_cleanup() 1399 static void evdev_disconnect(struct input_handle *handle) in evdev_disconnect()
|
/linux/net/rfkill/ |
H A 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/drivers/leds/trigger/ |
H A D | ledtrig-input-events.c | 52 static void input_events_event(struct input_handle *handle, unsigned int type, in input_events_event() 75 struct input_handle *handle; in input_events_connect() 103 static void input_events_disconnect(struct input_handle *handle) in input_events_disconnect()
|
/linux/drivers/hid/ |
H A D | hid-appletb-kbd.c | 62 struct input_handle kbd_handle; 63 struct input_handle tpd_handle; 234 static void appletb_kbd_inp_event(struct input_handle *handle, unsigned int type, in appletb_kbd_inp_event() 260 struct input_handle *handle; in appletb_kbd_inp_connect() 299 static void appletb_kbd_inp_disconnect(struct input_handle *handle) in appletb_kbd_inp_disconnect()
|
/linux/drivers/tty/vt/ |
H A D | keyboard.c | 190 static int getkeycode_helper(struct input_handle *handle, void *data) in getkeycode_helper() 217 static int setkeycode_helper(struct input_handle *handle, void *data) in setkeycode_helper() 249 static int kd_sound_helper(struct input_handle *handle, void *data) in kd_sound_helper() 291 static int kbd_rate_helper(struct input_handle *handle, void *data) in kbd_rate_helper() 1079 static int kbd_update_leds_helper(struct input_handle *handle, void *data) in kbd_update_leds_helper() 1104 static int kbd_update_leds_helper(struct input_handle *handle, void *data) in kbd_update_leds_helper() 1524 static void kbd_event(struct input_handle *handle, unsigned int event_type, in kbd_event() 1569 struct input_handle *handle; in kbd_connect() 1572 handle = kzalloc(sizeof(struct input_handle), GFP_KERNEL); in kbd_connect() 1597 static void kbd_disconnect(struct input_handle *handle) in kbd_disconnect() [all …]
|
/linux/drivers/input/tests/ |
H A D | input_test.c | 136 struct input_handle test_handle; in input_test_grab() 138 struct input_handle handle; in input_test_grab()
|
/linux/drivers/tty/ |
H A D | sysrq.c | 661 struct input_handle handle; 806 struct input_handle *handle = &sysrq->handle; in sysrq_reinject_alt_sysrq() 936 static bool sysrq_filter(struct input_handle *handle, in sysrq_filter() 1008 static void sysrq_disconnect(struct input_handle *handle) in sysrq_disconnect()
|
/linux/sound/usb/ |
H A D | mixer_quirks.c | 554 static void snd_dualsense_ih_event(struct input_handle *handle, in snd_dualsense_ih_event() 626 struct input_handle *handle; in snd_dualsense_ih_connect() 654 static void snd_dualsense_ih_disconnect(struct input_handle *handle) in snd_dualsense_ih_disconnect() 661 static void snd_dualsense_ih_start(struct input_handle *handle) in snd_dualsense_ih_start()
|
/linux/Documentation/sound/designs/ |
H A D | oss-emulation.rst | 322 input_handle = open("device", O_RDONLY)
|