Home
last modified time | relevance | path

Searched refs:ccp_free_desc_resources (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/crypto/ccp/
Dccp-dmaengine.c71 static void ccp_free_desc_resources(struct ccp_device *ccp, in ccp_free_desc_resources() function
95 ccp_free_desc_resources(chan->ccp, &chan->complete); in ccp_free_chan_resources()
96 ccp_free_desc_resources(chan->ccp, &chan->active); in ccp_free_chan_resources()
97 ccp_free_desc_resources(chan->ccp, &chan->pending); in ccp_free_chan_resources()
98 ccp_free_desc_resources(chan->ccp, &chan->created); in ccp_free_chan_resources()
624 ccp_free_desc_resources(chan->ccp, &chan->active); in ccp_terminate_all()
625 ccp_free_desc_resources(chan->ccp, &chan->pending); in ccp_terminate_all()
626 ccp_free_desc_resources(chan->ccp, &chan->created); in ccp_terminate_all()