Searched refs:vfio_device_set_fd (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/hw/vfio/ |
H A D | ap.c | 241 vfio_device_set_fd(&VFIO_AP_DEVICE(obj)->vdev, str, errp); in vfio_ap_set_fd()
|
H A D | platform.c | 658 vfio_device_set_fd(&VFIO_PLATFORM_DEVICE(obj)->vbasedev, str, errp); in vfio_platform_set_fd()
|
H A D | ccw.c | 696 vfio_device_set_fd(&VFIO_CCW(obj)->vdev, str, errp); in vfio_ccw_set_fd()
|
H A D | helpers.c | 639 void vfio_device_set_fd(VFIODevice *vbasedev, const char *str, Error **errp) in vfio_device_set_fd() function
|
H A D | pci.c | 3418 vfio_device_set_fd(&VFIO_PCI(obj)->vbasedev, str, errp); in vfio_pci_set_fd()
|
/openbmc/qemu/include/hw/vfio/ |
H A D | vfio-common.h | 307 void vfio_device_set_fd(VFIODevice *vbasedev, const char *str, Error **errp);
|