Home
last modified time | relevance | path

Searched refs:INPUT_EVENT_SLOTS_MAX (Results 1 – 6 of 6) sorted by relevance

/qemu/ui/
H A Ddbus-console.c37 static struct touch_slot touch_slots[INPUT_EVENT_SLOTS_MAX];
612 INPUT_EVENT_SLOTS_MAX); in dbus_display_console_new()
616 for (i = 0; i < INPUT_EVENT_SLOTS_MAX; i++) { in dbus_display_console_new()
H A Dconsole.c622 struct touch_slot touch_slots[INPUT_EVENT_SLOTS_MAX], in console_handle_touch_event() argument
634 if (num_slot >= INPUT_EVENT_SLOTS_MAX) { in console_handle_touch_event()
637 num_slot, INPUT_EVENT_SLOTS_MAX); in console_handle_touch_event()
649 for (i = 0; i < INPUT_EVENT_SLOTS_MAX; ++i) { in console_handle_touch_event()
H A Dgtk.c133 static struct touch_slot touch_slots[INPUT_EVENT_SLOTS_MAX];
2234 for (i = 0; i < INPUT_EVENT_SLOTS_MAX; i++) { in gd_vc_gfx_init()
/qemu/include/ui/
H A Dinput.h16 #define INPUT_EVENT_SLOTS_MAX 0xa macro
H A Dconsole.h124 struct touch_slot touch_slots[INPUT_EVENT_SLOTS_MAX],
/qemu/hw/input/
H A Dvirtio-input-hid.c570 .u.abs.max = const_le32(INPUT_EVENT_SLOTS_MAX),
576 .u.abs.max = const_le32(INPUT_EVENT_SLOTS_MAX),