Lines Matching refs:input_event
1251 input_event(input, EV_REL, code, lo_res); in hidinput_handle_scroll()
1252 input_event(input, EV_REL, usage->code, hi_res); in hidinput_handle_scroll()
1278 input_event(input, usage->type, usage->code , hid_hat_to_axis[hat_dir].x); in hidinput_hid_event()
1279 input_event(input, usage->type, usage->code + 1, hid_hat_to_axis[hat_dir].y); in hidinput_hid_event()
1290 input_event(input, usage->type, (*quirks & HID_QUIRK_INVERT) ? BTN_TOOL_RUBBER : usage->code, 1); in hidinput_hid_event()
1293 input_event(input, usage->type, usage->code, 0); in hidinput_hid_event()
1294 input_event(input, usage->type, BTN_TOOL_RUBBER, 0); in hidinput_hid_event()
1301 input_event(input, EV_KEY, BTN_TOUCH, value > a + ((b - a) >> 3)); in hidinput_hid_event()
1330 input_event(input, EV_KEY, direction, 1); in hidinput_hid_event()
1332 input_event(input, EV_KEY, direction, 0); in hidinput_hid_event()
1382 input_event(input, EV_MSC, MSC_SCAN, usage->hid); in hidinput_hid_event()
1384 input_event(input, usage->type, usage->code, value); in hidinput_hid_event()
1389 input_event(input, usage->type, usage->code, 0); in hidinput_hid_event()