Home
last modified time | relevance | path

Searched refs:touch_slots (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/ui/
H A Ddbus-console.c37 static struct touch_slot touch_slots[INPUT_EVENT_SLOTS_MAX]; variable
434 console_handle_touch_event(ddc->dcl.con, touch_slots, in dbus_touch_send_event()
617 struct touch_slot *slot = &touch_slots[i]; in dbus_display_console_new()
H A Dconsole.c603 struct touch_slot touch_slots[INPUT_EVENT_SLOTS_MAX], in console_handle_touch_event()
622 slot = &touch_slots[num_slot]; in console_handle_touch_event()
637 slot = &touch_slots[i]; in console_handle_touch_event()
H A Dgtk.c133 static struct touch_slot touch_slots[INPUT_EVENT_SLOTS_MAX]; variable
1112 console_handle_touch_event(vc->gfx.dcl.con, touch_slots, in gd_touch_event()
2235 struct touch_slot *slot = &touch_slots[i]; in gd_vc_gfx_init()
/openbmc/qemu/include/ui/
H A Dconsole.h124 struct touch_slot touch_slots[INPUT_EVENT_SLOTS_MAX],