Searched defs:input_event (Results 1 – 2 of 2) sorted by relevance
25 struct input_event { struct26 struct timeval time;27 __u16 type;28 __u16 code;29 __s32 value;
429 void input_event(struct input_dev *dev, in input_event() function