Home | History | Annotate | Download | only in linux

Lines Matching refs:input_event

26 struct input_event {
1235 * and processes a new event for the device (in input_event()).
1505 void input_event(struct input_dev *dev, unsigned int type, unsigned int code, int value);
1510 input_event(dev, EV_KEY, code, !!value);
1515 input_event(dev, EV_REL, code, value);
1520 input_event(dev, EV_ABS, code, value);
1525 input_event(dev, EV_FF_STATUS, code, value);
1530 input_event(dev, EV_SW, code, !!value);
1535 input_event(dev, EV_SYN, SYN_REPORT, 0);
1540 input_event(dev, EV_SYN, SYN_MT_REPORT, 0);