| /linux-6.15/drivers/pci/ |
| H A D | pci-stub.c | 39 .driver_managed_dma = true,
|
| H A D | pci-driver.c | 1655 if (!ret && dev->driver && !driver->driver_managed_dma) { in pci_dma_configure() 1668 if (!driver->driver_managed_dma) in pci_dma_cleanup()
|
| /linux-6.15/drivers/vfio/platform/ |
| H A D | vfio_platform.c | 119 .driver_managed_dma = true,
|
| H A D | vfio_amba.c | 138 .driver_managed_dma = true,
|
| /linux-6.15/include/linux/amba/ |
| H A D | bus.h | 94 bool driver_managed_dma; member
|
| /linux-6.15/drivers/vfio/pci/pds/ |
| H A D | pci_drv.c | 185 .driver_managed_dma = true,
|
| /linux-6.15/include/linux/cdx/ |
| H A D | cdx_bus.h | 210 bool driver_managed_dma; member
|
| /linux-6.15/drivers/vfio/pci/virtio/ |
| H A D | main.c | 217 .driver_managed_dma = true,
|
| /linux-6.15/drivers/vfio/pci/ |
| H A D | vfio_pci.c | 205 .driver_managed_dma = true,
|
| /linux-6.15/drivers/amba/ |
| H A D | bus.c | 368 if (!ret && dev->driver && !drv->driver_managed_dma) { in amba_dma_configure() 381 if (!drv->driver_managed_dma) in amba_dma_cleanup()
|
| /linux-6.15/include/linux/ |
| H A D | platform_device.h | 252 bool driver_managed_dma; member
|
| /linux-6.15/drivers/vfio/cdx/ |
| H A D | main.c | 343 .driver_managed_dma = true,
|
| /linux-6.15/drivers/cdx/ |
| H A D | cdx.c | 364 if (!ret && dev->driver && !cdx_drv->driver_managed_dma) { in cdx_dma_configure() 377 if (!cdx_drv->driver_managed_dma) in cdx_dma_cleanup()
|
| /linux-6.15/include/linux/fsl/ |
| H A D | mc.h | 55 bool driver_managed_dma; member
|
| /linux-6.15/drivers/bus/fsl-mc/ |
| H A D | fsl-mc-bus.c | 157 if (!ret && dev->driver && !mc_drv->driver_managed_dma) { in fsl_mc_dma_configure() 170 if (!mc_drv->driver_managed_dma) in fsl_mc_dma_cleanup()
|
| /linux-6.15/drivers/base/ |
| H A D | platform.c | 1455 if (ret || !drv || to_platform_driver(drv)->driver_managed_dma) in platform_dma_configure() 1469 if (!drv->driver_managed_dma) in platform_dma_cleanup()
|
| /linux-6.15/drivers/pci/pcie/ |
| H A D | portdrv.c | 801 .driver_managed_dma = true,
|
| /linux-6.15/drivers/vfio/fsl-mc/ |
| H A D | vfio_fsl_mc.c | 605 .driver_managed_dma = true,
|
| /linux-6.15/drivers/vfio/pci/qat/ |
| H A D | main.c | 693 .driver_managed_dma = true,
|
| /linux-6.15/drivers/vfio/pci/nvgrace-gpu/ |
| H A D | main.c | 1007 .driver_managed_dma = true,
|
| /linux-6.15/Documentation/driver-api/driver-model/ |
| H A D | platform.rst | 51 bool driver_managed_dma;
|
| /linux-6.15/arch/powerpc/sysdev/ |
| H A D | fsl_pci.c | 1356 .driver_managed_dma = true,
|
| /linux-6.15/drivers/vfio/pci/mlx5/ |
| H A D | main.c | 1444 .driver_managed_dma = true,
|
| /linux-6.15/Documentation/userspace-api/ |
| H A D | iommufd.rst | 196 device. The driver must also set the driver_managed_dma flag and must not
|
| /linux-6.15/drivers/vfio/pci/hisilicon/ |
| H A D | hisi_acc_vfio_pci.c | 1640 .driver_managed_dma = true,
|