Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/dma/
Dpch_dma.c172 struct pch_dma_desc *pdc_first_active(struct pch_dma_chan *pd_chan) in pdc_first_active()
179 struct pch_dma_desc *pdc_first_queued(struct pch_dma_chan *pd_chan) in pdc_first_queued()
211 struct pch_dma_chan *pd_chan = to_pd_chan(chan); in pdc_set_dir() local
291 static u32 pdc_get_status0(struct pch_dma_chan *pd_chan) in pdc_get_status0()
301 static u32 pdc_get_status2(struct pch_dma_chan *pd_chan) in pdc_get_status2()
311 static bool pdc_is_idle(struct pch_dma_chan *pd_chan) in pdc_is_idle()
327 static void pdc_dostart(struct pch_dma_chan *pd_chan, struct pch_dma_desc* desc) in pdc_dostart()
356 static void pdc_chain_complete(struct pch_dma_chan *pd_chan, in pdc_chain_complete()
370 static void pdc_complete_all(struct pch_dma_chan *pd_chan) in pdc_complete_all()
387 static void pdc_handle_error(struct pch_dma_chan *pd_chan) in pdc_handle_error()
[all …]