| /NextBSD/sys/dev/usb/controller/ |
| HD | uhci.c | 141 uhci_td_t *td_next; member 554 td_x->td_next = qh_intr->qh_self; in uhci_init() 609 td_lst->td_next = htole32(UHCI_PTR_T); in uhci_init() 729 uint32_t td_next; in uhci_dump_td() local 736 td_next = le32toh(p->td_next); in uhci_dump_td() 744 temp = ((td_next & UHCI_PTR_T) || (td_next == 0)); in uhci_dump_td() 750 td_next, in uhci_dump_td() 758 (td_next & 1) ? "-T" : "", in uhci_dump_td() 759 (td_next & 2) ? "-Q" : "", in uhci_dump_td() 760 (td_next & 4) ? "-VF" : "", in uhci_dump_td() [all …]
|
| HD | ohci.c | 128 ohci_td_t *td_next; member 547 temp = (std->td_next == 0); in ohci_dump_td() 561 le32toh(std->td_next), in ohci_dump_td() 951 uint32_t td_next; in ohci_check_transfer_sub() local 961 td_next = le32toh(td->td_next); in ohci_check_transfer_sub() 981 if (((td_next & (~0xF)) == OHCI_TD_NEXT_END) || phy_start) { in ohci_check_transfer_sub() 1252 ohci_td_t *td_next; in ohci_setup_standard_chain_sub() local 1277 td_next = temp->td_next; in ohci_setup_standard_chain_sub() 1303 if (td_next == NULL) { in ohci_setup_standard_chain_sub() 1308 td = td_next; in ohci_setup_standard_chain_sub() [all …]
|
| HD | ehci.c | 136 ehci_qtd_t *td_next; member 1576 ehci_qtd_t *td_next; in ehci_setup_standard_chain_sub() local 1597 td_next = temp->td_next; in ehci_setup_standard_chain_sub() 1623 if (td_next == NULL) { in ehci_setup_standard_chain_sub() 1628 td = td_next; in ehci_setup_standard_chain_sub() 1629 td_next = td->obj_next; in ehci_setup_standard_chain_sub() 1732 if (td_next) { in ehci_setup_standard_chain_sub() 1734 td->qtd_next = td_next->qtd_self; in ehci_setup_standard_chain_sub() 1751 td_alt_next = td_next; in ehci_setup_standard_chain_sub() 1753 qtd_altnext = td_next->qtd_self; in ehci_setup_standard_chain_sub() [all …]
|
| HD | xhci.c | 121 struct xhci_td *td_next; member 1692 struct xhci_td *td_next; in xhci_setup_generic_chain_sub() local 1714 td_next = td_first = temp->td_next; in xhci_setup_generic_chain_sub() 1740 if (td_next == NULL) in xhci_setup_generic_chain_sub() 1745 td = td_next; in xhci_setup_generic_chain_sub() 1746 td_next = td->obj_next; in xhci_setup_generic_chain_sub() 1921 if (td_next != NULL) { in xhci_setup_generic_chain_sub() 1923 td->td_trb[x].qwTrb0 = htole64((uint64_t)td_next->td_self); in xhci_setup_generic_chain_sub() 1924 DPRINTF("LINK=0x%08llx\n", (long long)td_next->td_self); in xhci_setup_generic_chain_sub() 1963 td_alt_next = td_next; in xhci_setup_generic_chain_sub() [all …]
|
| HD | saf1761_otg.h | 94 struct saf1761_otg_td *td_next; member
|
| HD | at91dci.h | 161 struct at91dci_td *td_next; member
|
| HD | uhci.h | 71 volatile uint32_t td_next; member
|
| HD | atmegadci.h | 215 struct atmegadci_td *td_next; member
|
| HD | dwc_otg.h | 104 struct dwc_otg_td *td_next; member
|
| HD | ohci.h | 129 volatile uint32_t td_next; /* Next TD */ member
|
| HD | avr32dci.h | 182 struct avr32dci_td *td_next; member
|
| HD | uss820dci.h | 293 struct uss820dci_td *td_next; member
|
| HD | musb_otg.h | 340 struct musbotg_td *td_next; member
|
| HD | 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()
|
| HD | 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()
|
| HD | 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()
|
| HD | uss820dci.c | 863 td = temp->td_next; in uss820dci_setup_standard_chain_sub() 867 temp->td_next = td->obj_next; in uss820dci_setup_standard_chain_sub() 904 temp.td_next = xfer->td_start[0]; in uss820dci_setup_standard_chain()
|
| HD | saf1761_otg.c | 1715 td = temp->td_next; in saf1761_otg_setup_standard_chain_sub() 1719 temp->td_next = td->obj_next; in saf1761_otg_setup_standard_chain_sub() 1763 temp.td_next = xfer->td_start[0]; in saf1761_otg_setup_standard_chain()
|
| HD | musb_otg.c | 2371 td = temp->td_next; in musbotg_setup_standard_chain_sub() 2375 temp->td_next = td->obj_next; in musbotg_setup_standard_chain_sub() 2427 temp.td_next = xfer->td_start[0]; in musbotg_setup_standard_chain()
|
| HD | dwc_otg.c | 3084 td = temp->td_next; in dwc_otg_setup_standard_chain_sub() 3088 temp->td_next = td->obj_next; in dwc_otg_setup_standard_chain_sub() 3137 temp.td_next = xfer->td_start[0]; in dwc_otg_setup_standard_chain()
|
| /NextBSD/lib/libthr/thread/ |
| HD | 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()
|
| /NextBSD/sys/kern/ |
| HD | kern_thread.c | 321 struct thread *td_first, *td_next; in thread_reap() local 334 td_next = TAILQ_NEXT(td_first, td_slpq); in thread_reap() 337 td_first = td_next; in thread_reap()
|
| /NextBSD/sys/mips/cavium/usb/ |
| HD | octusb.c | 92 struct octusb_td *td_next; member 978 td = temp->td_next; in octusb_setup_standard_chain_sub() 982 temp->td_next = td->obj_next; in octusb_setup_standard_chain_sub() 1012 temp.td_next = td; in octusb_setup_standard_chain()
|