Lines Matching refs:input_handle
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()
1088 static int kbd_update_leds_helper(struct input_handle *handle, void *data) in kbd_update_leds_helper()
1113 static int kbd_update_leds_helper(struct input_handle *handle, void *data) in kbd_update_leds_helper()
1533 static void kbd_event(struct input_handle *handle, unsigned int event_type, in kbd_event()
1578 struct input_handle *handle; in kbd_connect()
1581 handle = kzalloc(sizeof(struct input_handle), GFP_KERNEL); in kbd_connect()
1606 static void kbd_disconnect(struct input_handle *handle) in kbd_disconnect()
1617 static void kbd_start(struct input_handle *handle) in kbd_start()