Home
last modified time | relevance | path

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

/linux-3.3/drivers/crypto/caam/
Dintern.h66 struct caam_drv_private { struct
68 struct device *dev;
69 struct device **jrdev; /* Alloc'ed array per sub-device */
70 spinlock_t jr_alloc_lock;
71 struct platform_device *pdev;
74 struct caam_ctrl *ctrl; /* controller region */
75 struct caam_deco **deco; /* DECO/CCB views */
76 struct caam_assurance *ac;
77 struct caam_queue_if *qi; /* QI control region */
83 u8 total_jobrs; /* Total Job Rings in device */
[all …]