Lines Matching refs:input_handle_event
394 void input_handle_event(struct input_dev *dev, in input_handle_event() function
435 input_handle_event(dev, type, code, value); in input_event()
465 input_handle_event(dev, type, code, value); in input_inject_event()
741 input_handle_event(dev, EV_KEY, code, 0); in input_dev_release_keys()
774 input_handle_event(dev, EV_SYN, SYN_REPORT, 1); in input_disconnect_device()
1844 input_handle_event(dev, EV_SYN, SYN_REPORT, 1); in input_reset_device()
1868 input_handle_event(dev, EV_SYN, SYN_REPORT, 1); in input_inhibit_device()
1919 input_handle_event(input_dev, EV_SYN, SYN_REPORT, 1); in input_dev_suspend()
1954 input_handle_event(input_dev, EV_SYN, SYN_REPORT, 1); in input_dev_freeze()
2336 input_handle_event(dev, EV_KEY, dev->repeat_key, 2); in input_repeat_key()
2337 input_handle_event(dev, EV_SYN, SYN_REPORT, 1); in input_repeat_key()