Searched refs:input_handle (Results 1 - 12 of 12) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/
H A Devbug.c39 static void evbug_event(struct input_handle *handle, unsigned int type, unsigned int code, int value)
48 struct input_handle *handle;
51 handle = kzalloc(sizeof(struct input_handle), GFP_KERNEL);
81 static void evbug_disconnect(struct input_handle *handle)
H A Dapm-power.c34 static void apmpower_event(struct input_handle *handle, unsigned int type,
55 struct input_handle *handle;
58 handle = kzalloc(sizeof(struct input_handle), GFP_KERNEL);
88 static void apmpower_disconnect(struct input_handle *handle)
H A Dinput.c80 struct input_handle *handle;
372 void input_inject_event(struct input_handle *handle,
376 struct input_handle *grab;
438 int input_grab_device(struct input_handle *handle)
461 static void __input_release_device(struct input_handle *handle)
485 void input_release_device(struct input_handle *handle)
502 int input_open_device(struct input_handle *handle)
538 int input_flush_device(struct input_handle *handle, struct file *file)
562 void input_close_device(struct input_handle *handle)
610 struct input_handle *handl
[all...]
H A Devdev.c29 struct input_handle handle;
75 static void evdev_event(struct input_handle *handle,
802 struct input_handle *handle = &evdev->handle;
882 static void evdev_disconnect(struct input_handle *handle)
H A Djoydev.c42 struct input_handle handle;
119 static void joydev_event(struct input_handle *handle,
771 struct input_handle *handle = &joydev->handle;
906 static void joydev_disconnect(struct input_handle *handle)
H A Dmousedev.c63 struct input_handle handle;
353 static void mousedev_event(struct input_handle *handle,
840 struct input_handle *handle = &mousedev->handle;
996 static void mousedev_disconnect(struct input_handle *handle)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/macintosh/
H A Dmac_hid.c68 static bool mac_hid_emumouse_filter(struct input_handle *handle,
94 struct input_handle *handle;
101 handle = kzalloc(sizeof(struct input_handle), GFP_KERNEL);
134 static void mac_hid_emumouse_disconnect(struct input_handle *handle)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/rfkill/
H A Dinput.c198 static void rfkill_event(struct input_handle *handle, unsigned int type,
226 struct input_handle *handle;
229 handle = kzalloc(sizeof(struct input_handle), GFP_KERNEL);
255 static void rfkill_start(struct input_handle *handle)
272 static void rfkill_disconnect(struct input_handle *handle)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dinput.h1199 struct input_handle *grab;
1265 struct input_handle;
1308 void (*event)(struct input_handle *handle, unsigned int type, unsigned int code, int value);
1309 bool (*filter)(struct input_handle *handle, unsigned int type, unsigned int code, int value);
1312 void (*disconnect)(struct input_handle *handle);
1313 void (*start)(struct input_handle *handle);
1326 * struct input_handle - links input device with an input handler
1337 struct input_handle { struct
1382 int (*fn)(struct input_handle *, void *));
1384 int input_register_handle(struct input_handle *);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dkeyboard.c184 static int getkeycode_helper(struct input_handle *handle, void *data)
202 static int setkeycode_helper(struct input_handle *handle, void *data)
225 static int kd_sound_helper(struct input_handle *handle, void *data)
267 static int kbd_rate_helper(struct input_handle *handle, void *data)
1008 static int kbd_update_leds_helper(struct input_handle *handle, void *data)
1293 static void kbd_event(struct input_handle *handle, unsigned int event_type,
1339 struct input_handle *handle;
1342 handle = kzalloc(sizeof(struct input_handle), GFP_KERNEL);
1367 static void kbd_disconnect(struct input_handle *handle)
1378 static void kbd_start(struct input_handle *handl
[all...]
H A Dsysrq.c570 static bool sysrq_filter(struct input_handle *handle, unsigned int type,
611 struct input_handle *handle;
617 handle = kzalloc(sizeof(struct input_handle), GFP_KERNEL);
647 static void sysrq_disconnect(struct input_handle *handle)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dffmpeg.c388 static HANDLE input_handle; local
390 if(!input_handle){
391 input_handle = GetStdHandle(STD_INPUT_HANDLE);
392 is_pipe = !GetConsoleMode(input_handle, &dw);
401 if (!PeekNamedPipe(input_handle, NULL, 0, NULL, &nchars, NULL)) {

Completed in 209 milliseconds