Searched defs:uhci_hcd (Results 1 – 1 of 1) sorted by relevance
375 struct uhci_hcd { struct378 struct dentry *dentry;381 unsigned long io_addr;383 struct dma_pool *qh_pool;384 struct dma_pool *td_pool;386 struct uhci_td *term_td; /* Terminating TD, see UHCI bug */387 struct uhci_qh *skelqh[UHCI_NUM_SKELQH]; /* Skeleton QHs */388 struct uhci_qh *next_qh; /* Next QH to scan */390 spinlock_t lock;392 dma_addr_t frame_dma_handle; /* Hardware frame list */[all …]