Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/
H A DdrvEHCI_MEM.cxx82 static __inline__ void ms_ehci_qtd_init (struct ehci_qtd *pQtd, dma_addr_t tDmaAddr);
85 static struct ehci_qtd *ms_ehci_qtd_alloc (struct ehci_hcd *pEhci, int iFlags) in ms_ehci_qtd_alloc()
87 struct ehci_qtd *pQtd; in ms_ehci_qtd_alloc()
90 pQtd = (struct ehci_qtd*) ms_mem_pool_alloc (pEhci->pQtdPool, iFlags, &tDmaAddr); in ms_ehci_qtd_alloc()
99 static __inline__ void ms_ehci_qtd_init (struct ehci_qtd *pQtd, dma_addr_t tDmaAddr) in ms_ehci_qtd_init()
109 static __inline__ void ms_ehci_qtd_free (struct ehci_hcd *pEhci, struct ehci_qtd *pQtd) in ms_ehci_qtd_free()
203 pEhci->pQtdPool = ms_mem_pool_create ("ehci_qtd", sizeof (struct ehci_qtd), in ms_ehci_mem_init()
H A DdrvEhciHcd.c817 ms_qtd_pack (struct ehci_qtd *pQtd, dma_addr_t tBufAddr, size_t total, in ms_qtd_pack()
877 struct ehci_qtd *pQtd; in ms_qh_refresh()
880 pQtd = entry_to_container(pQh->qtd_list.next, struct ehci_qtd, qtd_list); in ms_qh_refresh()
922 ms_qh_update_link (struct ehci_qh *pQh, struct ehci_qtd *pQtd) in ms_qh_update_link()
1102 struct ehci_qtd *pLast = 0, *pEnd = pQh->pDummyQtd; in ms_qh_completions()
1123 struct ehci_qtd *pQtd; in ms_qh_completions()
1127 pQtd = entry_to_container (entry, struct ehci_qtd, qtd_list); in ms_qh_completions()
1233 pLast = entry_to_container (pQtd->qtd_list.prev, struct ehci_qtd, qtd_list); in ms_qh_completions()
1276 pEnd = entry_to_container (pQh->qtd_list.next,struct ehci_qtd, qtd_list); in ms_qh_completions()
1305 struct ehci_qtd *pQtd; in ms_qtd_register_free()
[all …]
H A DdrvEHCI.h386 struct ehci_qtd { struct
457 struct ehci_qtd *pDummyQtd;
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvEHCI_MEM.cxx111 static __inline__ void ehci_qtd_init (struct ehci_qtd *qtd, dma_addr_t dma);
115 static struct ehci_qtd *ehci_qtd_alloc (struct ehci_hcd *ehci, int flags) in ehci_qtd_alloc()
117 struct ehci_qtd *qtd; in ehci_qtd_alloc()
120 qtd = (struct ehci_qtd*) pci_pool_alloc (ehci->qtd_pool, flags, &dma); in ehci_qtd_alloc()
132 static __inline__ void ehci_qtd_init (struct ehci_qtd *qtd, dma_addr_t dma) in ehci_qtd_init()
144 static __inline__ void ehci_qtd_free (struct ehci_hcd *ehci, struct ehci_qtd *qtd) in ehci_qtd_free()
290 sizeof (struct ehci_qtd), in ehci_mem_init()
H A DdrvEHCIDBG.cpp178 static void dbg_qtd (char *label, struct ehci_hcd *ehci, struct ehci_qtd *qtd) in dbg_qtd()
198 dbg_qtd ("qh overlay", ehci, (struct ehci_qtd *) &qh->hw_qtd_next); in dbg_qh()
511 struct ehci_qtd *td; in qh_lines()
573 list_entry (entry,struct ehci_qtd,qtd_list,struct list_head,td); in qh_lines()
707 struct ehci_qtd *__mptr; in show_periodic()
793 struct ehci_qtd *qtd; in show_periodic()
797 list_entry((&p.qh->qtd_list)->next,struct ehci_qtd, qtd_list, struct list_head, qtd); in show_periodic()
800 qtd = (struct ehci_qtd *)((char *)__mptr - offsetof(struct ehci_qtd, qtd_list)) in show_periodic()
H A DdrvEhciHcd.c1942 qtd_fill (struct ehci_qtd *qtd, dma_addr_t buf, size_t len, in qtd_fill()
2161 qh_update (struct ehci_hcd *ehci, struct ehci_qh *qh, struct ehci_qtd *qtd) in qh_update()
2900 struct ehci_qtd *last = 0, *end = qh->dummy; in qh_completions()
3012 struct ehci_qtd *qtd; in qh_completions()
3016 qtd = list_entry (entry, struct ehci_qtd, qtd_list); in qh_completions()
3303 last = list_entry (qtd->qtd_list.prev, struct ehci_qtd, qtd_list); in qh_completions()
3375 end = list_entry (qh->qtd_list.next,struct ehci_qtd, qtd_list); in qh_completions()
3450 struct ehci_qtd *qtd; in qtd_list_free()
3500 qtd = list_entry (entry, struct ehci_qtd, qtd_list); in qtd_list_free()
3563 struct ehci_qtd *qtd, *qtd_prev; in qh_urb_transaction()
[all …]
H A DdrvEHCI.h1335 struct ehci_qtd { struct
1823 struct ehci_qtd *dummy;
H A DdrvEhciHcd_2.c346 sizeof (struct ehci_qh), sizeof (struct ehci_qtd), in ehci_hcd_cpe_ehci_init_Port2()