Home
last modified time | relevance | path

Searched refs:td_next (Results 1 – 17 of 17) sorted by relevance

/freebsd/sys/dev/usb/controller/
H A Duhci.c140 uhci_td_t *td_next; member
550 td_x->td_next = qh_intr->qh_self; in uhci_init()
605 td_lst->td_next = htole32(UHCI_PTR_T); in uhci_init()
724 uint32_t td_next; in uhci_dump_td() local
731 td_next = le32toh(p->td_next); in uhci_dump_td()
739 temp = ((td_next & UHCI_PTR_T) || (td_next == 0)); in uhci_dump_td()
745 td_next, in uhci_dump_td()
753 (td_next & 1) ? "-T" : "", in uhci_dump_td()
754 (td_next & 2) ? "-Q" : "", in uhci_dump_td()
755 (td_next & 4) ? "-VF" : "", in uhci_dump_td()
[all …]
H A Dohci.c129 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()
945 uint32_t td_next; in ohci_check_transfer_sub() local
954 td_next = le32toh(td->td_next); in ohci_check_transfer_sub()
974 if (((td_next & (~0xF)) == OHCI_TD_NEXT_END) || phy_start) { in ohci_check_transfer_sub()
1244 ohci_td_t *td_next; in ohci_setup_standard_chain_sub() local
1269 td_next = temp->td_next; in ohci_setup_standard_chain_sub()
1292 if (td_next == NULL) { in ohci_setup_standard_chain_sub()
1297 td = td_next; in ohci_setup_standard_chain_sub()
[all …]
H A Dehci.c137 ehci_qtd_t *td_next; member
1549 ehci_qtd_t *td_next; in ehci_setup_standard_chain_sub() local
1570 td_next = temp->td_next; in ehci_setup_standard_chain_sub()
1593 if (td_next == NULL) { in ehci_setup_standard_chain_sub()
1598 td = td_next; in ehci_setup_standard_chain_sub()
1599 td_next = td->obj_next; in ehci_setup_standard_chain_sub()
1696 if (td_next) { in ehci_setup_standard_chain_sub()
1698 td->qtd_next = td_next->qtd_self; in ehci_setup_standard_chain_sub()
1715 td_alt_next = td_next; in ehci_setup_standard_chain_sub()
1717 qtd_altnext = td_next->qtd_self; in ehci_setup_standard_chain_sub()
[all …]
H A Duhci.h72 volatile uint32_t td_next; member
H A Datmegadci.h216 struct atmegadci_td *td_next; member
H A Ddwc_otg.h105 struct dwc_otg_td *td_next; member
H A Dohci.h130 volatile uint32_t td_next; /* Next TD */ member
H A Davr32dci.h183 struct avr32dci_td *td_next; member
H A Duss820dci.h294 struct uss820dci_td *td_next; member
H A Dmusb_otg.h341 struct musbotg_td *td_next; member
H A Datmegadci.c756 td = temp->td_next; in atmegadci_setup_standard_chain_sub()
760 temp->td_next = td->obj_next; in atmegadci_setup_standard_chain_sub()
795 temp.td_next = xfer->td_start[0]; in atmegadci_setup_standard_chain()
H A Davr32dci.c725 td = temp->td_next; in avr32dci_setup_standard_chain_sub()
729 temp->td_next = td->obj_next; in avr32dci_setup_standard_chain_sub()
766 temp.td_next = xfer->td_start[0]; in avr32dci_setup_standard_chain()
H A Duss820dci.c858 td = temp->td_next; in uss820dci_setup_standard_chain_sub()
862 temp->td_next = td->obj_next; in uss820dci_setup_standard_chain_sub()
897 temp.td_next = xfer->td_start[0]; in uss820dci_setup_standard_chain()
H A Dmusb_otg.c2363 td = temp->td_next; in musbotg_setup_standard_chain_sub()
2367 temp->td_next = td->obj_next; in musbotg_setup_standard_chain_sub()
2419 temp.td_next = xfer->td_start[0]; in musbotg_setup_standard_chain()
H A Ddwc_otg.c3091 td = temp->td_next; in dwc_otg_setup_standard_chain_sub()
3095 temp->td_next = td->obj_next; in dwc_otg_setup_standard_chain_sub()
3144 temp.td_next = xfer->td_start[0]; in dwc_otg_setup_standard_chain()
/freebsd/lib/libthr/thread/
H A Dthr_list.c98 struct pthread *td, *td_next; in _thr_gc() local
105 TAILQ_FOREACH_SAFE(td, &_thread_gc_list, gcle, td_next) { in _thr_gc()
/freebsd/sys/kern/
H A Dsubr_sleepqueue.c1188 struct thread *td, *td_next; in sleepq_sbuf_print_stacks() local
1243 td_next) { in sleepq_sbuf_print_stacks()