Home
last modified time | relevance | path

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

/linux-3.3/drivers/usb/host/
Duhci-hcd.h147 struct uhci_qh { struct
149 __hc32 link; /* Next QH in the schedule */
150 __hc32 element; /* Queue element (TD) pointer */
153 dma_addr_t dma_handle;
155 struct list_head node; /* Node in the list of QHs */
156 struct usb_host_endpoint *hep; /* Endpoint information */
157 struct usb_device *udev;
158 struct list_head queue; /* Queue of urbps for this QH */
159 struct uhci_td *dummy_td; /* Dummy TD to end the queue */
160 struct uhci_td *post_td; /* Last TD completed */
[all …]