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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/
H A Devbug.c41 static void evbug_event(struct input_handle *handle, unsigned int type, unsigned int code, int value)
50 struct input_handle *handle;
53 handle = kzalloc(sizeof(struct input_handle), GFP_KERNEL);
80 static void evbug_disconnect(struct input_handle *handle)
H A Dinput.c48 struct input_handle *handle;
208 void input_inject_event(struct input_handle *handle, unsigned int type, unsigned int code, int value)
229 int input_grab_device(struct input_handle *handle)
239 void input_release_device(struct input_handle *handle)
253 int input_open_device(struct input_handle *handle)
276 int input_flush_device(struct input_handle* handle, struct file* file)
285 void input_close_device(struct input_handle *handle)
531 struct input_handle *handle;
1160 struct input_handle *handle, *next;
1207 struct input_handle *handl
[all...]
H A Dtsdev.c114 struct input_handle handle;
292 static void tsdev_event(struct input_handle *handle, unsigned int type,
465 static void tsdev_disconnect(struct input_handle *handle)
H A Devdev.c29 struct input_handle handle;
46 static void evdev_event(struct input_handle *handle, unsigned int type, unsigned int code, int value)
687 static void evdev_disconnect(struct input_handle *handle)
H A Djoydev.c43 struct input_handle handle;
86 static void joydev_event(struct input_handle *handle, unsigned int type, unsigned int code, int value)
584 static void joydev_disconnect(struct input_handle *handle)
H A Dmousedev.c66 struct input_handle handle;
304 static void mousedev_event(struct input_handle *handle, unsigned int type, unsigned int code, int value)
753 static void mousedev_disconnect(struct input_handle *handle)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/rfkill/
H A Drfkill-input.c85 static void rfkill_event(struct input_handle *handle, unsigned int type,
105 struct input_handle *handle;
108 handle = kzalloc(sizeof(struct input_handle), GFP_KERNEL);
133 static void rfkill_disconnect(struct input_handle *handle)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dinput.h979 struct input_handle *grab;
1043 struct input_handle;
1069 void (*event)(struct input_handle *handle, unsigned int type, unsigned int code, int value);
1071 void (*disconnect)(struct input_handle *handle);
1072 void (*start)(struct input_handle *handle);
1085 struct input_handle { struct
1101 #define to_handle(n) container_of(n,struct input_handle,d_node)
1102 #define to_handle_h(n) container_of(n,struct input_handle,h_node)
1133 int input_register_handle(struct input_handle *);
1134 void input_unregister_handle(struct input_handle *);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Dkeyboard.c172 struct input_handle *handle;
187 struct input_handle *handle;
204 struct input_handle *handle;
226 struct input_handle *handle = to_handle_h(node);
255 struct input_handle *handle = to_handle_h(node);
978 struct input_handle *handle = to_handle_h(node);
1245 static void kbd_event(struct input_handle *handle, unsigned int event_type,
1266 struct input_handle *handle;
1277 handle = kzalloc(sizeof(struct input_handle), GFP_KERNEL);
1302 static void kbd_disconnect(struct input_handle *handl
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/tablet/
H A Daiptek.c1959 struct input_handle *inputhandle;

Completed in 93 milliseconds