Home
last modified time | relevance | path

Searched refs:dw_dma_chip_pdata (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/dma/dw/
H A Dpci.c17 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()
72 struct dw_dma_chip_pdata *data = pci_get_drvdata(pdev); in dw_pci_remove()
87 struct dw_dma_chip_pdata *data = dev_get_drvdata(dev); in dw_pci_suspend_late()
95 struct dw_dma_chip_pdata *data = dev_get_drvdata(dev); in dw_pci_resume_early()
109 { PCI_VDEVICE(INTEL, 0x0827), (kernel_ulong_t)&dw_dma_chip_pdata },
112 { PCI_VDEVICE(INTEL, 0x0f06), (kernel_ulong_t)&dw_dma_chip_pdata },
113 { PCI_VDEVICE(INTEL, 0x0f40), (kernel_ulong_t)&dw_dma_chip_pdata },
119 { PCI_VDEVICE(INTEL, 0x2286), (kernel_ulong_t)&dw_dma_chip_pdata },
120 { PCI_VDEVICE(INTEL, 0x22c0), (kernel_ulong_t)&dw_dma_chip_pdata },
[all …]
H A Dplatform.c28 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 },
147 { "INTL9C60", (kernel_ulong_t)&dw_dma_chip_pdata },
148 { "80862286", (kernel_ulong_t)&dw_dma_chip_pdata },
149 { "808622C0", (kernel_ulong_t)&dw_dma_chip_pdata },
165 struct dw_dma_chip_pdata *data = dev_get_drvdata(dev); in dw_suspend_late()
176 struct dw_dma_chip_pdata *data = dev_get_drvdata(dev); in dw_resume_early()
H A Dinternal.h49 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 = {