| /freebsd-10-stable/sys/dev/usb/controller/ |
| D | uhci.c | 143 uhci_td_t *td_next; member 556 td_x->td_next = qh_intr->qh_self; in uhci_init() 611 td_lst->td_next = htole32(UHCI_PTR_T); in uhci_init() 731 uint32_t td_next; in uhci_dump_td() local 738 td_next = le32toh(p->td_next); in uhci_dump_td() 746 temp = ((td_next & UHCI_PTR_T) || (td_next == 0)); in uhci_dump_td() 752 td_next, in uhci_dump_td() 760 (td_next & 1) ? "-T" : "", in uhci_dump_td() 761 (td_next & 2) ? "-Q" : "", in uhci_dump_td() 762 (td_next & 4) ? "-VF" : "", in uhci_dump_td() [all …]
|
| D | ohci.c | 129 ohci_td_t *td_next; member 548 temp = (std->td_next == 0); in ohci_dump_td() 562 le32toh(std->td_next), in ohci_dump_td() 952 uint32_t td_next; in ohci_check_transfer_sub() local 962 td_next = le32toh(td->td_next); in ohci_check_transfer_sub() 982 if (((td_next & (~0xF)) == OHCI_TD_NEXT_END) || phy_start) { in ohci_check_transfer_sub() 1253 ohci_td_t *td_next; in ohci_setup_standard_chain_sub() local 1278 td_next = temp->td_next; in ohci_setup_standard_chain_sub() 1304 if (td_next == NULL) { in ohci_setup_standard_chain_sub() 1309 td = td_next; in ohci_setup_standard_chain_sub() [all …]
|
| D | ehci.c | 141 ehci_qtd_t *td_next; member 1581 ehci_qtd_t *td_next; in ehci_setup_standard_chain_sub() local 1602 td_next = temp->td_next; in ehci_setup_standard_chain_sub() 1628 if (td_next == NULL) { in ehci_setup_standard_chain_sub() 1633 td = td_next; in ehci_setup_standard_chain_sub() 1634 td_next = td->obj_next; in ehci_setup_standard_chain_sub() 1737 if (td_next) { in ehci_setup_standard_chain_sub() 1739 td->qtd_next = td_next->qtd_self; in ehci_setup_standard_chain_sub() 1756 td_alt_next = td_next; in ehci_setup_standard_chain_sub() 1758 qtd_altnext = td_next->qtd_self; in ehci_setup_standard_chain_sub() [all …]
|
| D | xhci.c | 131 struct xhci_td *td_next; member 1722 struct xhci_td *td_next; in xhci_setup_generic_chain_sub() local 1744 td_next = td_first = temp->td_next; in xhci_setup_generic_chain_sub() 1770 if (td_next == NULL) in xhci_setup_generic_chain_sub() 1775 td = td_next; in xhci_setup_generic_chain_sub() 1776 td_next = td->obj_next; in xhci_setup_generic_chain_sub() 1951 if (td_next != NULL) { in xhci_setup_generic_chain_sub() 1953 td->td_trb[x].qwTrb0 = htole64((uint64_t)td_next->td_self); in xhci_setup_generic_chain_sub() 1954 DPRINTF("LINK=0x%08llx\n", (long long)td_next->td_self); in xhci_setup_generic_chain_sub() 1993 td_alt_next = td_next; in xhci_setup_generic_chain_sub() [all …]
|
| D | at91dci.h | 161 struct at91dci_td *td_next; member
|
| D | uhci.h | 71 volatile uint32_t td_next; member
|
| D | atmegadci.h | 215 struct atmegadci_td *td_next; member
|
| D | dwc_otg.h | 104 struct dwc_otg_td *td_next; member
|
| D | avr32dci.h | 182 struct avr32dci_td *td_next; member
|
| D | ohci.h | 129 volatile uint32_t td_next; /* Next TD */ member
|
| D | uss820dci.h | 290 struct uss820dci_td *td_next; member
|
| D | musb_otg.h | 340 struct musbotg_td *td_next; member
|
| D | avr32dci.c | 731 td = temp->td_next; in avr32dci_setup_standard_chain_sub() 735 temp->td_next = td->obj_next; in avr32dci_setup_standard_chain_sub() 772 temp.td_next = xfer->td_start[0]; in avr32dci_setup_standard_chain()
|
| D | atmegadci.c | 764 td = temp->td_next; in atmegadci_setup_standard_chain_sub() 768 temp->td_next = td->obj_next; in atmegadci_setup_standard_chain_sub() 805 temp.td_next = xfer->td_start[0]; in atmegadci_setup_standard_chain()
|
| D | uss820dci.c | 835 td = temp->td_next; in uss820dci_setup_standard_chain_sub() 839 temp->td_next = td->obj_next; in uss820dci_setup_standard_chain_sub() 876 temp.td_next = xfer->td_start[0]; in uss820dci_setup_standard_chain()
|
| D | at91dci.c | 882 td = temp->td_next; in at91dci_setup_standard_chain_sub() 886 temp->td_next = td->obj_next; in at91dci_setup_standard_chain_sub() 924 temp.td_next = xfer->td_start[0]; in at91dci_setup_standard_chain()
|
| D | musb_otg.c | 2360 td = temp->td_next; in musbotg_setup_standard_chain_sub() 2364 temp->td_next = td->obj_next; in musbotg_setup_standard_chain_sub() 2416 temp.td_next = xfer->td_start[0]; in musbotg_setup_standard_chain()
|
| D | dwc_otg.c | 3111 td = temp->td_next; in dwc_otg_setup_standard_chain_sub() 3115 temp->td_next = td->obj_next; in dwc_otg_setup_standard_chain_sub() 3164 temp.td_next = xfer->td_start[0]; in dwc_otg_setup_standard_chain()
|
| /freebsd-10-stable/lib/libthr/thread/ |
| D | thr_list.c | 97 struct pthread *td, *td_next; in _thr_gc() local 104 TAILQ_FOREACH_SAFE(td, &_thread_gc_list, gcle, td_next) { in _thr_gc()
|
| /freebsd-10-stable/sys/kern/ |
| D | kern_thread.c | 318 struct thread *td_first, *td_next; in thread_reap() local 331 td_next = TAILQ_NEXT(td_first, td_slpq); in thread_reap() 335 td_first = td_next; in thread_reap()
|
| /freebsd-10-stable/sys/mips/cavium/usb/ |
| D | octusb.c | 95 struct octusb_td *td_next; member 981 td = temp->td_next; in octusb_setup_standard_chain_sub() 985 temp->td_next = td->obj_next; in octusb_setup_standard_chain_sub() 1015 temp.td_next = td; in octusb_setup_standard_chain()
|
| /freebsd-10-stable/lib/libkse/thread/ |
| D | thr_kern.c | 1256 struct pthread *td, *td_next; in thread_gc() local 1265 for (td = TAILQ_FIRST(&_thread_gc_list); td != NULL; td = td_next) { in thread_gc() 1266 td_next = TAILQ_NEXT(td, gcle); in thread_gc()
|