Lines Matching refs:input_handle
170 static int getkeycode_helper(struct input_handle *handle, void *data) in getkeycode_helper()
197 static int setkeycode_helper(struct input_handle *handle, void *data) in setkeycode_helper()
229 static int kd_sound_helper(struct input_handle *handle, void *data) in kd_sound_helper()
271 static int kbd_rate_helper(struct input_handle *handle, void *data) in kbd_rate_helper()
1049 static int kbd_update_leds_helper(struct input_handle *handle, void *data) in kbd_update_leds_helper()
1074 static int kbd_update_leds_helper(struct input_handle *handle, void *data) in kbd_update_leds_helper()
1485 static void kbd_event(struct input_handle *handle, unsigned int event_type, in kbd_event()
1531 struct input_handle *handle; in kbd_connect()
1534 handle = kzalloc(sizeof(struct input_handle), GFP_KERNEL); in kbd_connect()
1559 static void kbd_disconnect(struct input_handle *handle) in kbd_disconnect()
1570 static void kbd_start(struct input_handle *handle) in kbd_start()