Lines Matching refs:input_handle
171 static int getkeycode_helper(struct input_handle *handle, void *data) in getkeycode_helper()
198 static int setkeycode_helper(struct input_handle *handle, void *data) in setkeycode_helper()
230 static int kd_sound_helper(struct input_handle *handle, void *data) in kd_sound_helper()
272 static int kbd_rate_helper(struct input_handle *handle, void *data) in kbd_rate_helper()
1050 static int kbd_update_leds_helper(struct input_handle *handle, void *data) in kbd_update_leds_helper()
1075 static int kbd_update_leds_helper(struct input_handle *handle, void *data) in kbd_update_leds_helper()
1486 static void kbd_event(struct input_handle *handle, unsigned int event_type, in kbd_event()
1532 struct input_handle *handle; in kbd_connect()
1535 handle = kzalloc(sizeof(struct input_handle), GFP_KERNEL); in kbd_connect()
1560 static void kbd_disconnect(struct input_handle *handle) in kbd_disconnect()
1571 static void kbd_start(struct input_handle *handle) in kbd_start()