Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/dev/usb/controller/
Dohci.c92 static uint8_t ohci_dump_itd(ohci_itd_t *);
93 static void ohci_dump_itds(ohci_itd_t *);
566 ohci_dump_itd(ohci_itd_t *sitd) in ohci_dump_itd()
597 ohci_dump_itds(ohci_itd_t *sitd) in ohci_dump_itds()
722 ohci_itd_t *td = xfer->td_transfer_first; in ohci_isoc_done()
1848 ohci_itd_t *td; in ohci_device_isoc_enter()
1849 ohci_itd_t *td_last = NULL; in ohci_device_isoc_enter()
2484 parm, &pc, sizeof(ohci_itd_t), in ohci_xfer_setup()
2491 ohci_itd_t *itd; in ohci_xfer_setup()
Dohci.h174 typedef struct ohci_itd ohci_itd_t; typedef