Searched refs:ohci_ed (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/sys/dev/usb/controller/
H A Dohci.h75 struct ohci_ed { struct
102 struct ohci_ed *next;
103 struct ohci_ed *prev;
104 struct ohci_ed *obj_next;
109 typedef struct ohci_ed ohci_ed_t;
235 struct ohci_ed *sc_ctrl_p_last;
236 struct ohci_ed *sc_bulk_p_last;
237 struct ohci_ed *sc_isoc_p_last;
238 struct ohci_ed *sc_intr_p_last[OHCI_NO_EDS];
H A Dohci.c305 static struct ohci_ed *
309 struct ohci_ed *ed;

Completed in 108 milliseconds