Home
last modified time | relevance | path

Searched refs:device_get_dma_attr (Results 1 – 14 of 14) sorted by relevance

/linux-6.15/drivers/base/
H A Dproperty.c954 enum dev_dma_attr device_get_dma_attr(const struct device *dev) in device_get_dma_attr() function
956 if (!fwnode_has_op(dev_fwnode(dev), device_get_dma_attr)) in device_get_dma_attr()
959 return fwnode_call_int_op(dev_fwnode(dev), device_get_dma_attr); in device_get_dma_attr()
961 EXPORT_SYMBOL_GPL(device_get_dma_attr);
/linux-6.15/include/linux/
H A Dfwnode.h147 (*device_get_dma_attr)(const struct fwnode_handle *fwnode); member
H A Dproperty.h449 enum dev_dma_attr device_get_dma_attr(const struct device *dev);
/linux-6.15/drivers/crypto/ccp/
H A Dsp-platform.c140 attr = device_get_dma_attr(dev); in sp_platform_probe()
/linux-6.15/drivers/ata/
H A Dahci_ceva.c346 attr = device_get_dma_attr(dev); in ceva_ahci_probe()
H A Dahci_qoriq.c297 if (device_get_dma_attr(&pdev->dev) == DEV_DMA_COHERENT) in ahci_qoriq_probe()
/linux-6.15/drivers/gpu/drm/tegra/
H A Duapi.c146 if (device_get_dma_attr(client->base.dev) == DEV_DMA_COHERENT) in tegra_drm_ioctl_channel_open()
/linux-6.15/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-platform.c400 attr = device_get_dma_attr(dev); in xgbe_platform_probe()
/linux-6.15/drivers/gpu/drm/panthor/
H A Dpanthor_device.c27 ptdev->coherent = device_get_dma_attr(ptdev->base.dev) == DEV_DMA_COHERENT; in panthor_gpu_coherency_init()
/linux-6.15/drivers/gpu/drm/panfrost/
H A Dpanfrost_drv.c665 pfdev->coherent = device_get_dma_attr(&pdev->dev) == DEV_DMA_COHERENT; in panfrost_probe()
/linux-6.15/drivers/of/
H A Dproperty.c1626 .device_get_dma_attr = of_fwnode_device_get_dma_attr,
/linux-6.15/drivers/hv/
H A Dvmbus_drv.c864 device_get_dma_attr(hv_dev) == DEV_DMA_COHERENT); in vmbus_dma_configure()
2426 device_get_dma_attr(&device->dev) == DEV_DMA_NOT_SUPPORTED) { in vmbus_acpi_add()
/linux-6.15/drivers/acpi/
H A Dproperty.c1657 .device_get_dma_attr = acpi_fwnode_device_get_dma_attr, \
/linux-6.15/drivers/iommu/arm/arm-smmu/
H A Darm-smmu.c1404 device_get_dma_attr(dev) == DEV_DMA_COHERENT; in arm_smmu_capable()