Lines Matching refs:input_event
1266 input_event(input, EV_REL, code, lo_res); in hidinput_handle_scroll()
1267 input_event(input, EV_REL, usage->code, hi_res); in hidinput_handle_scroll()
1293 input_event(input, usage->type, usage->code , hid_hat_to_axis[hat_dir].x); in hidinput_hid_event()
1294 input_event(input, usage->type, usage->code + 1, hid_hat_to_axis[hat_dir].y); in hidinput_hid_event()
1305 input_event(input, usage->type, (*quirks & HID_QUIRK_INVERT) ? BTN_TOOL_RUBBER : usage->code, 1); in hidinput_hid_event()
1308 input_event(input, usage->type, usage->code, 0); in hidinput_hid_event()
1309 input_event(input, usage->type, BTN_TOOL_RUBBER, 0); in hidinput_hid_event()
1316 input_event(input, EV_KEY, BTN_TOUCH, value > a + ((b - a) >> 3)); in hidinput_hid_event()
1345 input_event(input, EV_KEY, direction, 1); in hidinput_hid_event()
1347 input_event(input, EV_KEY, direction, 0); in hidinput_hid_event()
1397 input_event(input, EV_MSC, MSC_SCAN, usage->hid); in hidinput_hid_event()
1399 input_event(input, usage->type, usage->code, value); in hidinput_hid_event()
1404 input_event(input, usage->type, usage->code, 0); in hidinput_hid_event()