Searched defs:uhci_hcd (Results 1 – 1 of 1) sorted by relevance
383 struct uhci_hcd { struct385 unsigned long io_addr;388 void __iomem *regs;390 struct dma_pool *qh_pool;391 struct dma_pool *td_pool;393 struct uhci_td *term_td; /* Terminating TD, see UHCI bug */394 struct uhci_qh *skelqh[UHCI_NUM_SKELQH]; /* Skeleton QHs */395 struct uhci_qh *next_qh; /* Next QH to scan */397 spinlock_t lock;399 dma_addr_t frame_dma_handle; /* Hardware frame list */[all …]