Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dacpi_dma.h59 int acpi_dma_controller_register(struct device *dev,
79 static inline int acpi_dma_controller_register(struct device *dev, in acpi_dma_controller_register() function
/Linux-v5.4/drivers/dma/
Dacpi-dma.c159 int acpi_dma_controller_register(struct device *dev, in acpi_dma_controller_register() function
192 EXPORT_SYMBOL_GPL(acpi_dma_controller_register);
255 ret = acpi_dma_controller_register(dev, acpi_dma_xlate, data); in devm_acpi_dma_controller_register()
/Linux-v5.4/drivers/dma/dw/
Dacpi.c40 ret = acpi_dma_controller_register(dev, acpi_dma_simple_xlate, info); in dw_dma_acpi_controller_register()