Lines Matching defs:pt_device
226 struct pt_device { struct
227 struct list_head entry;
229 unsigned int ord;
230 char name[MAX_PT_NAME_LEN];
232 struct device *dev;
235 struct pt_msix *pt_msix;
237 struct pt_dev_vdata *dev_vdata;
239 unsigned int pt_irq;
242 void __iomem *io_regs;
244 spinlock_t cmd_lock ____cacheline_aligned;
245 unsigned int cmd_count;
246 struct list_head cmd;
252 struct pt_cmd_queue cmd_q;
255 struct dma_device dma_dev;
256 struct pt_dma_chan *pt_dma_chan;
257 struct kmem_cache *dma_cmd_cache;
258 struct kmem_cache *dma_desc_cache;
260 wait_queue_head_t lsb_queue;
263 unsigned long total_interrupts;
265 struct pt_tasklet_data tdata;
266 int ver;