Home
last modified time | relevance | path

Searched refs:obj_next (Results 1 – 4 of 4) sorted by relevance

/third_party/FreeBSD/sys/dev/usb/controller/
Dehci.h121 struct ehci_itd *obj_next; member
169 struct ehci_sitd *obj_next; member
215 struct ehci_qtd *obj_next; member
277 struct ehci_qh *obj_next; member
Dehci.c704 for (i = 0; sqtd && (i < 20) && !stop; sqtd = sqtd->obj_next, i++) { in ehci_dump_sqtds()
1100 td = td->obj_next; in ehci_non_isoc_done_sub()
1322 td = td->obj_next; in ehci_check_transfer()
1546 td_next = td->obj_next; in ehci_setup_standard_chain_sub()
2045 td = td->obj_next; in ehci_isoc_fs_done()
2115 td = td->obj_next; in ehci_isoc_hs_done()
2392 for (td = (ehci_sitd_t *)xfer->td_start[ds]; td; td = td->obj_next) { in ehci_device_isoc_fs_open()
2622 td = td->obj_next; 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()
2932 td = td->obj_next;
[all …]
Dxhci.h358 struct xhci_td *obj_next; member
Dxhci.c751 td = td->obj_next; in xhci_generic_done_sub()
1021 xfer->td_transfer_cache = td->obj_next; in xhci_check_transfer()
1730 td_next = td->obj_next; in xhci_setup_generic_chain_sub()
3767 td->obj_next = last_obj; in xhci_xfer_setup()