Home
last modified time | relevance | path

Searched refs:input_event (Results 1 – 3 of 3) sorted by relevance

/include/linux/
Dinput.h430 void input_event(struct input_dev *dev, unsigned int type, unsigned int code, int value);
435 input_event(dev, EV_KEY, code, !!value); in input_report_key()
440 input_event(dev, EV_REL, code, value); in input_report_rel()
445 input_event(dev, EV_ABS, code, value); in input_report_abs()
450 input_event(dev, EV_FF_STATUS, code, value); in input_report_ff_status()
455 input_event(dev, EV_SW, code, !!value); in input_report_switch()
460 input_event(dev, EV_SYN, SYN_REPORT, 0); in input_sync()
465 input_event(dev, EV_SYN, SYN_MT_REPORT, 0); in input_mt_sync()
/include/linux/input/
Dmt.h87 input_event(dev, EV_ABS, ABS_MT_SLOT, slot); in input_mt_slot()
/include/uapi/linux/
Dinput.h28 struct input_event { struct