Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dinput.h185 struct input_handle __rcu *grab;
266 struct input_handle;
312 void (*event)(struct input_handle *handle, unsigned int type, unsigned int code, int value);
313 void (*events)(struct input_handle *handle,
315 bool (*filter)(struct input_handle *handle, unsigned int type, unsigned int code, int value);
318 void (*disconnect)(struct input_handle *handle);
319 void (*start)(struct input_handle *handle);
345 struct input_handle { struct
406 int (*fn)(struct input_handle *, void *));
408 int input_register_handle(struct input_handle *);
[all …]
/OK3568_Linux_fs/kernel/drivers/input/
H A Dapm-power.c31 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 Devbug.c25 static void evbug_event(struct input_handle *handle, unsigned int type, unsigned int code, int valu… in evbug_event()
34 struct input_handle *handle; in evbug_connect()
37 handle = kzalloc(sizeof(struct input_handle), GFP_KERNEL); in evbug_connect()
67 static void evbug_disconnect(struct input_handle *handle) in evbug_disconnect()
H A Dinput-leds.c40 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()
H A Dinput.c104 static unsigned int input_to_handler(struct input_handle *handle, in input_to_handler()
142 struct input_handle *handle; in input_pass_values()
469 void input_inject_event(struct input_handle *handle, in input_inject_event()
473 struct input_handle *grab; in input_inject_event()
544 int input_grab_device(struct input_handle *handle) in input_grab_device()
566 static void __input_release_device(struct input_handle *handle) in __input_release_device()
569 struct input_handle *grabber; in __input_release_device()
593 void input_release_device(struct input_handle *handle) in input_release_device()
610 int input_open_device(struct input_handle *handle) in input_open_device()
657 int input_flush_device(struct input_handle *handle, struct file *file) in input_flush_device()
[all …]
H A Devdev.c30 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()
H A Dmousedev.c60 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 Djoydev.c38 struct input_handle handle;
113 static void joydev_event(struct input_handle *handle, in joydev_event()
739 struct input_handle *handle = &joydev->handle; in joydev_cleanup()
1008 static void joydev_disconnect(struct input_handle *handle) in joydev_disconnect()
/OK3568_Linux_fs/kernel/net/rfkill/
H A Dinput.c193 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()
/OK3568_Linux_fs/kernel/drivers/macintosh/
H A Dmac_hid.c71 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()
/OK3568_Linux_fs/kernel/drivers/tty/vt/
H A 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()
1062 static int kbd_update_leds_helper(struct input_handle *handle, void *data) in kbd_update_leds_helper()
1087 static int kbd_update_leds_helper(struct input_handle *handle, void *data) in kbd_update_leds_helper()
1498 static void kbd_event(struct input_handle *handle, unsigned int event_type, in kbd_event()
1544 struct input_handle *handle; in kbd_connect()
1547 handle = kzalloc(sizeof(struct input_handle), GFP_KERNEL); in kbd_connect()
1572 static void kbd_disconnect(struct input_handle *handle) in kbd_disconnect()
[all …]
/OK3568_Linux_fs/kernel/drivers/tty/
H A Dsysrq.c653 struct input_handle handle;
799 struct input_handle *handle = &sysrq->handle; in sysrq_reinject_alt_sysrq()
927 static bool sysrq_filter(struct input_handle *handle, in sysrq_filter()
999 static void sysrq_disconnect(struct input_handle *handle) in sysrq_disconnect()
/OK3568_Linux_fs/kernel/drivers/tty/serial/
H A Dkgdboc.c62 static void kgdboc_reset_disconnect(struct input_handle *handle) in kgdboc_reset_disconnect()
/OK3568_Linux_fs/kernel/drivers/cpufreq/
H A Dcpufreq_interactive.c1195 static void cpufreq_interactive_input_event(struct input_handle *handle, in cpufreq_interactive_input_event()
1265 struct input_handle *handle; in cpufreq_interactive_input_connect()
1292 static void cpufreq_interactive_input_disconnect(struct input_handle *handle) in cpufreq_interactive_input_disconnect()
/OK3568_Linux_fs/kernel/Documentation/sound/designs/
H A Doss-emulation.rst322 input_handle = open("device", O_RDONLY)
/OK3568_Linux_fs/kernel/drivers/devfreq/
H A Drockchip_dmc.c3159 static void rockchip_dmcfreq_input_event(struct input_handle *handle, in rockchip_dmcfreq_input_event()
3184 struct input_handle *handle; in rockchip_dmcfreq_input_connect()
3212 static void rockchip_dmcfreq_input_disconnect(struct input_handle *handle) in rockchip_dmcfreq_input_disconnect()