Searched refs:driver_managed_dma (Results 1 – 25 of 27) sorted by relevance
12
/linux-6.12.1/drivers/pci/ |
D | pci-stub.c | 39 .driver_managed_dma = true,
|
D | pci-driver.c | 1656 if (!ret && !driver->driver_managed_dma) { in pci_dma_configure() 1669 if (!driver->driver_managed_dma) in pci_dma_cleanup()
|
/linux-6.12.1/drivers/vfio/platform/ |
D | vfio_platform.c | 119 .driver_managed_dma = true,
|
D | vfio_amba.c | 138 .driver_managed_dma = true,
|
/linux-6.12.1/include/linux/amba/ |
D | bus.h | 94 bool driver_managed_dma; member
|
/linux-6.12.1/drivers/vfio/pci/pds/ |
D | pci_drv.c | 185 .driver_managed_dma = true,
|
/linux-6.12.1/include/linux/cdx/ |
D | cdx_bus.h | 210 bool driver_managed_dma; member
|
/linux-6.12.1/drivers/vfio/pci/ |
D | vfio_pci.c | 205 .driver_managed_dma = true,
|
/linux-6.12.1/drivers/amba/ |
D | bus.c | 367 if (!ret && !drv->driver_managed_dma) { in amba_dma_configure() 380 if (!drv->driver_managed_dma) in amba_dma_cleanup()
|
/linux-6.12.1/include/linux/ |
D | platform_device.h | 262 bool driver_managed_dma; member
|
/linux-6.12.1/drivers/cdx/ |
D | cdx.c | 360 if (!ret && !cdx_drv->driver_managed_dma) { in cdx_dma_configure() 373 if (!cdx_drv->driver_managed_dma) in cdx_dma_cleanup()
|
/linux-6.12.1/drivers/vfio/cdx/ |
D | main.c | 343 .driver_managed_dma = true,
|
/linux-6.12.1/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.12.1/include/linux/fsl/ |
D | mc.h | 55 bool driver_managed_dma; member
|
/linux-6.12.1/drivers/base/ |
D | platform.c | 1454 if (ret || drv->driver_managed_dma) in platform_dma_configure() 1468 if (!drv->driver_managed_dma) in platform_dma_cleanup()
|
/linux-6.12.1/drivers/pci/pcie/ |
D | portdrv.c | 797 .driver_managed_dma = true,
|
/linux-6.12.1/drivers/vfio/pci/virtio/ |
D | main.c | 548 .driver_managed_dma = true,
|
/linux-6.12.1/drivers/vfio/fsl-mc/ |
D | vfio_fsl_mc.c | 605 .driver_managed_dma = true,
|
/linux-6.12.1/drivers/vfio/pci/qat/ |
D | main.c | 693 .driver_managed_dma = true,
|
/linux-6.12.1/drivers/vfio/pci/nvgrace-gpu/ |
D | main.c | 880 .driver_managed_dma = true,
|
/linux-6.12.1/Documentation/userspace-api/ |
D | iommufd.rst | 94 device. The driver must also set the driver_managed_dma flag and must not
|
/linux-6.12.1/Documentation/driver-api/driver-model/ |
D | platform.rst | 51 bool driver_managed_dma;
|
/linux-6.12.1/arch/powerpc/sysdev/ |
D | fsl_pci.c | 1356 .driver_managed_dma = true,
|
/linux-6.12.1/drivers/vfio/pci/hisilicon/ |
D | hisi_acc_vfio_pci.c | 1436 .driver_managed_dma = true,
|
/linux-6.12.1/drivers/vfio/pci/mlx5/ |
D | main.c | 1445 .driver_managed_dma = true,
|
12