Home
last modified time | relevance | path

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

/drivers/usb/host/
Duhci-hcd.h383 struct uhci_hcd { struct
386 struct dentry *dentry;
389 unsigned long io_addr;
392 void __iomem *regs;
394 struct dma_pool *qh_pool;
395 struct dma_pool *td_pool;
397 struct uhci_td *term_td; /* Terminating TD, see UHCI bug */
398 struct uhci_qh *skelqh[UHCI_NUM_SKELQH]; /* Skeleton QHs */
399 struct uhci_qh *next_qh; /* Next QH to scan */
401 spinlock_t lock;
[all …]