Home
last modified time | relevance | path

Searched refs:StellarisGamepad (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/hw/input/
H A Dstellaris_gamepad.c21 StellarisGamepad *s = STELLARIS_GAMEPAD(dev); in stellaris_gamepad_event()
39 VMSTATE_VARRAY_UINT32(pressed, StellarisGamepad, num_buttons,
53 StellarisGamepad *s = STELLARIS_GAMEPAD(dev); in stellaris_gamepad_realize()
68 StellarisGamepad *s = STELLARIS_GAMEPAD(obj); in stellaris_gamepad_finalize()
75 StellarisGamepad *s = STELLARIS_GAMEPAD(obj); in stellaris_gamepad_reset_enter()
81 DEFINE_PROP_ARRAY("keycodes", StellarisGamepad, num_buttons,
101 .instance_size = sizeof(StellarisGamepad),
/openbmc/qemu/include/hw/input/
H A Dstellaris_gamepad.h26 OBJECT_DECLARE_SIMPLE_TYPE(StellarisGamepad, STELLARIS_GAMEPAD)
28 struct StellarisGamepad { struct