Searched refs:driver_managed_dma (Results 1 – 23 of 23) sorted by relevance
/linux-6.6.21/drivers/pci/ |
D | pci-stub.c | 39 .driver_managed_dma = true,
|
D | pci-driver.c | 1661 if (!ret && !driver->driver_managed_dma) { in pci_dma_configure() 1674 if (!driver->driver_managed_dma) in pci_dma_cleanup()
|
/linux-6.6.21/include/linux/cdx/ |
D | cdx_bus.h | 136 bool driver_managed_dma; member
|
/linux-6.6.21/drivers/vfio/platform/ |
D | vfio_platform.c | 120 .driver_managed_dma = true,
|
D | vfio_amba.c | 139 .driver_managed_dma = true,
|
/linux-6.6.21/include/linux/amba/ |
D | bus.h | 94 bool driver_managed_dma; member
|
/linux-6.6.21/drivers/cdx/ |
D | cdx.c | 273 if (!ret && !cdx_drv->driver_managed_dma) { in cdx_dma_configure() 286 if (!cdx_drv->driver_managed_dma) in cdx_dma_cleanup()
|
/linux-6.6.21/drivers/vfio/pci/pds/ |
D | pci_drv.c | 202 .driver_managed_dma = true,
|
/linux-6.6.21/drivers/vfio/pci/ |
D | vfio_pci.c | 203 .driver_managed_dma = true,
|
/linux-6.6.21/drivers/amba/ |
D | bus.c | 366 if (!ret && !drv->driver_managed_dma) { in amba_dma_configure() 379 if (!drv->driver_managed_dma) in amba_dma_cleanup()
|
/linux-6.6.21/drivers/vfio/cdx/ |
D | main.c | 227 .driver_managed_dma = true,
|
/linux-6.6.21/include/linux/ |
D | platform_device.h | 263 bool driver_managed_dma; member
|
D | pci.h | 935 bool driver_managed_dma; member
|
/linux-6.6.21/include/linux/fsl/ |
D | mc.h | 55 bool driver_managed_dma; member
|
/linux-6.6.21/drivers/bus/fsl-mc/ |
D | fsl-mc-bus.c | 156 if (!ret && !mc_drv->driver_managed_dma) { in fsl_mc_dma_configure() 169 if (!mc_drv->driver_managed_dma) in fsl_mc_dma_cleanup()
|
/linux-6.6.21/drivers/base/ |
D | platform.c | 1460 if (!ret && !drv->driver_managed_dma) { in platform_dma_configure() 1473 if (!drv->driver_managed_dma) in platform_dma_cleanup()
|
/linux-6.6.21/drivers/pci/pcie/ |
D | portdrv.c | 796 .driver_managed_dma = true,
|
/linux-6.6.21/drivers/vfio/fsl-mc/ |
D | vfio_fsl_mc.c | 605 .driver_managed_dma = true,
|
/linux-6.6.21/Documentation/userspace-api/ |
D | iommufd.rst | 94 device. The driver must also set the driver_managed_dma flag and must not
|
/linux-6.6.21/arch/powerpc/sysdev/ |
D | fsl_pci.c | 1356 .driver_managed_dma = true,
|
/linux-6.6.21/drivers/vfio/pci/hisilicon/ |
D | hisi_acc_vfio_pci.c | 1462 .driver_managed_dma = true,
|
/linux-6.6.21/drivers/vfio/pci/mlx5/ |
D | main.c | 1374 .driver_managed_dma = true,
|
/linux-6.6.21/Documentation/driver-api/ |
D | vfio.rst | 297 kernel and vfio bus driver or other driver supporting the driver_managed_dma
|