Lines Matching defs:pt_device
225 struct pt_device { struct
226 struct list_head entry;
228 unsigned int ord;
229 char name[MAX_PT_NAME_LEN];
231 struct device *dev;
234 struct pt_msix *pt_msix;
236 struct pt_dev_vdata *dev_vdata;
238 unsigned int pt_irq;
241 void __iomem *io_regs;
243 spinlock_t cmd_lock ____cacheline_aligned;
244 unsigned int cmd_count;
245 struct list_head cmd;
251 struct pt_cmd_queue cmd_q;
254 struct dma_device dma_dev;
255 struct pt_dma_chan *pt_dma_chan;
256 struct kmem_cache *dma_cmd_cache;
257 struct kmem_cache *dma_desc_cache;
259 wait_queue_head_t lsb_queue;
262 unsigned long total_interrupts;
264 struct pt_tasklet_data tdata;