Searched refs:input_event (Results 1 – 3 of 3) sorted by relevance
/include/linux/ |
D | input.h | 430 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/ |
D | mt.h | 87 input_event(dev, EV_ABS, ABS_MT_SLOT, slot); in input_mt_slot()
|
/include/uapi/linux/ |
D | input.h | 28 struct input_event { struct
|