Searched refs:dw_dma_chip_pdata (Results 1 – 4 of 4) sorted by relevance
| /drivers/dma/dw/ |
| A D | pci.c | 17 const struct dw_dma_chip_pdata *drv_data = (void *)pid->driver_data; in dw_pci_probe() 18 struct dw_dma_chip_pdata *data; in dw_pci_probe() 68 struct dw_dma_chip_pdata *data = pci_get_drvdata(pdev); in dw_pci_remove() 81 struct dw_dma_chip_pdata *data = dev_get_drvdata(dev); in dw_pci_suspend_late() 89 struct dw_dma_chip_pdata *data = dev_get_drvdata(dev); in dw_pci_resume_early() 101 { PCI_VDEVICE(INTEL, 0x0827), (kernel_ulong_t)&dw_dma_chip_pdata }, 104 { PCI_VDEVICE(INTEL, 0x0f06), (kernel_ulong_t)&dw_dma_chip_pdata }, 105 { PCI_VDEVICE(INTEL, 0x0f40), (kernel_ulong_t)&dw_dma_chip_pdata }, 111 { PCI_VDEVICE(INTEL, 0x2286), (kernel_ulong_t)&dw_dma_chip_pdata }, 112 { PCI_VDEVICE(INTEL, 0x22c0), (kernel_ulong_t)&dw_dma_chip_pdata }, [all …]
|
| A D | platform.c | 28 const struct dw_dma_chip_pdata *match; in dw_probe() 29 struct dw_dma_chip_pdata *data; in dw_probe() 98 struct dw_dma_chip_pdata *data = platform_get_drvdata(pdev); in dw_remove() 116 struct dw_dma_chip_pdata *data = platform_get_drvdata(pdev); in dw_shutdown() 137 { .compatible = "snps,dma-spear1340", .data = &dw_dma_chip_pdata }, 138 { .compatible = "renesas,rzn1-dma", .data = &dw_dma_chip_pdata }, 146 { "INTL9C60", (kernel_ulong_t)&dw_dma_chip_pdata }, 147 { "80862286", (kernel_ulong_t)&dw_dma_chip_pdata }, 148 { "808622C0", (kernel_ulong_t)&dw_dma_chip_pdata }, 162 struct dw_dma_chip_pdata *data = dev_get_drvdata(dev); in dw_suspend_late() [all …]
|
| A D | internal.h | 49 struct dw_dma_chip_pdata { struct 58 static __maybe_unused const struct dw_dma_chip_pdata dw_dma_chip_pdata = { argument 75 static __maybe_unused const struct dw_dma_chip_pdata idma32_chip_pdata = { 93 static __maybe_unused const struct dw_dma_chip_pdata xbar_chip_pdata = {
|
| A D | acpi.c | 12 struct dw_dma_chip_pdata *data = dev_get_drvdata(dw->dma.dev); in dw_dma_acpi_filter()
|
Completed in 6 milliseconds