ccp_dma_cmd
struct ccp_dma_cmd *cmd;
cmd = list_first_entry(&desc->pending, struct ccp_dma_cmd, entry);
struct ccp_dma_cmd *cmd;
cmd = list_first_entry_or_null(&desc->active, struct ccp_dma_cmd,
static struct ccp_dma_cmd *ccp_alloc_dma_cmd(struct ccp_dma_chan *chan)
struct ccp_dma_cmd *cmd;
struct ccp_dma_cmd *cmd;
struct ccp_dma_cmd *cmd, *ctmp;
sizeof(struct ccp_dma_cmd),