Home
last modified time | relevance | path

Searched defs:pd_chan (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/dma/
H A Dpch_dma.c159 struct pch_dma_desc *pdc_first_active(struct pch_dma_chan *pd_chan) in pdc_first_active()
166 struct pch_dma_desc *pdc_first_queued(struct pch_dma_chan *pd_chan) in pdc_first_queued()
198 struct pch_dma_chan *pd_chan = to_pd_chan(chan); in pdc_set_dir() local
278 static u32 pdc_get_status0(struct pch_dma_chan *pd_chan) in pdc_get_status0()
288 static u32 pdc_get_status2(struct pch_dma_chan *pd_chan) in pdc_get_status2()
298 static bool pdc_is_idle(struct pch_dma_chan *pd_chan) in pdc_is_idle()
314 static void pdc_dostart(struct pch_dma_chan *pd_chan, struct pch_dma_desc* desc) in pdc_dostart()
343 static void pdc_chain_complete(struct pch_dma_chan *pd_chan, in pdc_chain_complete()
356 static void pdc_complete_all(struct pch_dma_chan *pd_chan) in pdc_complete_all()
373 static void pdc_handle_error(struct pch_dma_chan *pd_chan) in pdc_handle_error()
[all …]
H A Dfsl-edma-main.c655 struct device *pd_chan; in fsl_edma3_attach_pd() local