Home
last modified time | relevance | path

Searched refs:td_start (Results 1 – 3 of 3) sorted by relevance

/third_party/FreeBSD/sys/dev/usb/
Dusb_core.h142 void *td_start[2]; /* used by HC driver */ member
/third_party/FreeBSD/sys/dev/usb/controller/
Dehci.c1723 td = (ehci_qtd_t *)xfer->td_start[xfer->flags_int.curr_dma_set]; in ehci_setup_standard_chain()
2392 for (td = (ehci_sitd_t *)xfer->td_start[ds]; td; td = td->obj_next) { in ehci_device_isoc_fs_open()
2490 td = (ehci_sitd_t *)xfer->td_start[xfer->flags_int.curr_dma_set]; in ehci_device_isoc_fs_enter()
2681 for (td = (ehci_itd_t *)xfer->td_start[ds]; td; td = td->obj_next) { in ehci_device_isoc_hs_open()
2802 td = (ehci_itd_t *)xfer->td_start[xfer->flags_int.curr_dma_set];
3680 xfer->td_start[xfer->flags_int.curr_dma_set] = last_obj;
Dxhci.c2005 td = xfer->td_start[xfer->flags_int.curr_dma_set]; in xhci_setup_generic_chain()
3775 xfer->td_start[xfer->flags_int.curr_dma_set] = last_obj; in xhci_xfer_setup()