Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/usb/host/
Doxu210hp.h203 struct ehci_qtd { struct
205 __le32 hw_next; /* see EHCI 3.5.1 */
206 __le32 hw_alt_next; /* see EHCI 3.5.2 */
207 __le32 hw_token; /* see EHCI 3.5.3 */
221 __le32 hw_buf[5]; /* see EHCI 3.5.4 */
222 __le32 hw_buf_hi[5]; /* Appendix B */
225 dma_addr_t qtd_dma; /* qtd address */
226 struct list_head qtd_list; /* sw qtd list */
227 struct urb *urb; /* qtd's urb */
228 size_t length; /* length of buffer */
[all …]
Dehci.h238 struct ehci_qtd { struct
240 __hc32 hw_next; /* see EHCI 3.5.1 */
241 __hc32 hw_alt_next; /* see EHCI 3.5.2 */
242 __hc32 hw_token; /* see EHCI 3.5.3 */
261 __hc32 hw_buf [5]; /* see EHCI 3.5.4 */
262 __hc32 hw_buf_hi [5]; /* Appendix B */
265 dma_addr_t qtd_dma; /* qtd address */
266 struct list_head qtd_list; /* sw qtd list */
267 struct urb *urb; /* qtd's urb */
268 size_t length; /* length of buffer */