Searched defs:pt_device (Results 1 – 1 of 1) sorted by relevance
222 struct pt_device { struct223 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;[all …]