Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/xen/
H A Dxen-bus.h44 struct XenDeviceClass { struct
58 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()
675 XenDeviceClass *xendev_class = XEN_DEVICE_GET_CLASS(xendev); in xen_device_frontend_changed()
720 XenDeviceClass *xendev_class = XEN_DEVICE_GET_CLASS(xendev); in xen_device_frontend_create()
962 XenDeviceClass *xendev_class = XEN_DEVICE_GET_CLASS(xendev); in xen_device_unrealize()
1014 XenDeviceClass *xendev_class = XEN_DEVICE_GET_CLASS(xendev); in xen_device_realize()
1116 .class_size = sizeof(XenDeviceClass),
/openbmc/qemu/hw/char/
H A Dxen_console.c499 XenDeviceClass *xendev_class = XEN_DEVICE_CLASS(class); in xen_console_class_init()
/openbmc/qemu/hw/net/
H A Dxen_nic.c567 XenDeviceClass *xendev_class = XEN_DEVICE_CLASS(class); in xen_netdev_class_init()
/openbmc/qemu/hw/block/
H A Dxen-block.c683 XenDeviceClass *xendev_class = XEN_DEVICE_CLASS(class); in xen_block_class_init()