Lines Matching refs:pch_dma
115 struct pch_dma { struct
148 static inline struct pch_dma *to_pd(struct dma_device *ddev) in to_pd()
150 return container_of(ddev, struct pch_dma, dma); in to_pd()
179 struct pch_dma *pd = to_pd(chan->device); in pdc_enable_irq()
204 struct pch_dma *pd = to_pd(chan->device); in pdc_set_dir()
251 struct pch_dma *pd = to_pd(chan->device); in pdc_set_mode()
285 struct pch_dma *pd = to_pd(pd_chan->chan.device); in pdc_get_status0()
295 struct pch_dma *pd = to_pd(pd_chan->chan.device); in pdc_get_status2()
429 struct pch_dma *pd = to_pd(chan->device); in pdc_alloc_desc()
530 struct pch_dma *pd = to_pd(chan->device); in pd_free_chan_resources()
694 struct pch_dma *pd = (struct pch_dma *)devid; in pd_irq()
738 static void __maybe_unused pch_dma_save_regs(struct pch_dma *pd) in pch_dma_save_regs()
761 static void __maybe_unused pch_dma_restore_regs(struct pch_dma *pd) in pch_dma_restore_regs()
786 struct pch_dma *pd = dev_get_drvdata(dev); in pch_dma_suspend()
796 struct pch_dma *pd = dev_get_drvdata(dev); in pch_dma_resume()
807 struct pch_dma *pd; in pch_dma_probe()
925 struct pch_dma *pd = pci_get_drvdata(pdev); in pch_dma_remove()