Searched refs:acpi_dma_simple_xlate (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/
H A Dacpi_dma.h51 /* Used with acpi_dma_simple_xlate() */
75 struct dma_chan *acpi_dma_simple_xlate(struct acpi_dma_spec *dma_spec,
112 #define acpi_dma_simple_xlate NULL macro
/linux-master/drivers/dma/dw/
H A Dacpi.c40 ret = acpi_dma_controller_register(dev, acpi_dma_simple_xlate, info);
/linux-master/drivers/dma/
H A Dacpi-dma.c461 * acpi_dma_simple_xlate - Simple ACPI DMA engine translation helper
471 struct dma_chan *acpi_dma_simple_xlate(struct acpi_dma_spec *dma_spec, function
481 EXPORT_SYMBOL_GPL(acpi_dma_simple_xlate); variable

Completed in 376 milliseconds