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