Lines Matching refs:pch_dma
123 struct pch_dma { struct
156 static inline struct pch_dma *to_pd(struct dma_device *ddev) in to_pd()
158 return container_of(ddev, struct pch_dma, dma); in to_pd()
187 struct pch_dma *pd = to_pd(chan->device); in pdc_enable_irq()
212 struct pch_dma *pd = to_pd(chan->device); in pdc_set_dir()
259 struct pch_dma *pd = to_pd(chan->device); in pdc_set_mode()
293 struct pch_dma *pd = to_pd(pd_chan->chan.device); in pdc_get_status0()
303 struct pch_dma *pd = to_pd(pd_chan->chan.device); in pdc_get_status2()
440 struct pch_dma *pd = to_pd(chan->device); in pdc_alloc_desc()
542 struct pch_dma *pd = to_pd(chan->device); in pd_free_chan_resources()
706 struct pch_dma *pd = (struct pch_dma *)devid; in pd_irq()
751 static void pch_dma_save_regs(struct pch_dma *pd) in pch_dma_save_regs()
774 static void pch_dma_restore_regs(struct pch_dma *pd) in pch_dma_restore_regs()
799 struct pch_dma *pd = pci_get_drvdata(pdev); in pch_dma_suspend()
813 struct pch_dma *pd = pci_get_drvdata(pdev); in pch_dma_resume()
835 struct pch_dma *pd; in pch_dma_probe()
954 struct pch_dma *pd = pci_get_drvdata(pdev); in pch_dma_remove()