Lines Matching refs:ccp_dma_desc
76 struct ccp_dma_desc *desc, *dtmp;
108 struct ccp_dma_desc *desc, *dtmp;
139 static int ccp_issue_next_cmd(struct ccp_dma_desc *desc)
160 static void ccp_free_active_cmd(struct ccp_dma_desc *desc)
176 static struct ccp_dma_desc *__ccp_next_dma_desc(struct ccp_dma_chan *chan,
177 struct ccp_dma_desc *desc)
184 desc = list_first_entry_or_null(&chan->active, struct ccp_dma_desc,
190 static struct ccp_dma_desc *ccp_handle_active_desc(struct ccp_dma_chan *chan,
191 struct ccp_dma_desc *desc)
245 static struct ccp_dma_desc *__ccp_pending_to_active(struct ccp_dma_chan *chan)
247 struct ccp_dma_desc *desc;
253 ? list_first_entry(&chan->pending, struct ccp_dma_desc, entry)
263 struct ccp_dma_desc *desc = data;
299 struct ccp_dma_desc *desc = container_of(tx_desc, struct ccp_dma_desc,
332 static struct ccp_dma_desc *ccp_alloc_dma_desc(struct ccp_dma_chan *chan,
335 struct ccp_dma_desc *desc;
353 static struct ccp_dma_desc *ccp_create_desc(struct dma_chan *dma_chan,
363 struct ccp_dma_desc *desc;
485 struct ccp_dma_desc *desc;
512 struct ccp_dma_desc *desc;
525 struct ccp_dma_desc *desc;
547 struct ccp_dma_desc *desc;
594 struct ccp_dma_desc *desc;
599 desc = list_first_entry_or_null(&chan->active, struct ccp_dma_desc,
707 sizeof(struct ccp_dma_desc),