Lines Matching refs:input_event
1491 input_event(input, EV_REL, code, lo_res); in hidinput_handle_scroll()
1492 input_event(input, EV_REL, usage->code, hi_res); in hidinput_handle_scroll()
1506 input_event(input, EV_KEY, BTN_TOUCH, 0); in hid_report_release_tool()
1507 input_event(input, EV_KEY, tool, 0); in hid_report_release_tool()
1508 input_event(input, EV_SYN, SYN_REPORT, 0); in hid_report_release_tool()
1519 input_event(input, EV_KEY, new_tool, 1); in hid_report_set_tool()
1551 input_event(input, usage->type, usage->code , hid_hat_to_axis[hat_dir].x); in hidinput_hid_event()
1552 input_event(input, usage->type, usage->code + 1, hid_hat_to_axis[hat_dir].y); in hidinput_hid_event()
1659 input_event(input, EV_KEY, BTN_TOUCH, 1); in hidinput_hid_event()
1696 input_event(input, EV_KEY, direction, 1); in hidinput_hid_event()
1698 input_event(input, EV_KEY, direction, 0); in hidinput_hid_event()
1729 input_event(input, EV_MSC, MSC_SCAN, usage->hid); in hidinput_hid_event()
1731 input_event(input, usage->type, usage->code, value); in hidinput_hid_event()
1736 input_event(input, usage->type, usage->code, 0); in hidinput_hid_event()