Home
last modified time | relevance | path

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

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