Searched refs:acpi_dma_spec (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | acpi_dma.h | 26 struct acpi_dma_spec { struct 45 (struct acpi_dma_spec *, struct acpi_dma *); argument 61 (struct acpi_dma_spec *, struct acpi_dma *), 66 (struct acpi_dma_spec *, struct acpi_dma *), 75 struct dma_chan *acpi_dma_simple_xlate(struct acpi_dma_spec *dma_spec, 81 (struct acpi_dma_spec *, struct acpi_dma *), in acpi_dma_controller_register() 92 (struct acpi_dma_spec *, struct acpi_dma *), in devm_acpi_dma_controller_register()
|
/openbmc/linux/drivers/dma/ |
H A D | acpi-dma.c | 175 (struct acpi_dma_spec *, struct acpi_dma *), in acpi_dma_controller_register() 259 (struct acpi_dma_spec *, struct acpi_dma *), in devm_acpi_dma_controller_register() 311 struct acpi_dma_spec *dma_spec) in acpi_dma_update_dma_spec() 335 struct acpi_dma_spec dma_spec; 374 struct acpi_dma_spec *dma_spec = &pdata.dma_spec; in acpi_dma_request_slave_chan_by_index() 471 struct dma_chan *acpi_dma_simple_xlate(struct acpi_dma_spec *dma_spec, in acpi_dma_simple_xlate()
|
/openbmc/linux/drivers/dma/dw/ |
H A D | acpi.c | 11 struct acpi_dma_spec *dma_spec = param; in dw_dma_acpi_filter()
|
/openbmc/linux/Documentation/firmware-guide/acpi/ |
H A D | enumeration.rst | 81 acpi_dma_spec into the corresponding DMA channel. A piece of code for that case 96 static struct dma_chan *xlate_func(struct acpi_dma_spec *dma_spec, 107 static struct dma_chan *xlate_func(struct acpi_dma_spec *dma_spec, 116 information in struct acpi_dma_spec and the properties of the controller
|