Lines Matching refs:input_handle_event
357 void input_handle_event(struct input_dev *dev, in input_handle_event() function
398 input_handle_event(dev, type, code, value); in input_event()
428 input_handle_event(dev, type, code, value); in input_inject_event()
704 input_handle_event(dev, EV_KEY, code, 0); in input_dev_release_keys()
737 input_handle_event(dev, EV_SYN, SYN_REPORT, 1); in input_disconnect_device()
1804 input_handle_event(dev, EV_SYN, SYN_REPORT, 1); in input_reset_device()
1828 input_handle_event(dev, EV_SYN, SYN_REPORT, 1); in input_inhibit_device()
1879 input_handle_event(input_dev, EV_SYN, SYN_REPORT, 1); in input_dev_suspend()
1914 input_handle_event(input_dev, EV_SYN, SYN_REPORT, 1); in input_dev_freeze()
2315 input_handle_event(dev, EV_KEY, dev->repeat_key, 2); in input_repeat_key()
2316 input_handle_event(dev, EV_SYN, SYN_REPORT, 1); in input_repeat_key()