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()
1086 static int kbd_update_leds_helper(struct input_handle *handle, void *data) in kbd_update_leds_helper()
1111 static int kbd_update_leds_helper(struct input_handle *handle, void *data) in kbd_update_leds_helper()
1531 static void kbd_event(struct input_handle *handle, unsigned int event_type, in kbd_event()
1576 struct input_handle *handle; in kbd_connect()
1579 handle = kzalloc(sizeof(struct input_handle), GFP_KERNEL); in kbd_connect()
1604 static void kbd_disconnect(struct input_handle *handle) in kbd_disconnect()
1615 static void kbd_start(struct input_handle *handle) in kbd_start()