Lines Matching refs:pch_dma
127 struct pch_dma { struct
160 static inline struct pch_dma *to_pd(struct dma_device *ddev) in to_pd()
162 return container_of(ddev, struct pch_dma, dma); in to_pd()
191 struct pch_dma *pd = to_pd(chan->device); in pdc_enable_irq()
216 struct pch_dma *pd = to_pd(chan->device); in pdc_set_dir()
263 struct pch_dma *pd = to_pd(chan->device); in pdc_set_mode()
297 struct pch_dma *pd = to_pd(pd_chan->chan.device); in pdc_get_status0()
307 struct pch_dma *pd = to_pd(pd_chan->chan.device); in pdc_get_status2()
444 struct pch_dma *pd = to_pd(chan->device); in pdc_alloc_desc()
546 struct pch_dma *pd = to_pd(chan->device); in pd_free_chan_resources()
710 struct pch_dma *pd = (struct pch_dma *)devid; in pd_irq()
755 static void pch_dma_save_regs(struct pch_dma *pd) in pch_dma_save_regs()
778 static void pch_dma_restore_regs(struct pch_dma *pd) in pch_dma_restore_regs()
803 struct pch_dma *pd = pci_get_drvdata(pdev); in pch_dma_suspend()
817 struct pch_dma *pd = pci_get_drvdata(pdev); in pch_dma_resume()
839 struct pch_dma *pd; in pch_dma_probe()
958 struct pch_dma *pd = pci_get_drvdata(pdev); in pch_dma_remove()