Lines Matching refs:input_event
1309 input_event(input, EV_REL, code, lo_res); in hidinput_handle_scroll()
1310 input_event(input, EV_REL, usage->code, hi_res); in hidinput_handle_scroll()
1336 input_event(input, usage->type, usage->code , hid_hat_to_axis[hat_dir].x); in hidinput_hid_event()
1337 input_event(input, usage->type, usage->code + 1, hid_hat_to_axis[hat_dir].y); in hidinput_hid_event()
1348 input_event(input, usage->type, (*quirks & HID_QUIRK_INVERT) ? BTN_TOOL_RUBBER : usage->code, 1); in hidinput_hid_event()
1351 input_event(input, usage->type, usage->code, 0); in hidinput_hid_event()
1352 input_event(input, usage->type, BTN_TOOL_RUBBER, 0); in hidinput_hid_event()
1359 input_event(input, EV_KEY, BTN_TOUCH, value > a + ((b - a) >> 3)); in hidinput_hid_event()
1388 input_event(input, EV_KEY, direction, 1); in hidinput_hid_event()
1390 input_event(input, EV_KEY, direction, 0); in hidinput_hid_event()
1440 input_event(input, EV_MSC, MSC_SCAN, usage->hid); in hidinput_hid_event()
1442 input_event(input, usage->type, usage->code, value); in hidinput_hid_event()
1447 input_event(input, usage->type, usage->code, 0); in hidinput_hid_event()