Lines Matching refs:input_event
1479 input_event(input, EV_REL, code, lo_res); in hidinput_handle_scroll()
1480 input_event(input, EV_REL, usage->code, hi_res); in hidinput_handle_scroll()
1494 input_event(input, EV_KEY, BTN_TOUCH, 0); in hid_report_release_tool()
1495 input_event(input, EV_KEY, tool, 0); in hid_report_release_tool()
1496 input_event(input, EV_SYN, SYN_REPORT, 0); in hid_report_release_tool()
1507 input_event(input, EV_KEY, new_tool, 1); in hid_report_set_tool()
1539 input_event(input, usage->type, usage->code , hid_hat_to_axis[hat_dir].x); in hidinput_hid_event()
1540 input_event(input, usage->type, usage->code + 1, hid_hat_to_axis[hat_dir].y); in hidinput_hid_event()
1647 input_event(input, EV_KEY, BTN_TOUCH, 1); in hidinput_hid_event()
1684 input_event(input, EV_KEY, direction, 1); in hidinput_hid_event()
1686 input_event(input, EV_KEY, direction, 0); in hidinput_hid_event()
1717 input_event(input, EV_MSC, MSC_SCAN, usage->hid); in hidinput_hid_event()
1719 input_event(input, usage->type, usage->code, value); in hidinput_hid_event()
1724 input_event(input, usage->type, usage->code, 0); in hidinput_hid_event()