Home
last modified time | relevance | path

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

/openbmc/qemu/hw/input/
H A Dadb-internal.h51 extern const VMStateDescription vmstate_adb_device;
H A Dadb-mouse.c262 VMSTATE_STRUCT(parent_obj, MouseState, 0, vmstate_adb_device,
H A Dadb.c279 const VMStateDescription vmstate_adb_device = { variable
H A Dadb-kbd.c336 VMSTATE_STRUCT(parent_obj, KBDState, 0, vmstate_adb_device, ADBDevice),