Home
last modified time | relevance | path

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

/Linux-v6.1/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-v6.1/drivers/dma/
Dacpi-dma.c173 int acpi_dma_controller_register(struct device *dev, in acpi_dma_controller_register() function
206 EXPORT_SYMBOL_GPL(acpi_dma_controller_register);
269 ret = acpi_dma_controller_register(dev, acpi_dma_xlate, data); in devm_acpi_dma_controller_register()
/Linux-v6.1/drivers/dma/dw/
Dacpi.c40 ret = acpi_dma_controller_register(dev, acpi_dma_simple_xlate, info); in dw_dma_acpi_controller_register()