Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/input/
H A Dps2.h36 struct PS2DeviceClass { struct
65 OBJECT_DECLARE_TYPE(PS2State, PS2DeviceClass, PS2_DEVICE)
/openbmc/qemu/hw/input/
H A Dps2.c1053 PS2DeviceClass *ps2dc = PS2_DEVICE_GET_CLASS(obj); in ps2_kbd_reset_hold()
1070 PS2DeviceClass *ps2dc = PS2_DEVICE_GET_CLASS(obj); in ps2_mouse_reset_hold()
1261 PS2DeviceClass *ps2dc = PS2_DEVICE_CLASS(klass); in ps2_kbd_class_init()
1280 PS2DeviceClass *ps2dc = PS2_DEVICE_CLASS(klass); in ps2_mouse_class_init()
1318 .class_size = sizeof(PS2DeviceClass),