Lines Matching refs:input_handle_event
357 void input_handle_event(struct input_dev *dev, in input_handle_event() function
395 input_handle_event(dev, type, code, value); in input_event()
423 input_handle_event(dev, type, code, value); in input_inject_event()
682 input_handle_event(dev, EV_KEY, code, 0); in input_dev_release_keys()
714 input_handle_event(dev, EV_SYN, SYN_REPORT, 1); in input_disconnect_device()
1768 input_handle_event(dev, EV_SYN, SYN_REPORT, 1); in input_reset_device()
1789 input_handle_event(dev, EV_SYN, SYN_REPORT, 1); in input_inhibit_device()
1836 input_handle_event(input_dev, EV_SYN, SYN_REPORT, 1); in input_dev_suspend()
1867 input_handle_event(input_dev, EV_SYN, SYN_REPORT, 1); in input_dev_freeze()
2261 input_handle_event(dev, EV_KEY, dev->repeat_key, 2); in input_repeat_key()
2262 input_handle_event(dev, EV_SYN, SYN_REPORT, 1); in input_repeat_key()