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()
1770 input_handle_event(dev, EV_SYN, SYN_REPORT, 1); in input_reset_device()
1794 input_handle_event(dev, EV_SYN, SYN_REPORT, 1); in input_inhibit_device()
1845 input_handle_event(input_dev, EV_SYN, SYN_REPORT, 1); in input_dev_suspend()
1880 input_handle_event(input_dev, EV_SYN, SYN_REPORT, 1); in input_dev_freeze()
2262 input_handle_event(dev, EV_KEY, dev->repeat_key, 2); in input_repeat_key()
2263 input_handle_event(dev, EV_SYN, SYN_REPORT, 1); in input_repeat_key()