Home
last modified time | relevance | path

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

/linux/drivers/base/
H A Dproperty.c1000 enum dev_dma_attr device_get_dma_attr(const struct device *dev) in device_get_dma_attr() function
1002 if (!fwnode_has_op(dev_fwnode(dev), device_get_dma_attr)) in device_get_dma_attr()
1005 return fwnode_call_int_op(dev_fwnode(dev), device_get_dma_attr); in device_get_dma_attr()
1007 EXPORT_SYMBOL_GPL(device_get_dma_attr);
/linux/drivers/crypto/ccp/
H A Dsp-platform.c129 attr = device_get_dma_attr(dev); in sp_platform_probe()
/linux/drivers/ata/
H A Dahci_ceva.c356 attr = device_get_dma_attr(dev); in ceva_ahci_probe()
/linux/drivers/gpu/drm/tegra/
H A Duapi.c149 if (device_get_dma_attr(client->base.dev) == DEV_DMA_COHERENT) in tegra_drm_ioctl_channel_open()
/linux/drivers/gpu/drm/panthor/
H A Dpanthor_gpu.c467 ptdev->coherent = device_get_dma_attr(ptdev->base.dev) == DEV_DMA_COHERENT; in panthor_gpu_coherency_init()
/linux/drivers/dma/
H A Darm-dma350.c557 coherent = device_get_dma_attr(dev) == DEV_DMA_COHERENT; in d350_probe()
/linux/drivers/of/
H A Dproperty.c1693 .device_get_dma_attr = of_fwnode_device_get_dma_attr,
/linux/drivers/acpi/
H A Dproperty.c1744 .device_get_dma_attr = acpi_fwnode_device_get_dma_attr, \