Searched defs:uhci_qh (Results 1 – 1 of 1) sorted by relevance
151 struct uhci_qh { struct153 __hc32 link; /* Next QH in the schedule */154 __hc32 element; /* Queue element (TD) pointer */157 dma_addr_t dma_handle;159 struct list_head node; /* Node in the list of QHs */160 struct usb_host_endpoint *hep; /* Endpoint information */161 struct usb_device *udev;162 struct list_head queue; /* Queue of urbps for this QH */163 struct uhci_td *dummy_td; /* Dummy TD to end the queue */164 struct uhci_td *post_td; /* Last TD completed */[all …]