Searched refs:vfio_device_init (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/hw/vfio/ |
H A D | ap.c | 231 vfio_device_init(vbasedev, VFIO_DEVICE_TYPE_AP, &vfio_ap_ops, in vfio_ap_instance_init()
|
H A D | platform.c | 651 vfio_device_init(vbasedev, VFIO_DEVICE_TYPE_PLATFORM, &vfio_platform_ops, in vfio_platform_instance_init()
|
H A D | ccw.c | 689 vfio_device_init(vbasedev, VFIO_DEVICE_TYPE_CCW, &vfio_ccw_ops, in vfio_ccw_instance_init()
|
H A D | helpers.c | 651 void vfio_device_init(VFIODevice *vbasedev, int type, VFIODeviceOps *ops, in vfio_device_init() function
|
H A D | pci.c | 3347 vfio_device_init(vbasedev, VFIO_DEVICE_TYPE_PCI, &vfio_pci_ops, in vfio_instance_init()
|
/openbmc/qemu/include/hw/vfio/ |
H A D | vfio-common.h | 308 void vfio_device_init(VFIODevice *vbasedev, int type, VFIODeviceOps *ops,
|