Lines Matching defs:pt_device
222 struct pt_device { struct
223 struct list_head entry;
225 unsigned int ord;
226 char name[MAX_PT_NAME_LEN];
228 struct device *dev;
231 struct pt_msix *pt_msix;
233 struct pt_dev_vdata *dev_vdata;
235 unsigned int pt_irq;
238 void __iomem *io_regs;
240 spinlock_t cmd_lock ____cacheline_aligned;
241 unsigned int cmd_count;
242 struct list_head cmd;
248 struct pt_cmd_queue cmd_q;
251 struct dma_device dma_dev;
252 struct pt_dma_chan *pt_dma_chan;
253 struct kmem_cache *dma_cmd_cache;
254 struct kmem_cache *dma_desc_cache;
256 wait_queue_head_t lsb_queue;
259 unsigned long total_interrupts;
261 struct pt_tasklet_data tdata;