Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/xen/
H A Dxen-bus.h45 struct XenDeviceClass { struct
59 OBJECT_DECLARE_TYPE(XenDevice, XenDeviceClass, XEN_DEVICE) argument
H A Dxen-block.h66 XenDeviceClass parent_class;
/openbmc/qemu/hw/xen/
H A Dxen-bus.c29 XenDeviceClass *xendev_class = XEN_DEVICE_GET_CLASS(xendev); in xen_device_get_backend_path()
44 XenDeviceClass *xendev_class = XEN_DEVICE_GET_CLASS(xendev); in xen_device_get_frontend_path()
685 XenDeviceClass *xendev_class = XEN_DEVICE_GET_CLASS(xendev); in xen_device_frontend_changed()
730 XenDeviceClass *xendev_class = XEN_DEVICE_GET_CLASS(xendev); in xen_device_frontend_create()
972 XenDeviceClass *xendev_class = XEN_DEVICE_GET_CLASS(xendev); in xen_device_unrealize()
1024 XenDeviceClass *xendev_class = XEN_DEVICE_GET_CLASS(xendev); in xen_device_realize()
1125 .class_size = sizeof(XenDeviceClass),
/openbmc/qemu/hw/block/
H A Dxen-block.c685 XenDeviceClass *xendev_class = XEN_DEVICE_CLASS(class); in xen_block_class_init()