Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/controller/
H A Dohci.h158 volatile uint32_t itd_next; /* Next ITD */ member
H A Dehci.c474 itd->itd_next = in ehci_init()
830 printf(" next=0x%08x\n", hc32toh(sc, itd->itd_next)); in ehci_dump_itd()
953 std->itd_next = last->itd_next; in _ehci_append_hs_td()
963 last->itd_next = std->itd_self; in _ehci_append_hs_td()
1031 std->prev->itd_next = std->itd_next; in _ehci_remove_hs_td()
H A Dohci.c577 temp = (sitd->itd_next == 0); in ohci_dump_itd()
587 le32toh(sitd->itd_next), in ohci_dump_itd()
1926 td_last->itd_next = td->itd_self; in ohci_device_isoc_enter()
1935 td_last->itd_next = 0; in ohci_device_isoc_enter()
H A Dehci.h84 volatile uint32_t itd_next; member