Searched refs:dw_dma_chip_pdata (Results 1 – 3 of 3) sorted by relevance
/drivers/dma/dw/ |
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() 83 struct dw_dma_chip_pdata *data = dev_get_drvdata(dev); in dw_pci_suspend_late() 91 struct dw_dma_chip_pdata *data = dev_get_drvdata(dev); in dw_pci_resume_early() 105 { PCI_VDEVICE(INTEL, 0x0827), (kernel_ulong_t)&dw_dma_chip_pdata }, 108 { PCI_VDEVICE(INTEL, 0x0f06), (kernel_ulong_t)&dw_dma_chip_pdata }, 109 { PCI_VDEVICE(INTEL, 0x0f40), (kernel_ulong_t)&dw_dma_chip_pdata }, 115 { PCI_VDEVICE(INTEL, 0x2286), (kernel_ulong_t)&dw_dma_chip_pdata }, 116 { PCI_VDEVICE(INTEL, 0x22c0), (kernel_ulong_t)&dw_dma_chip_pdata }, [all …]
|
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() 118 struct dw_dma_chip_pdata *data = platform_get_drvdata(pdev); in dw_shutdown() 139 { .compatible = "snps,dma-spear1340", .data = &dw_dma_chip_pdata }, 140 { .compatible = "renesas,rzn1-dma", .data = &dw_dma_chip_pdata }, 148 { "INTL9C60", (kernel_ulong_t)&dw_dma_chip_pdata }, 149 { "80862286", (kernel_ulong_t)&dw_dma_chip_pdata }, 150 { "808622C0", (kernel_ulong_t)&dw_dma_chip_pdata }, 166 struct dw_dma_chip_pdata *data = dev_get_drvdata(dev); in dw_suspend_late() [all …]
|
D | internal.h | 49 struct dw_dma_chip_pdata { struct 56 static __maybe_unused const struct dw_dma_chip_pdata dw_dma_chip_pdata = { argument 71 static __maybe_unused const struct dw_dma_chip_pdata idma32_chip_pdata = { 87 static __maybe_unused const struct dw_dma_chip_pdata xbar_chip_pdata = {
|