Home
last modified time | relevance | path

Searched defs:pt_device (Results 1 – 1 of 1) sorted by relevance

/linux-6.14.4/drivers/dma/amd/ptdma/
Dptdma.h226 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;
[all …]