Home
last modified time | relevance | path

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

/linux-4.4.14/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-4.4.14/drivers/dma/
Dacpi-dma.c152 int acpi_dma_controller_register(struct device *dev, in acpi_dma_controller_register() function
185 EXPORT_SYMBOL_GPL(acpi_dma_controller_register);
248 ret = acpi_dma_controller_register(dev, acpi_dma_xlate, data); in devm_acpi_dma_controller_register()