Home
last modified time | relevance | path

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

/linux-3.3/drivers/dma/
Dpch_dma.c174 struct pch_dma_desc *pdc_first_active(struct pch_dma_chan *pd_chan) in pdc_first_active()
181 struct pch_dma_desc *pdc_first_queued(struct pch_dma_chan *pd_chan) in pdc_first_queued()
213 struct pch_dma_chan *pd_chan = to_pd_chan(chan); in pdc_set_dir() local
293 static u32 pdc_get_status0(struct pch_dma_chan *pd_chan) in pdc_get_status0()
303 static u32 pdc_get_status2(struct pch_dma_chan *pd_chan) in pdc_get_status2()
313 static bool pdc_is_idle(struct pch_dma_chan *pd_chan) in pdc_is_idle()
329 static void pdc_dostart(struct pch_dma_chan *pd_chan, struct pch_dma_desc* desc) in pdc_dostart()
358 static void pdc_chain_complete(struct pch_dma_chan *pd_chan, in pdc_chain_complete()
372 static void pdc_complete_all(struct pch_dma_chan *pd_chan) in pdc_complete_all()
389 static void pdc_handle_error(struct pch_dma_chan *pd_chan) in pdc_handle_error()
[all …]