Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/controller/
H A Dohci.c94 static void ohci_dump_ed(ohci_ed_t *);
156 sizeof(ohci_ed_t), OHCI_ED_ALIGN); in ohci_iterate_hw_softc()
159 sizeof(ohci_ed_t), OHCI_ED_ALIGN); in ohci_iterate_hw_softc()
162 sizeof(ohci_ed_t), OHCI_ED_ALIGN); in ohci_iterate_hw_softc()
166 sizeof(ohci_ed_t), OHCI_ED_ALIGN); in ohci_iterate_hw_softc()
360 ohci_ed_t *ed_x; in ohci_init()
361 ohci_ed_t *ed_y; in ohci_init()
380 ohci_ed_t *ed_int; in ohci_init()
381 ohci_ed_t *ed_isc; in ohci_init()
609 ohci_dump_ed(ohci_ed_t *sed) in ohci_dump_ed()
[all …]
H A Dohci.h108 typedef struct ohci_ed ohci_ed_t; typedef