drivers/auxdisplay/ht16k33.c
354
input_event(keypad->dev, EV_MSC, MSC_SCAN, code);
drivers/extcon/extcon-max77693.c
569
input_event(dock, EV_KEY, code, attached);
drivers/hid/hid-a4tech.c
105
input_event(input, usage->type, REL_HWHEEL, value);
drivers/hid/hid-a4tech.c
106
input_event(input, usage->type, REL_HWHEEL_HI_RES, value * 120);
drivers/hid/hid-a4tech.c
91
input_event(input, EV_REL, value ? REL_HWHEEL :
drivers/hid/hid-a4tech.c
93
input_event(input, EV_REL, value ? REL_HWHEEL_HI_RES :
drivers/hid/hid-apple.c
420
input_event(input, EV_MSC, MSC_SCAN, hid);
drivers/hid/hid-apple.c
421
input_event(input, type, code, value);
drivers/hid/hid-appletb-kbd.c
226
input_event(input, usage->type, translation->keycode, value);
drivers/hid/hid-cougar.c
277
input_event(shared->input, EV_KEY,
drivers/hid/hid-cypress.c
121
input_event(input, usage->type, REL_HWHEEL, value);
drivers/hid/hid-ezkey.c
57
input_event(input, usage->type, REL_WHEEL, -value);
drivers/hid/hid-gyration.c
64
input_event(input, usage->type, usage->code, 1);
drivers/hid/hid-gyration.c
66
input_event(input, usage->type, usage->code, 0);
drivers/hid/hid-icade.c
182
input_event(field->hidinput->input, usage->type,
drivers/hid/hid-input.c
1518
input_event(input, EV_REL, code, lo_res);
drivers/hid/hid-input.c
1519
input_event(input, EV_REL, usage->code, hi_res);
drivers/hid/hid-input.c
1533
input_event(input, EV_KEY, BTN_TOUCH, 0);
drivers/hid/hid-input.c
1534
input_event(input, EV_KEY, tool, 0);
drivers/hid/hid-input.c
1535
input_event(input, EV_SYN, SYN_REPORT, 0);
drivers/hid/hid-input.c
1546
input_event(input, EV_KEY, new_tool, 1);
drivers/hid/hid-input.c
1574
input_event(input, usage->type, usage->code , hid_hat_to_axis[hat_dir].x);
drivers/hid/hid-input.c
1575
input_event(input, usage->type, usage->code + 1, hid_hat_to_axis[hat_dir].y);
drivers/hid/hid-input.c
1682
input_event(input, EV_KEY, BTN_TOUCH, 1);
drivers/hid/hid-input.c
1719
input_event(input, EV_KEY, direction, 1);
drivers/hid/hid-input.c
1721
input_event(input, EV_KEY, direction, 0);
drivers/hid/hid-input.c
1752
input_event(input, EV_MSC, MSC_SCAN, usage->hid);
drivers/hid/hid-input.c
1754
input_event(input, usage->type, usage->code, value);
drivers/hid/hid-input.c
1759
input_event(input, usage->type, usage->code, 0);
drivers/hid/hid-ite.c
83
input_event(input, EV_KEY, KEY_RFKILL, 1);
drivers/hid/hid-ite.c
85
input_event(input, EV_KEY, KEY_RFKILL, 0);
drivers/hid/hid-lenovo.c
841
input_event(field->hidinput->input,
drivers/hid/hid-lenovo.c
844
input_event(field->hidinput->input,
drivers/hid/hid-lg.c
728
input_event(field->hidinput->input, usage->type, usage->code,
drivers/hid/hid-lg4ff.c
316
input_event(field->hidinput->input, usage->type, usage->code, new_value);
drivers/hid/hid-logitech-hidpp.c
2971
input_event(hidpp->input, EV_ABS, ABS_MT_POSITION_X,
drivers/hid/hid-logitech-hidpp.c
2973
input_event(hidpp->input, EV_ABS, ABS_MT_POSITION_Y,
drivers/hid/hid-logitech-hidpp.c
2976
input_event(hidpp->input, EV_ABS, ABS_MT_PRESSURE,
drivers/hid/hid-logitech-hidpp.c
2991
input_event(hidpp->input, EV_KEY, BTN_LEFT, raw->button);
drivers/hid/hid-logitech-hidpp.c
3056
input_event(hidpp->input, EV_KEY, BTN_LEFT,
drivers/hid/hid-logitech-hidpp.c
3058
input_event(hidpp->input, EV_KEY, BTN_RIGHT,
drivers/hid/hid-magicmouse.c
376
input_event(input, EV_MSC, MSC_RAW, tdata[7]);
drivers/hid/hid-magicmouse.c
381
input_event(input, EV_MSC, MSC_RAW, tdata[8]);
drivers/hid/hid-microsoft.c
270
input_event(input, usage->type, key, 1);
drivers/hid/hid-microsoft.c
273
input_event(input, usage->type, last_key, 0);
drivers/hid/hid-multitouch.c
1058
input_event(input, EV_KEY, BTN_LEFT, app->left_button_state);
drivers/hid/hid-multitouch.c
1061
input_event(input, EV_MSC, MSC_TIMESTAMP, app->timestamp);
drivers/hid/hid-multitouch.c
1237
input_event(input, EV_ABS, ABS_MT_POSITION_X, x);
drivers/hid/hid-multitouch.c
1238
input_event(input, EV_ABS, ABS_MT_POSITION_Y, y);
drivers/hid/hid-multitouch.c
1239
input_event(input, EV_ABS, ABS_MT_TOOL_X, cx);
drivers/hid/hid-multitouch.c
1240
input_event(input, EV_ABS, ABS_MT_TOOL_Y, cy);
drivers/hid/hid-multitouch.c
1241
input_event(input, EV_ABS, ABS_MT_DISTANCE, !*slot->tip_state);
drivers/hid/hid-multitouch.c
1242
input_event(input, EV_ABS, ABS_MT_ORIENTATION, orientation);
drivers/hid/hid-multitouch.c
1243
input_event(input, EV_ABS, ABS_MT_PRESSURE, *slot->p);
drivers/hid/hid-multitouch.c
1244
input_event(input, EV_ABS, ABS_MT_TOUCH_MAJOR, major);
drivers/hid/hid-multitouch.c
1245
input_event(input, EV_ABS, ABS_MT_TOUCH_MINOR, minor);
drivers/hid/hid-multitouch.c
1291
input_event(input, usage->type, usage->code, value);
drivers/hid/hid-nintendo.c
1470
input_event(idev, EV_MSC, MSC_TIMESTAMP,
drivers/hid/hid-ntrig.c
630
input_event(input, EV_ABS, ABS_X, nd->x);
drivers/hid/hid-ntrig.c
631
input_event(input, EV_ABS, ABS_Y, nd->y);
drivers/hid/hid-ntrig.c
723
input_event(input, EV_ABS, ABS_X, nd->x);
drivers/hid/hid-ntrig.c
724
input_event(input, EV_ABS, ABS_Y, nd->y);
drivers/hid/hid-ntrig.c
728
input_event(input, EV_ABS, ABS_MT_POSITION_X, nd->x);
drivers/hid/hid-ntrig.c
729
input_event(input, EV_ABS, ABS_MT_POSITION_Y, nd->y);
drivers/hid/hid-ntrig.c
736
input_event(input, EV_ABS,
drivers/hid/hid-ntrig.c
738
input_event(input, EV_ABS,
drivers/hid/hid-ntrig.c
740
input_event(input, EV_ABS,
drivers/hid/hid-ntrig.c
743
input_event(input, EV_ABS,
drivers/hid/hid-ntrig.c
745
input_event(input, EV_ABS,
drivers/hid/hid-ntrig.c
747
input_event(input, EV_ABS,
drivers/hid/hid-picolcd_core.c
139
input_event(data->input_keys, EV_MSC, MSC_SCAN, raw_data[i]);
drivers/hid/hid-picolcd_core.c
162
input_event(data->input_keys, EV_MSC, MSC_SCAN, data->pressed_keys[j]);
drivers/hid/hid-playstation.c
1568
input_event(ds->sensors, EV_MSC, MSC_TIMESTAMP, ds->sensor_timestamp_us);
drivers/hid/hid-playstation.c
2479
input_event(ds4->sensors, EV_MSC, MSC_TIMESTAMP, ds4->sensor_timestamp_us);
drivers/hid/hid-prodikeys.c
388
input_event(pm->input_ep82, EV_KEY,
drivers/hid/hid-prodikeys.c
479
input_event(pm->input_ep82, EV_KEY, key, 1);
drivers/hid/hid-steam.c
1474
input_event(input, EV_KEY, BTN_TR2, !!(b8 & BIT(0)));
drivers/hid/hid-steam.c
1475
input_event(input, EV_KEY, BTN_TL2, !!(b8 & BIT(1)));
drivers/hid/hid-steam.c
1476
input_event(input, EV_KEY, BTN_TR, !!(b8 & BIT(2)));
drivers/hid/hid-steam.c
1477
input_event(input, EV_KEY, BTN_TL, !!(b8 & BIT(3)));
drivers/hid/hid-steam.c
1478
input_event(input, EV_KEY, BTN_Y, !!(b8 & BIT(4)));
drivers/hid/hid-steam.c
1479
input_event(input, EV_KEY, BTN_B, !!(b8 & BIT(5)));
drivers/hid/hid-steam.c
1480
input_event(input, EV_KEY, BTN_X, !!(b8 & BIT(6)));
drivers/hid/hid-steam.c
1481
input_event(input, EV_KEY, BTN_A, !!(b8 & BIT(7)));
drivers/hid/hid-steam.c
1482
input_event(input, EV_KEY, BTN_SELECT, !!(b9 & BIT(4)));
drivers/hid/hid-steam.c
1483
input_event(input, EV_KEY, BTN_MODE, !!(b9 & BIT(5)));
drivers/hid/hid-steam.c
1484
input_event(input, EV_KEY, BTN_START, !!(b9 & BIT(6)));
drivers/hid/hid-steam.c
1485
input_event(input, EV_KEY, BTN_GRIPL, !!(b9 & BIT(7)));
drivers/hid/hid-steam.c
1486
input_event(input, EV_KEY, BTN_GRIPR, !!(b10 & BIT(0)));
drivers/hid/hid-steam.c
1487
input_event(input, EV_KEY, BTN_THUMBR, !!(b10 & BIT(2)));
drivers/hid/hid-steam.c
1488
input_event(input, EV_KEY, BTN_THUMBL, !!(b10 & BIT(6)));
drivers/hid/hid-steam.c
1489
input_event(input, EV_KEY, BTN_THUMB, lpad_touched || lpad_and_joy);
drivers/hid/hid-steam.c
1490
input_event(input, EV_KEY, BTN_THUMB2, !!(b10 & BIT(4)));
drivers/hid/hid-steam.c
1491
input_event(input, EV_KEY, BTN_DPAD_UP, !!(b9 & BIT(0)));
drivers/hid/hid-steam.c
1492
input_event(input, EV_KEY, BTN_DPAD_RIGHT, !!(b9 & BIT(1)));
drivers/hid/hid-steam.c
1493
input_event(input, EV_KEY, BTN_DPAD_LEFT, !!(b9 & BIT(2)));
drivers/hid/hid-steam.c
1494
input_event(input, EV_KEY, BTN_DPAD_DOWN, !!(b9 & BIT(3)));
drivers/hid/hid-steam.c
1648
input_event(input, EV_KEY, BTN_TR2, !!(b8 & BIT(0)));
drivers/hid/hid-steam.c
1649
input_event(input, EV_KEY, BTN_TL2, !!(b8 & BIT(1)));
drivers/hid/hid-steam.c
1650
input_event(input, EV_KEY, BTN_TR, !!(b8 & BIT(2)));
drivers/hid/hid-steam.c
1651
input_event(input, EV_KEY, BTN_TL, !!(b8 & BIT(3)));
drivers/hid/hid-steam.c
1652
input_event(input, EV_KEY, BTN_Y, !!(b8 & BIT(4)));
drivers/hid/hid-steam.c
1653
input_event(input, EV_KEY, BTN_B, !!(b8 & BIT(5)));
drivers/hid/hid-steam.c
1654
input_event(input, EV_KEY, BTN_X, !!(b8 & BIT(6)));
drivers/hid/hid-steam.c
1655
input_event(input, EV_KEY, BTN_A, !!(b8 & BIT(7)));
drivers/hid/hid-steam.c
1656
input_event(input, EV_KEY, BTN_SELECT, !!(b9 & BIT(4)));
drivers/hid/hid-steam.c
1657
input_event(input, EV_KEY, BTN_MODE, !!(b9 & BIT(5)));
drivers/hid/hid-steam.c
1658
input_event(input, EV_KEY, BTN_START, !!(b9 & BIT(6)));
drivers/hid/hid-steam.c
1659
input_event(input, EV_KEY, BTN_GRIPL2, !!(b9 & BIT(7)));
drivers/hid/hid-steam.c
1660
input_event(input, EV_KEY, BTN_GRIPR2, !!(b10 & BIT(0)));
drivers/hid/hid-steam.c
1661
input_event(input, EV_KEY, BTN_THUMBL, !!(b10 & BIT(6)));
drivers/hid/hid-steam.c
1662
input_event(input, EV_KEY, BTN_THUMBR, !!(b11 & BIT(2)));
drivers/hid/hid-steam.c
1663
input_event(input, EV_KEY, BTN_DPAD_UP, !!(b9 & BIT(0)));
drivers/hid/hid-steam.c
1664
input_event(input, EV_KEY, BTN_DPAD_RIGHT, !!(b9 & BIT(1)));
drivers/hid/hid-steam.c
1665
input_event(input, EV_KEY, BTN_DPAD_LEFT, !!(b9 & BIT(2)));
drivers/hid/hid-steam.c
1666
input_event(input, EV_KEY, BTN_DPAD_DOWN, !!(b9 & BIT(3)));
drivers/hid/hid-steam.c
1667
input_event(input, EV_KEY, BTN_THUMB, !!(b10 & BIT(1)));
drivers/hid/hid-steam.c
1668
input_event(input, EV_KEY, BTN_THUMB2, !!(b10 & BIT(2)));
drivers/hid/hid-steam.c
1669
input_event(input, EV_KEY, BTN_GRIPL, !!(b13 & BIT(1)));
drivers/hid/hid-steam.c
1670
input_event(input, EV_KEY, BTN_GRIPR, !!(b13 & BIT(2)));
drivers/hid/hid-steam.c
1671
input_event(input, EV_KEY, BTN_BASE, !!(b14 & BIT(2)));
drivers/hid/hid-steam.c
1691
input_event(sensors, EV_MSC, MSC_TIMESTAMP, steam->sensor_timestamp_us);
drivers/hid/hid-uclogic-core.c
44
input_event(input, EV_MSC, MSC_SCAN,
drivers/hid/hid-xinmo.c
34
input_event(field->hidinput->input, usage->type,
drivers/hid/hid-zydacron.c
123
input_event(zc->input_ep81, EV_KEY, key, 0);
drivers/hid/hid-zydacron.c
152
input_event(zc->input_ep81, EV_KEY, key, 1);
drivers/hid/wacom_wac.c
1017
input_event(input, EV_MSC, MSC_SERIAL, wacom->serial[idx]);
drivers/hid/wacom_wac.c
1128
input_event(input, EV_MSC, MSC_SERIAL, serial);
drivers/hid/wacom_wac.c
1392
input_event(pen_input, EV_MSC, MSC_SERIAL, wacom->serial[0]);
drivers/hid/wacom_wac.c
1498
input_event(pad_input, EV_MSC, MSC_SERIAL, 0xffffffff);
drivers/hid/wacom_wac.c
1525
input_event(pad_input, EV_MSC, MSC_SERIAL, 0xffffffff);
drivers/hid/wacom_wac.c
2241
input_event(input, usage->type, lowres_code, clicks);
drivers/hid/wacom_wac.c
2252
input_event(input, usage->type, usage->code, 0);
drivers/hid/wacom_wac.c
2273
input_event(input, usage->type, usage->code, value);
drivers/hid/wacom_wac.c
2298
input_event(input, EV_ABS, ABS_MISC, active ? PAD_DEVICE_ID : 0);
drivers/hid/wacom_wac.c
2551
input_event(input, usage->type, usage->code, value);
drivers/hid/wacom_wac.c
2553
input_event(input, usage->type, usage->code, 0);
drivers/hid/wacom_wac.c
2630
input_event(input, EV_MSC, MSC_SERIAL, (int)(serial_lo ? serial_lo : serial_hi));
drivers/hid/wacom_wac.c
669
input_event(input, EV_MSC, MSC_SERIAL, 0xffffffff);
drivers/hid/wacom_wac.c
769
input_event(input, EV_MSC, MSC_SERIAL, wacom->serial[idx]);
drivers/input/evdev.c
106
struct input_event *ev;
drivers/input/evdev.c
147
struct input_event ev;
drivers/input/evdev.c
215
const struct input_event *event)
drivers/input/evdev.c
227
client->buffer[client->tail] = (struct input_event) {
drivers/input/evdev.c
249
struct input_event event;
drivers/input/evdev.c
498
struct input_event event;
drivers/input/evdev.c
53
struct input_event buffer[] __counted_by(bufsize);
drivers/input/evdev.c
539
struct input_event *event)
drivers/input/evdev.c
561
struct input_event event;
drivers/input/input-compat.c
123
struct input_event *event)
drivers/input/input-compat.c
125
if (copy_from_user(event, buffer, sizeof(struct input_event)))
drivers/input/input-compat.c
132
const struct input_event *event)
drivers/input/input-compat.c
134
if (copy_to_user(buffer, event, sizeof(struct input_event)))
drivers/input/input-compat.c
16
struct input_event *event)
drivers/input/input-compat.c
32
if (copy_from_user(event, buffer, sizeof(struct input_event)))
drivers/input/input-compat.c
40
const struct input_event *event)
drivers/input/input-compat.c
56
if (copy_to_user(buffer, event, sizeof(struct input_event)))
drivers/input/input-compat.h
57
sizeof(struct input_event_compat) : sizeof(struct input_event);
drivers/input/input-compat.h
64
return sizeof(struct input_event);
drivers/input/input-compat.h
70
struct input_event *event);
drivers/input/input-compat.h
73
const struct input_event *event);
drivers/input/input-mt.c
149
input_event(dev, EV_ABS, ABS_MT_TRACKING_ID, -1);
drivers/input/input-mt.c
157
input_event(dev, EV_ABS, ABS_MT_TRACKING_ID, id);
drivers/input/input-mt.c
158
input_event(dev, EV_ABS, ABS_MT_TOOL_TYPE, tool_type);
drivers/input/input-mt.c
177
input_event(dev, EV_KEY, BTN_TOOL_FINGER, count == 1);
drivers/input/input-mt.c
178
input_event(dev, EV_KEY, BTN_TOOL_DOUBLETAP, count == 2);
drivers/input/input-mt.c
179
input_event(dev, EV_KEY, BTN_TOOL_TRIPLETAP, count == 3);
drivers/input/input-mt.c
180
input_event(dev, EV_KEY, BTN_TOOL_QUADTAP, count == 4);
drivers/input/input-mt.c
181
input_event(dev, EV_KEY, BTN_TOOL_QUINTTAP, count == 5);
drivers/input/input-mt.c
230
input_event(dev, EV_KEY, BTN_TOUCH, count > 0);
drivers/input/input-mt.c
253
input_event(dev, EV_ABS, ABS_X, x);
drivers/input/input-mt.c
254
input_event(dev, EV_ABS, ABS_Y, y);
drivers/input/input-mt.c
257
input_event(dev, EV_ABS, ABS_PRESSURE, reported_p);
drivers/input/input-mt.c
260
input_event(dev, EV_ABS, ABS_PRESSURE, 0);
drivers/input/input.c
399
EXPORT_SYMBOL(input_event);
drivers/input/keyboard/atkbd.c
457
input_event(dev, EV_MSC, MSC_RAW, code);
drivers/input/keyboard/atkbd.c
511
input_event(dev, EV_MSC, MSC_SCAN, code);
drivers/input/keyboard/atkbd.c
561
input_event(dev, EV_KEY, keycode, value);
drivers/input/keyboard/atkbd.c
565
input_event(dev, EV_MSC, MSC_SCAN, code);
drivers/input/keyboard/clps711x-keypad.c
65
input_event(input,
drivers/input/keyboard/cros_ec_keyb.c
205
input_event(idev, EV_MSC, MSC_SCAN, pos);
drivers/input/keyboard/cros_ec_keyb.c
238
input_event(idev, ev_type, map->code,
drivers/input/keyboard/goldfish_events.c
45
input_event(edev->input, type, code, value);
drivers/input/keyboard/gpio_keys.c
378
input_event(input, type, button->code, button->value);
drivers/input/keyboard/gpio_keys.c
380
input_event(input, type, *bdata->code, state);
drivers/input/keyboard/gpio_keys_polled.c
111
input_event(input, EV_REL, i, 0);
drivers/input/keyboard/gpio_keys_polled.c
116
input_event(input, EV_ABS, i, 0);
drivers/input/keyboard/gpio_keys_polled.c
53
input_event(input, type, button->code, button->value);
drivers/input/keyboard/gpio_keys_polled.c
58
input_event(input, type, button->code, button->value);
drivers/input/keyboard/gpio_keys_polled.c
62
input_event(input, type, button->code, state);
drivers/input/keyboard/imx-sm-bbm-key.c
50
input_event(input, EV_KEY, bbnsm->keycode, state);
drivers/input/keyboard/imx-sm-bbm-key.c
73
input_event(input, EV_KEY, bbnsm->keycode, 1);
drivers/input/keyboard/imx_keypad.c
170
input_event(input_dev, EV_MSC, MSC_SCAN, code);
drivers/input/keyboard/imx_sc_key.c
91
input_event(input, EV_KEY, priv->keycode, state);
drivers/input/keyboard/jornada680_kbd.c
92
input_event(input_dev,
drivers/input/keyboard/jornada720_kbd.c
75
input_event(input, EV_MSC, MSC_SCAN, scan_code);
drivers/input/keyboard/lm8323.c
276
input_event(lm->idev, EV_MSC, MSC_SCAN, key);
drivers/input/keyboard/lm8333.c
95
input_event(input, EV_MSC, MSC_SCAN, code);
drivers/input/keyboard/locomokbd.c
152
input_event(locomokbd->input, EV_PWR,
drivers/input/keyboard/lpc32xx-keys.c
87
input_event(input, EV_MSC, MSC_SCAN, scancode);
drivers/input/keyboard/maple_keyb.c
101
input_event(dev, EV_MSC, MSC_SCAN, code);
drivers/input/keyboard/maple_keyb.c
113
input_event(dev, EV_MSC, MSC_SCAN, code);
drivers/input/keyboard/maple_keyb.c
91
input_event(dev, EV_MSC, MSC_SCAN, code);
drivers/input/keyboard/matrix_keypad.c
163
input_event(input_dev, EV_MSC, MSC_SCAN, code);
drivers/input/keyboard/max7359_keypad.c
101
input_event(input_dev, EV_MSC, MSC_SCAN, code);
drivers/input/keyboard/max7360-keypad.c
77
input_event(max7360_keypad->input, EV_MSC, MSC_SCAN, code);
drivers/input/keyboard/mpr121_touchkey.c
117
input_event(input, EV_MSC, MSC_SCAN, key_num);
drivers/input/keyboard/mt6779-keypad.c
82
input_event(keypad->input_dev, EV_MSC, MSC_SCAN, scancode);
drivers/input/keyboard/nspire-keypad.c
83
input_event(input, EV_MSC, MSC_SCAN, code);
drivers/input/keyboard/omap4-keypad.c
131
input_event(input_dev, EV_MSC, MSC_SCAN, code);
drivers/input/keyboard/pinephone-keyboard.c
259
input_event(ppkb->input, EV_MSC, MSC_SCAN, code);
drivers/input/keyboard/pmic8xxx-keypad.c
240
input_event(kp->input, EV_MSC, MSC_SCAN, code);
drivers/input/keyboard/pxa27x_keypad.c
378
input_event(input_dev, EV_MSC, MSC_SCAN, code);
drivers/input/keyboard/pxa27x_keypad.c
413
input_event(dev, EV_MSC, MSC_SCAN, code);
drivers/input/keyboard/pxa27x_keypad.c
416
input_event(dev, EV_MSC, MSC_SCAN, code);
drivers/input/keyboard/pxa27x_keypad.c
470
input_event(input_dev, EV_MSC, MSC_SCAN, code);
drivers/input/keyboard/samsung-keypad.c
127
input_event(input_dev, EV_MSC, MSC_SCAN, val);
drivers/input/keyboard/sh_keysc.c
146
input_event(priv->input, EV_KEY, k, 1);
drivers/input/keyboard/sh_keysc.c
151
input_event(priv->input, EV_KEY, k, 0);
drivers/input/keyboard/snvs_pwrkey.c
60
input_event(input, EV_KEY, pdata->keycode, state);
drivers/input/keyboard/spear-keyboard.c
88
input_event(input, EV_MSC, MSC_SCAN, val);
drivers/input/keyboard/stmpe-keypad.c
187
input_event(input, EV_MSC, MSC_SCAN, code);
drivers/input/keyboard/tc3589x-keypad.c
211
input_event(keypad->input, EV_MSC, MSC_SCAN, code);
drivers/input/keyboard/tca8418_keypad.c
188
input_event(input, EV_MSC, MSC_SCAN, code);
drivers/input/keyboard/tegra-kbc.c
138
input_event(input, EV_MSC, MSC_SCAN, scancodes[i]);
drivers/input/keyboard/tm2-touchkey.c
158
input_event(touchkey->input_dev, EV_MSC, MSC_SCAN, index);
drivers/input/keyboard/twl4030_keypad.c
227
input_event(input, EV_MSC, MSC_SCAN, code);
drivers/input/misc/adxl34x.c
264
input_event(ac->input, pdata->ev_type, pdata->ev_code_x,
drivers/input/misc/adxl34x.c
266
input_event(ac->input, pdata->ev_type, pdata->ev_code_y,
drivers/input/misc/adxl34x.c
268
input_event(ac->input, pdata->ev_type, pdata->ev_code_z,
drivers/input/misc/ati_remote2.c
302
input_event(idev, EV_REL, REL_X, (s8) data[1]);
drivers/input/misc/ati_remote2.c
303
input_event(idev, EV_REL, REL_Y, (s8) data[2]);
drivers/input/misc/ati_remote2.c
390
input_event(idev, EV_KEY, ar2->keycode[mode][index], data[1]);
drivers/input/misc/atlas_btns.c
46
input_event(input_dev, EV_MSC, MSC_SCAN, code);
drivers/input/misc/cobalt_btns.c
46
input_event(input, EV_MSC, MSC_SCAN, i);
drivers/input/misc/cobalt_btns.c
52
input_event(input, EV_MSC, MSC_SCAN, i);
drivers/input/misc/iqs626a.c
1556
input_event(iqs626->keypad, iqs626->kp_type[i][j],
drivers/input/misc/iqs7222.c
2955
input_event(iqs7222->keypad,
drivers/input/misc/keyspan_remote.c
171
input_event(input, EV_MSC, MSC_SCAN, button);
drivers/input/misc/nxp-bbnsm-pwrkey.c
59
input_event(input, EV_KEY, bbnsm->keycode, state);
drivers/input/misc/nxp-bbnsm-pwrkey.c
89
input_event(input, EV_KEY, bbnsm->keycode, 1);
drivers/input/misc/pf1550-onkey.c
54
input_event(onkey->input, EV_KEY, KEY_POWER, state);
drivers/input/misc/qnap-mcu-input.c
50
input_event(input, EV_KEY, KEY_POWER, state);
drivers/input/misc/sgi_btns.c
63
input_event(input, EV_MSC, MSC_SCAN, i);
drivers/input/misc/sgi_btns.c
69
input_event(input, EV_MSC, MSC_SCAN, i);
drivers/input/misc/uinput.c
618
struct input_event ev;
drivers/input/misc/uinput.c
639
input_event(udev->dev, ev.type, ev.code, ev.value);
drivers/input/misc/uinput.c
64
struct input_event buff[UINPUT_BUFFER_SIZE];
drivers/input/misc/uinput.c
670
struct input_event *event)
drivers/input/misc/uinput.c
690
struct input_event event;
drivers/input/misc/uinput.c
80
udev->buff[udev->head] = (struct input_event) {
drivers/input/misc/xen-kbdfront.c
109
input_event(dev, EV_KEY, key->keycode, value);
drivers/input/rmi4/rmi_2d_sensor.c
100
input_event(sensor->input, EV_ABS, ABS_MT_POSITION_Y, obj->y);
drivers/input/rmi4/rmi_2d_sensor.c
101
input_event(sensor->input, EV_ABS, ABS_MT_ORIENTATION, wide);
drivers/input/rmi4/rmi_2d_sensor.c
102
input_event(sensor->input, EV_ABS, ABS_MT_PRESSURE, obj->z);
drivers/input/rmi4/rmi_2d_sensor.c
103
input_event(sensor->input, EV_ABS, ABS_MT_TOUCH_MAJOR, major);
drivers/input/rmi4/rmi_2d_sensor.c
104
input_event(sensor->input, EV_ABS, ABS_MT_TOUCH_MINOR, minor);
drivers/input/rmi4/rmi_2d_sensor.c
99
input_event(sensor->input, EV_ABS, ABS_MT_POSITION_X, obj->x);
drivers/input/sparse-keymap.c
239
input_event(dev, EV_MSC, MSC_SCAN, ke->code);
drivers/input/tablet/hanwang.c
196
input_event(input_dev, EV_MSC, MSC_SERIAL,
drivers/input/tablet/hanwang.c
238
input_event(input_dev, EV_MSC, MSC_SERIAL, 0xffffffff);
drivers/input/touchscreen/elants_i2c.c
1023
input_event(input, EV_ABS, ABS_MT_PRESSURE, p);
drivers/input/touchscreen/elants_i2c.c
1024
input_event(input, EV_ABS, ABS_MT_TOUCH_MAJOR, w);
drivers/input/touchscreen/max11801_ts.c
136
input_event(data->input_dev, EV_KEY, BTN_TOUCH, 1);
drivers/input/touchscreen/max11801_ts.c
141
input_event(data->input_dev, EV_KEY, BTN_TOUCH, 0);
drivers/input/touchscreen/melfas_mip4.c
457
input_event(ts->input, EV_MSC, MSC_SCAN, keycode);
drivers/input/touchscreen/penmount.c
75
input_event(input, EV_ABS, ABS_MT_POSITION_X, pm->slots[i].x);
drivers/input/touchscreen/penmount.c
76
input_event(input, EV_ABS, ABS_MT_POSITION_Y, pm->slots[i].y);
drivers/input/touchscreen/zet6223.c
84
input_event(ts->input, EV_ABS, ABS_MT_POSITION_X,
drivers/input/touchscreen/zet6223.c
86
input_event(ts->input, EV_ABS, ABS_MT_POSITION_Y,
drivers/media/rc/ati_remote.c
559
input_event(dev, EV_KEY, ati_remote_tbl[index].code,
drivers/media/rc/ati_remote.c
590
input_event(dev, EV_KEY, ati_remote_tbl[index].code, 1);
drivers/media/rc/ati_remote.c
591
input_event(dev, EV_KEY, ati_remote_tbl[index].code, 0);
drivers/media/rc/ir-mce_kbd-decoder.c
350
input_event(dev->input_dev, EV_MSC, MSC_SCAN, scancode);
drivers/media/rc/rc-main.c
712
input_event(input, EV_KEY, dev->last_keycode, 2);
drivers/media/rc/rc-main.c
755
input_event(dev->input_dev, EV_MSC, MSC_SCAN,
drivers/media/rc/rc-main.c
801
input_event(dev->input_dev, EV_MSC, MSC_SCAN, scancode);
drivers/media/rc/rc-main.c
830
input_event(dev->input_dev, EV_KEY, keycode, 2);
drivers/media/usb/dvb-usb/dvb-usb-remote.c
135
input_event(d->input_dev, EV_KEY, event, 1);
drivers/media/usb/dvb-usb/dvb-usb-remote.c
137
input_event(d->input_dev, EV_KEY, d->last_event, 0);
drivers/media/usb/dvb-usb/dvb-usb-remote.c
142
input_event(d->input_dev, EV_KEY, event, 1);
drivers/media/usb/dvb-usb/dvb-usb-remote.c
144
input_event(d->input_dev, EV_KEY, d->last_event, 0);
drivers/platform/x86/fujitsu-tablet.c
295
input_event(fujitsu.idev, EV_MSC, MSC_SCAN, i);
drivers/platform/x86/sony-laptop.c
424
input_event(kp.dev, EV_MSC, MSC_SCAN, scancode);
drivers/virtio/virtio_input.c
47
input_event(vi->idev,
include/linux/input.h
434
void input_event(struct input_dev *dev, unsigned int type, unsigned int code, int value);
include/linux/input.h
439
input_event(dev, EV_KEY, code, !!value);
include/linux/input.h
444
input_event(dev, EV_REL, code, value);
include/linux/input.h
449
input_event(dev, EV_ABS, code, value);
include/linux/input.h
454
input_event(dev, EV_FF_STATUS, code, value);
include/linux/input.h
459
input_event(dev, EV_SW, code, !!value);
include/linux/input.h
464
input_event(dev, EV_SYN, SYN_REPORT, 0);
include/linux/input.h
469
input_event(dev, EV_SYN, SYN_MT_REPORT, 0);
include/linux/input/mt.h
88
input_event(dev, EV_ABS, ABS_MT_SLOT, slot);
sound/soc/codecs/cs42l52.c
991
input_event(cs42l52->beep, EV_SND, SND_TONE, time);
sound/soc/codecs/cs42l56.c
1068
input_event(cs42l56->beep, EV_SND, SND_TONE, time);
sound/soc/codecs/wm8962.c
3351
input_event(wm8962->beep, EV_SND, SND_TONE, time);
tools/testing/selftests/bpf/test_lirc_mode2_user.c
115
struct input_event event;