Lines Matching refs:ccp_dma_desc

76 	struct ccp_dma_desc *desc, *dtmp;  in ccp_free_desc_resources()
108 struct ccp_dma_desc *desc, *dtmp; in ccp_cleanup_desc_resources()
139 static int ccp_issue_next_cmd(struct ccp_dma_desc *desc) in ccp_issue_next_cmd()
160 static void ccp_free_active_cmd(struct ccp_dma_desc *desc) in ccp_free_active_cmd()
176 static struct ccp_dma_desc *__ccp_next_dma_desc(struct ccp_dma_chan *chan, in __ccp_next_dma_desc()
177 struct ccp_dma_desc *desc) in __ccp_next_dma_desc()
184 desc = list_first_entry_or_null(&chan->active, struct ccp_dma_desc, in __ccp_next_dma_desc()
190 static struct ccp_dma_desc *ccp_handle_active_desc(struct ccp_dma_chan *chan, in ccp_handle_active_desc()
191 struct ccp_dma_desc *desc) in ccp_handle_active_desc()
245 static struct ccp_dma_desc *__ccp_pending_to_active(struct ccp_dma_chan *chan) in __ccp_pending_to_active()
247 struct ccp_dma_desc *desc; in __ccp_pending_to_active()
253 ? list_first_entry(&chan->pending, struct ccp_dma_desc, entry) in __ccp_pending_to_active()
263 struct ccp_dma_desc *desc = data; in ccp_cmd_callback()
299 struct ccp_dma_desc *desc = container_of(tx_desc, struct ccp_dma_desc, in ccp_tx_submit()
331 static struct ccp_dma_desc *ccp_alloc_dma_desc(struct ccp_dma_chan *chan, in ccp_alloc_dma_desc()
334 struct ccp_dma_desc *desc; in ccp_alloc_dma_desc()
352 static struct ccp_dma_desc *ccp_create_desc(struct dma_chan *dma_chan, in ccp_create_desc()
362 struct ccp_dma_desc *desc; in ccp_create_desc()
484 struct ccp_dma_desc *desc; in ccp_prep_dma_memcpy()
511 struct ccp_dma_desc *desc; in ccp_prep_dma_interrupt()
524 struct ccp_dma_desc *desc; in ccp_issue_pending()
546 struct ccp_dma_desc *desc; in ccp_tx_status()
593 struct ccp_dma_desc *desc; in ccp_resume()
598 desc = list_first_entry_or_null(&chan->active, struct ccp_dma_desc, in ccp_resume()
706 sizeof(struct ccp_dma_desc), in ccp_dmaengine_register()