Searched defs:ccp_device (Results 1 – 1 of 1) sorted by relevance
186 struct ccp_device { struct193 int (*get_irq)(struct ccp_device *ccp); argument194 void (*free_irq)(struct ccp_device *ccp); argument195 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 …]