Home
last modified time | relevance | path

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

/openbmc/linux/drivers/base/
H A Dproperty.c921 enum dev_dma_attr device_get_dma_attr(const struct device *dev) in device_get_dma_attr() function
923 if (!fwnode_has_op(dev_fwnode(dev), device_get_dma_attr)) in device_get_dma_attr()
926 return fwnode_call_int_op(dev_fwnode(dev), device_get_dma_attr); in device_get_dma_attr()
928 EXPORT_SYMBOL_GPL(device_get_dma_attr);
/openbmc/linux/include/linux/
H A Dfwnode.h133 (*device_get_dma_attr)(const struct fwnode_handle *fwnode); member
H A Dproperty.h439 enum dev_dma_attr device_get_dma_attr(const struct device *dev);
/openbmc/linux/drivers/crypto/ccp/
H A Dsp-platform.c140 attr = device_get_dma_attr(dev); in sp_platform_probe()
/openbmc/linux/drivers/ata/
H A Dahci_ceva.c340 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()
/openbmc/linux/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()
/openbmc/linux/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-platform.c440 attr = device_get_dma_attr(dev); in xgbe_platform_probe()
/openbmc/linux/drivers/gpu/drm/panfrost/
H A Dpanfrost_drv.c570 pfdev->coherent = device_get_dma_attr(&pdev->dev) == DEV_DMA_COHERENT; in panfrost_probe()
/openbmc/linux/drivers/hv/
H A Dvmbus_drv.c874 device_get_dma_attr(hv_dev) == DEV_DMA_COHERENT); in vmbus_dma_configure()
2276 device_get_dma_attr(&device->dev) == DEV_DMA_NOT_SUPPORTED) { in vmbus_acpi_add()
/openbmc/linux/drivers/of/
H A Dproperty.c1440 .device_get_dma_attr = of_fwnode_device_get_dma_attr,
/openbmc/linux/drivers/acpi/
H A Dproperty.c1586 .device_get_dma_attr = acpi_fwnode_device_get_dma_attr, \
/openbmc/linux/drivers/iommu/arm/arm-smmu/
H A Darm-smmu.c1324 device_get_dma_attr(dev) == DEV_DMA_COHERENT; in arm_smmu_capable()