Home
last modified time | relevance | path

Searched defs:input_event (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/include/uapi/linux/
Dinput.h25 struct input_event { struct
26 struct timeval time;
27 __u16 type;
28 __u16 code;
29 __s32 value;
/linux-4.4.14/drivers/input/
Dinput.c429 void input_event(struct input_dev *dev, in input_event() function