Lines Matching defs:cc_drvdata
132 struct cc_drvdata { struct
133 void __iomem *cc_base;
134 int irq;
135 struct completion hw_queue_avail; /* wait for HW queue availability */
136 struct platform_device *plat_dev;
137 u32 mlli_sram_addr;
138 struct dma_pool *mlli_buffs_pool;
139 struct list_head alg_list;
140 void *hash_handle;
141 void *aead_handle;
165 struct cc_drvdata *drvdata; argument