Lines Matching refs:input_handle
189 static int getkeycode_helper(struct input_handle *handle, void *data) in getkeycode_helper()
216 static int setkeycode_helper(struct input_handle *handle, void *data) in setkeycode_helper()
248 static int kd_sound_helper(struct input_handle *handle, void *data) in kd_sound_helper()
290 static int kbd_rate_helper(struct input_handle *handle, void *data) in kbd_rate_helper()
1081 static int kbd_update_leds_helper(struct input_handle *handle, void *data) in kbd_update_leds_helper()
1106 static int kbd_update_leds_helper(struct input_handle *handle, void *data) in kbd_update_leds_helper()
1521 static void kbd_event(struct input_handle *handle, unsigned int event_type, in kbd_event()
1566 struct input_handle *handle; in kbd_connect()
1569 handle = kzalloc(sizeof(struct input_handle), GFP_KERNEL); in kbd_connect()
1594 static void kbd_disconnect(struct input_handle *handle) in kbd_disconnect()
1605 static void kbd_start(struct input_handle *handle) in kbd_start()