Home
last modified time | relevance | path

Searched refs:ohci_itd_t (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/usb/controller/
H A Dohci.c95 static uint8_t ohci_dump_itd(ohci_itd_t *);
96 static void ohci_dump_itds(ohci_itd_t *);
568 ohci_dump_itd(ohci_itd_t *sitd) in ohci_dump_itd()
599 ohci_dump_itds(ohci_itd_t *sitd) in ohci_dump_itds()
723 ohci_itd_t *td = xfer->td_transfer_first; in ohci_isoc_done()
1832 ohci_itd_t *td; in ohci_device_isoc_enter()
1833 ohci_itd_t *td_last = NULL; in ohci_device_isoc_enter()
2442 parm, &pc, sizeof(ohci_itd_t), in ohci_xfer_setup()
2449 ohci_itd_t *itd; in ohci_xfer_setup()
H A Dohci.h175 typedef struct ohci_itd ohci_itd_t; typedef