Home
last modified time | relevance | path

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

/openbmc/qemu/hw/input/
H A Dpl050.c162 PL050DeviceClass *pdc = PL050_GET_CLASS(dev); in pl050_kbd_realize()
185 PL050DeviceClass *pdc = PL050_GET_CLASS(dev); in pl050_mouse_realize()
209 PL050DeviceClass *pdc = PL050_CLASS(oc); in pl050_kbd_class_init()
226 PL050DeviceClass *pdc = PL050_CLASS(oc); in pl050_mouse_class_init()
266 .class_size = sizeof(PL050DeviceClass),
/openbmc/qemu/include/hw/input/
H A Dpl050.h18 struct PL050DeviceClass { struct
25 OBJECT_DECLARE_TYPE(PL050State, PL050DeviceClass, PL050) argument