Home
last modified time | relevance | path

Searched refs:acpi_dma_controller_register (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/include/linux/
Dacpi_dma.h62 int acpi_dma_controller_register(struct device *dev,
82 static inline int acpi_dma_controller_register(struct device *dev, in acpi_dma_controller_register() function
/Linux-v4.19/drivers/dma/
Dacpi-dma.c155 int acpi_dma_controller_register(struct device *dev, in acpi_dma_controller_register() function
188 EXPORT_SYMBOL_GPL(acpi_dma_controller_register);
251 ret = acpi_dma_controller_register(dev, acpi_dma_xlate, data); in devm_acpi_dma_controller_register()