Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/controller/
H A Dohci.c92 static void ohci_dump_tds(ohci_td_t *);
93 static uint8_t ohci_dump_td(ohci_td_t *);
128 ohci_td_t *td;
129 ohci_td_t *td_next;
529 ohci_dump_tds(ohci_td_t *std) in ohci_dump_tds()
539 ohci_dump_td(ohci_td_t *std) in ohci_dump_td()
801 ohci_td_t *td; in ohci_non_isoc_done_sub()
802 ohci_td_t *td_alt_next; in ohci_non_isoc_done_sub()
941 ohci_td_t *td; in ohci_check_transfer_sub()
1243 ohci_td_t *td; in ohci_setup_standard_chain_sub()
[all …]
H A Dohci.h143 typedef struct ohci_td ohci_td_t; typedef