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.h141 void *td_start[2]; /* used by HC driver */ member
/third_party/FreeBSD/sys/dev/usb/controller/
Dehci.c1710 td = (ehci_qtd_t *)xfer->td_start[xfer->flags_int.curr_dma_set]; in ehci_setup_standard_chain()
2371 for (td = (ehci_sitd_t *)xfer->td_start[ds]; td; td = td->obj_next) { in ehci_device_isoc_fs_open()
2468 td = (ehci_sitd_t *)xfer->td_start[xfer->flags_int.curr_dma_set]; in ehci_device_isoc_fs_enter()
2658 for (td = (ehci_itd_t *)xfer->td_start[ds]; td; td = td->obj_next) { in ehci_device_isoc_hs_open()
2778 td = (ehci_itd_t *)xfer->td_start[xfer->flags_int.curr_dma_set];
3648 xfer->td_start[xfer->flags_int.curr_dma_set] = last_obj;
Dxhci.c1993 td = xfer->td_start[xfer->flags_int.curr_dma_set]; in xhci_setup_generic_chain()
3750 xfer->td_start[xfer->flags_int.curr_dma_set] = last_obj; in xhci_xfer_setup()