Lines Matching refs:fotg210_qtd

139 dbg_qtd(const char *label, struct fotg210_hcd *fotg210, struct fotg210_qtd *qtd)  in dbg_qtd()
161 dbg_qtd("overlay", fotg210, (struct fotg210_qtd *) &hw->hw_qtd_next); in dbg_qh()
385 struct fotg210_qtd *td; in qh_lines()
582 struct fotg210_qtd *qtd; in fill_periodic_buffer()
1886 struct fotg210_qtd *qtd, dma_addr_t dma) in fotg210_qtd_init()
1896 static struct fotg210_qtd *fotg210_qtd_alloc(struct fotg210_hcd *fotg210, in fotg210_qtd_alloc()
1899 struct fotg210_qtd *qtd; in fotg210_qtd_alloc()
1910 struct fotg210_qtd *qtd) in fotg210_qtd_free()
2011 sizeof(struct fotg210_qtd), in fotg210_mem_init()
2085 qtd_fill(struct fotg210_hcd *fotg210, struct fotg210_qtd *qtd, dma_addr_t buf, in qtd_fill()
2128 struct fotg210_qtd *qtd) in qh_update()
2164 struct fotg210_qtd *qtd; in qh_refresh()
2170 struct fotg210_qtd, qtd_list); in qh_refresh()
2348 struct fotg210_qtd *last, *end = qh->dummy; in qh_completions()
2384 struct fotg210_qtd *qtd; in qh_completions()
2388 qtd = list_entry(entry, struct fotg210_qtd, qtd_list); in qh_completions()
2549 struct fotg210_qtd, qtd_list); in qh_completions()
2637 struct fotg210_qtd *qtd; in qtd_list_free()
2639 qtd = list_entry(entry, struct fotg210_qtd, qtd_list); in qtd_list_free()
2655 struct fotg210_qtd *qtd, *qtd_prev; in qh_urb_transaction()
3093 struct fotg210_qtd *qtd; in qh_append_tds()
3098 qtd = list_entry(qtd_list->next, struct fotg210_qtd, in qh_append_tds()
3112 struct fotg210_qtd *dummy; in qh_append_tds()
3140 struct fotg210_qtd, qtd_list); in qh_append_tds()
3171 struct fotg210_qtd *qtd; in submit_async()
3172 qtd = list_entry(qtd_list->next, struct fotg210_qtd, qtd_list); in submit_async()
5921 sizeof(struct fotg210_qh), sizeof(struct fotg210_qtd), in fotg210_hcd_init()