Home
last modified time | relevance | path

Searched refs:ehci_qtd (Results 1 – 5 of 5) sorted by relevance

/linux-2.4.37.9/drivers/usb/host/
Dehci-q.c46 qtd_fill (struct ehci_qtd *qtd, dma_addr_t buf, size_t len, in qtd_fill()
87 qh_update (struct ehci_hcd *ehci, struct ehci_qh *qh, struct ehci_qtd *qtd) in qh_update()
102 struct ehci_qtd *qtd; in qh_refresh()
108 struct ehci_qtd, qtd_list); in qh_refresh()
292 struct ehci_qtd *last = 0, *end = qh->dummy; in qh_completions()
318 struct ehci_qtd *qtd; in qh_completions()
322 qtd = list_entry (entry, struct ehci_qtd, qtd_list); in qh_completions()
405 struct ehci_qtd, qtd_list); in qh_completions()
460 struct ehci_qtd *qtd; in qtd_list_free()
462 qtd = list_entry (entry, struct ehci_qtd, qtd_list); in qtd_list_free()
[all …]
Dehci-mem.c61 static inline void ehci_qtd_init (struct ehci_qtd *qtd, dma_addr_t dma) in ehci_qtd_init()
71 static struct ehci_qtd *ehci_qtd_alloc (struct ehci_hcd *ehci, int flags) in ehci_qtd_alloc()
73 struct ehci_qtd *qtd; in ehci_qtd_alloc()
83 static inline void ehci_qtd_free (struct ehci_hcd *ehci, struct ehci_qtd *qtd) in ehci_qtd_free()
187 sizeof (struct ehci_qtd), in ehci_mem_init()
Dehci.h268 struct ehci_qtd { struct
364 struct ehci_qtd *dummy;
Dehci-dbg.c129 dbg_qtd (const char *label, struct ehci_hcd *ehci, struct ehci_qtd *qtd) in dbg_qtd()
150 dbg_qtd ("overlay", ehci, (struct ehci_qtd *) &qh->hw_qtd_next); in dbg_qh()
353 struct ehci_qtd *td; in qh_lines()
387 td = list_entry (entry, struct ehci_qtd, qtd_list); in qh_lines()
Dehci-hcd.c1066 sizeof (struct ehci_qh), sizeof (struct ehci_qtd), in init()