Home
last modified time | relevance | path

Searched refs:acpi_dma_spec (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/include/linux/
Dacpi_dma.h29 struct acpi_dma_spec { struct
48 (struct acpi_dma_spec *, struct acpi_dma *); argument
64 (struct acpi_dma_spec *, struct acpi_dma *),
69 (struct acpi_dma_spec *, struct acpi_dma *),
78 struct dma_chan *acpi_dma_simple_xlate(struct acpi_dma_spec *dma_spec,
84 (struct acpi_dma_spec *, struct acpi_dma *), in acpi_dma_controller_register()
95 (struct acpi_dma_spec *, struct acpi_dma *), in devm_acpi_dma_controller_register()
/linux-4.4.14/drivers/dma/
Dacpi-dma.c154 (struct acpi_dma_spec *, struct acpi_dma *), in acpi_dma_controller_register()
238 (struct acpi_dma_spec *, struct acpi_dma *), in devm_acpi_dma_controller_register()
289 struct acpi_dma_spec *dma_spec) in acpi_dma_update_dma_spec()
313 struct acpi_dma_spec dma_spec;
352 struct acpi_dma_spec *dma_spec = &pdata.dma_spec; in acpi_dma_request_slave_chan_by_index()
454 struct dma_chan *acpi_dma_simple_xlate(struct acpi_dma_spec *dma_spec, in acpi_dma_simple_xlate()
/linux-4.4.14/Documentation/acpi/
Denumeration.txt76 acpi_dma_spec into the corresponding DMA channel. A piece of code for that case
91 static struct dma_chan *xlate_func(struct acpi_dma_spec *dma_spec,
102 static struct dma_chan *xlate_func(struct acpi_dma_spec *dma_spec,
111 information in struct acpi_dma_spec and the properties of the controller
/linux-4.4.14/drivers/dma/dw/
Dplatform.c64 struct acpi_dma_spec *dma_spec = param; in dw_dma_acpi_filter()