Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/crypto/ccp/
Dccp-dev.h186 struct ccp_device { struct
193 int (*get_irq)(struct ccp_device *ccp); argument
194 void (*free_irq)(struct ccp_device *ccp); argument
195 unsigned int irq;
204 struct mutex req_mutex ____cacheline_aligned;
205 void __iomem *io_map;
206 void __iomem *io_regs;
214 spinlock_t cmd_lock ____cacheline_aligned;
215 unsigned int cmd_count;
216 struct list_head cmd;
[all …]