Lines Matching refs:input_handle
168 static int getkeycode_helper(struct input_handle *handle, void *data) in getkeycode_helper()
195 static int setkeycode_helper(struct input_handle *handle, void *data) in setkeycode_helper()
227 static int kd_sound_helper(struct input_handle *handle, void *data) in kd_sound_helper()
269 static int kbd_rate_helper(struct input_handle *handle, void *data) in kbd_rate_helper()
1029 static int kbd_update_leds_helper(struct input_handle *handle, void *data) in kbd_update_leds_helper()
1054 static int kbd_update_leds_helper(struct input_handle *handle, void *data) in kbd_update_leds_helper()
1466 static void kbd_event(struct input_handle *handle, unsigned int event_type, in kbd_event()
1512 struct input_handle *handle; in kbd_connect()
1515 handle = kzalloc(sizeof(struct input_handle), GFP_KERNEL); in kbd_connect()
1540 static void kbd_disconnect(struct input_handle *handle) in kbd_disconnect()
1551 static void kbd_start(struct input_handle *handle) in kbd_start()