Searched defs:uhci_qh (Results 1 – 1 of 1) sorted by relevance
131 struct uhci_qh { struct133 __le32 link; /* Next QH in the schedule */134 __le32 element; /* Queue element (TD) pointer */137 dma_addr_t dma_handle;139 struct list_head node; /* Node in the list of QHs */140 struct usb_host_endpoint *hep; /* Endpoint information */141 struct usb_device *udev;142 struct list_head queue; /* Queue of urbps for this QH */143 struct uhci_td *dummy_td; /* Dummy TD to end the queue */144 struct uhci_td *post_td; /* Last TD completed */[all …]