Home
last modified time | relevance | path

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

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