Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/host/
Duhci-hcd.h379 struct uhci_hcd { struct
382 struct dentry *dentry;
385 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;
[all …]