Home
last modified time | relevance | path

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

/openbmc/qemu/include/standard-headers/linux/
H A Dinput.h25 struct input_event { struct
28 #define input_event_sec time.tv_sec argument
41 uint16_t type;
42 uint16_t code;
43 int32_t value;
/openbmc/linux/include/uapi/linux/
H A Dinput.h28 struct input_event { struct
31 #define input_event_sec time.tv_sec argument
44 __u16 type;
45 __u16 code;
46 __s32 value;
/openbmc/qemu/hw/display/
H A Dxenfb.c412 static void input_event(struct XenLegacyDevice *xendev) in input_event() function
/openbmc/linux/drivers/input/
H A Dinput.c427 void input_event(struct input_dev *dev, in input_event() function