Lines Matching refs:input_event
1411 input_event(input, EV_REL, code, lo_res); in hidinput_handle_scroll()
1412 input_event(input, EV_REL, usage->code, hi_res); in hidinput_handle_scroll()
1426 input_event(input, EV_KEY, BTN_TOUCH, 0); in hid_report_release_tool()
1427 input_event(input, EV_KEY, tool, 0); in hid_report_release_tool()
1428 input_event(input, EV_SYN, SYN_REPORT, 0); in hid_report_release_tool()
1439 input_event(input, EV_KEY, new_tool, 1); in hid_report_set_tool()
1467 input_event(input, usage->type, usage->code , hid_hat_to_axis[hat_dir].x); in hidinput_hid_event()
1468 input_event(input, usage->type, usage->code + 1, hid_hat_to_axis[hat_dir].y); in hidinput_hid_event()
1566 input_event(input, EV_KEY, BTN_TOUCH, 1); in hidinput_hid_event()
1603 input_event(input, EV_KEY, direction, 1); in hidinput_hid_event()
1605 input_event(input, EV_KEY, direction, 0); in hidinput_hid_event()
1636 input_event(input, EV_MSC, MSC_SCAN, usage->hid); in hidinput_hid_event()
1638 input_event(input, usage->type, usage->code, value); in hidinput_hid_event()
1643 input_event(input, usage->type, usage->code, 0); in hidinput_hid_event()