Home
last modified time | relevance | path

Searched defs:ccp_dma_chan (Results 1 – 1 of 1) sorted by relevance

/linux-6.1.9/drivers/crypto/ccp/
Dccp-dev.h245 struct ccp_dma_chan { struct
246 struct ccp_device *ccp;
248 spinlock_t lock;
249 struct list_head created;
250 struct list_head pending;
251 struct list_head active;
252 struct list_head complete;
254 struct tasklet_struct cleanup_tasklet;
256 enum dma_status status;
257 struct dma_chan dma_chan;
[all …]