Home
last modified time | relevance | path

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

/linux/drivers/usb/host/
H A Dehci-mem.c25 static inline void ehci_qtd_init(struct ehci_hcd *ehci, struct ehci_qtd *qtd, in ehci_qtd_init()
36 static struct ehci_qtd *ehci_qtd_alloc (struct ehci_hcd *ehci, gfp_t flags) in ehci_qtd_alloc()
38 struct ehci_qtd *qtd; in ehci_qtd_alloc()
48 static inline void ehci_qtd_free (struct ehci_hcd *ehci, struct ehci_qtd *qtd) in ehci_qtd_free()
143 ehci->qtd_pool = dma_pool_create ("ehci_qtd", in ehci_mem_init()
145 sizeof (struct ehci_qtd), in ehci_mem_init()
H A Dehci-q.c33 qtd_fill(struct ehci_hcd *ehci, struct ehci_qtd *qtd, dma_addr_t buf, in qtd_fill()
76 qh_update (struct ehci_hcd *ehci, struct ehci_qh *qh, struct ehci_qtd *qtd) in qh_update()
112 struct ehci_qtd *qtd; in qh_refresh()
114 qtd = list_entry(qh->qtd_list.next, struct ehci_qtd, qtd_list); in qh_refresh()
288 struct ehci_qtd *last, *end = qh->dummy; in qh_completions()
320 struct ehci_qtd *qtd; in qh_completions()
324 qtd = list_entry (entry, struct ehci_qtd, qtd_list); in qh_completions()
494 struct ehci_qtd, qtd_list); in qh_completions()
560 struct ehci_qtd *qtd; in qtd_list_free()
562 qtd = list_entry (entry, struct ehci_qtd, qtd_lis in qtd_list_free()
[all...]
H A Dehci-dbg.c80 dbg_qtd(const char *label, struct ehci_hcd *ehci, struct ehci_qtd *qtd) in dbg_qtd()
102 dbg_qtd("overlay", ehci, (struct ehci_qtd *) &hw->hw_qtd_next); in dbg_qh()
376 struct ehci_qtd *td; in qh_lines()
419 td = list_entry(entry, struct ehci_qtd, qtd_list); in qh_lines()
597 struct ehci_qtd *qtd; in output_buf_tds_dir()
H A Dehci.h70 * ehci_qtd: qtd_list
291 struct ehci_qtd { struct
406 /* qtd overlay (hardware parts of a struct ehci_qtd) */
421 struct ehci_qtd *dummy;
293 hw_nextehci_qtd global() argument
294 hw_alt_nextehci_qtd global() argument
295 hw_tokenehci_qtd global() argument
314 hw_bufehci_qtd global() argument
315 hw_buf_hiehci_qtd global() argument
318 qtd_dmaehci_qtd global() argument
319 qtd_listehci_qtd global() argument
320 urbehci_qtd global() argument
321 lengthehci_qtd global() argument
H A Dehci-hcd.c1365 sizeof(struct ehci_qh), sizeof(struct ehci_qtd), in ehci_hcd_init()