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,
331 static struct ccp_dma_desc *ccp_alloc_dma_desc(struct ccp_dma_chan *chan,
334 struct ccp_dma_desc *desc;
352 static struct ccp_dma_desc *ccp_create_desc(struct dma_chan *dma_chan,
362 struct ccp_dma_desc *desc;
484 struct ccp_dma_desc *desc;
511 struct ccp_dma_desc *desc;
524 struct ccp_dma_desc *desc;
546 struct ccp_dma_desc *desc;
593 struct ccp_dma_desc *desc;
598 desc = list_first_entry_or_null(&chan->active, struct ccp_dma_desc,
706 sizeof(struct ccp_dma_desc),