Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/controller/
H A Dohci.h74 struct ohci_ed { struct
101 struct ohci_ed *next; argument
102 struct ohci_ed *prev; argument
103 struct ohci_ed *obj_next; argument
108 typedef struct ohci_ed ohci_ed_t; argument
234 struct ohci_ed *sc_ctrl_p_last;
235 struct ohci_ed *sc_bulk_p_last;
236 struct ohci_ed *sc_isoc_p_last;
237 struct ohci_ed *sc_intr_p_last[OHCI_NO_EDS];
H A Dohci.c304 static struct ohci_ed *
308 struct ohci_ed *ed; in ohci_init_ed()