Searched refs:input_event (Results 1 - 25 of 103) sorted by path

12345

/linux-master/drivers/hid/
H A Dhid-ezkey.c57 input_event(input, usage->type, REL_WHEEL, -value);
H A Dhid-gyration.c64 input_event(input, usage->type, usage->code, 1);
66 input_event(input, usage->type, usage->code, 0);
H A Dhid-icade.c182 input_event(field->hidinput->input, usage->type,
H A Dhid-ntrig.c630 input_event(input, EV_ABS, ABS_X, nd->x);
631 input_event(input, EV_ABS, ABS_Y, nd->y);
723 input_event(input, EV_ABS, ABS_X, nd->x);
724 input_event(input, EV_ABS, ABS_Y, nd->y);
728 input_event(input, EV_ABS, ABS_MT_POSITION_X, nd->x);
729 input_event(input, EV_ABS, ABS_MT_POSITION_Y, nd->y);
736 input_event(input, EV_ABS,
738 input_event(input, EV_ABS,
740 input_event(input, EV_ABS,
743 input_event(inpu
[all...]
H A Dhid-xinmo.c34 input_event(field->hidinput->input, usage->type,
H A Dhid-zydacron.c123 input_event(zc->input_ep81, EV_KEY, key, 0);
152 input_event(zc->input_ep81, EV_KEY, key, 1);
H A Dhid-a4tech.c91 input_event(input, EV_REL, value ? REL_HWHEEL :
93 input_event(input, EV_REL, value ? REL_HWHEEL_HI_RES :
105 input_event(input, usage->type, REL_HWHEEL, value);
106 input_event(input, usage->type, REL_HWHEEL_HI_RES, value * 120);
H A Dhid-apple.c394 input_event(input, EV_MSC, MSC_SCAN, hid);
395 input_event(input, type, code, value);
H A Dhid-cougar.c277 input_event(shared->input, EV_KEY,
H A Dhid-cypress.c121 input_event(input, usage->type, REL_HWHEEL, value);
H A Dhid-input.c1493 input_event(input, EV_REL, code, lo_res);
1494 input_event(input, EV_REL, usage->code, hi_res);
1508 input_event(input, EV_KEY, BTN_TOUCH, 0);
1509 input_event(input, EV_KEY, tool, 0);
1510 input_event(input, EV_SYN, SYN_REPORT, 0);
1521 input_event(input, EV_KEY, new_tool, 1);
1553 input_event(input, usage->type, usage->code , hid_hat_to_axis[hat_dir].x);
1554 input_event(input, usage->type, usage->code + 1, hid_hat_to_axis[hat_dir].y);
1661 input_event(input, EV_KEY, BTN_TOUCH, 1);
1698 input_event(inpu
[all...]
H A Dhid-ite.c83 input_event(input, EV_KEY, KEY_RFKILL, 1);
85 input_event(input, EV_KEY, KEY_RFKILL, 0);
H A Dhid-lenovo.c740 input_event(field->hidinput->input,
743 input_event(field->hidinput->input,
H A Dhid-lg.c728 input_event(field->hidinput->input, usage->type, usage->code,
H A Dhid-lg4ff.c316 input_event(field->hidinput->input, usage->type, usage->code, new_value);
H A Dhid-logitech-hidpp.c2986 input_event(hidpp->input, EV_ABS, ABS_MT_POSITION_X,
2988 input_event(hidpp->input, EV_ABS, ABS_MT_POSITION_Y,
2991 input_event(hidpp->input, EV_ABS, ABS_MT_PRESSURE,
3006 input_event(hidpp->input, EV_KEY, BTN_LEFT, raw->button);
3071 input_event(hidpp->input, EV_KEY, BTN_LEFT,
3073 input_event(hidpp->input, EV_KEY, BTN_RIGHT,
H A Dhid-magicmouse.c368 input_event(input, EV_MSC, MSC_RAW, tdata[7]);
371 input_event(input, EV_MSC, MSC_RAW, tdata[8]);
/linux-master/drivers/input/
H A Dinput-compat.c15 struct input_event *event)
31 if (copy_from_user(event, buffer, sizeof(struct input_event)))
39 const struct input_event *event)
55 if (copy_to_user(buffer, event, sizeof(struct input_event)))
100 struct input_event *event)
102 if (copy_from_user(event, buffer, sizeof(struct input_event)))
109 const struct input_event *event)
111 if (copy_to_user(buffer, event, sizeof(struct input_event)))
H A Dinput-compat.h57 sizeof(struct input_event_compat) : sizeof(struct input_event);
64 return sizeof(struct input_event);
70 struct input_event *event);
73 const struct input_event *event);
/linux-master/drivers/input/keyboard/
H A Djornada720_kbd.c75 input_event(input, EV_MSC, MSC_SCAN, scan_code);
H A Dmaple_keyb.c91 input_event(dev, EV_MSC, MSC_SCAN, code);
101 input_event(dev, EV_MSC, MSC_SCAN, code);
113 input_event(dev, EV_MSC, MSC_SCAN, code);
/linux-master/drivers/input/touchscreen/
H A Dpenmount.c75 input_event(input, EV_ABS, ABS_MT_POSITION_X, pm->slots[i].x);
76 input_event(input, EV_ABS, ABS_MT_POSITION_Y, pm->slots[i].y);
/linux-master/drivers/media/usb/dvb-usb/
H A Ddvb-usb-remote.c135 input_event(d->input_dev, EV_KEY, event, 1);
137 input_event(d->input_dev, EV_KEY, d->last_event, 0);
142 input_event(d->input_dev, EV_KEY, event, 1);
144 input_event(d->input_dev, EV_KEY, d->last_event, 0);
157 input_event(d->rc_input_dev, EV_KEY, d->last_event, 0);
167 input_event(d->rc_input_dev, EV_KEY, event, 1);
177 input_event(d->rc_input_dev, EV_KEY, d->last_event, 2);
/linux-master/drivers/auxdisplay/
H A Dht16k33.c367 input_event(keypad->dev, EV_MSC, MSC_SCAN, code);
/linux-master/drivers/extcon/
H A Dextcon-max77693.c569 input_event(dock, EV_KEY, code, attached);

Completed in 271 milliseconds

12345