Searched refs:device_get_dma_attr (Results 1 – 8 of 8) sorted by relevance
1000 enum dev_dma_attr device_get_dma_attr(const struct device *dev) in device_get_dma_attr() function1002 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);
129 attr = device_get_dma_attr(dev); in sp_platform_probe()
356 attr = device_get_dma_attr(dev); in ceva_ahci_probe()
149 if (device_get_dma_attr(client->base.dev) == DEV_DMA_COHERENT) in tegra_drm_ioctl_channel_open()
467 ptdev->coherent = device_get_dma_attr(ptdev->base.dev) == DEV_DMA_COHERENT; in panthor_gpu_coherency_init()
557 coherent = device_get_dma_attr(dev) == DEV_DMA_COHERENT; in d350_probe()
1693 .device_get_dma_attr = of_fwnode_device_get_dma_attr,
1744 .device_get_dma_attr = acpi_fwnode_device_get_dma_attr, \