ohci_soft_ed
struct ohci_soft_ed *sed = opipe->sed;
void ohci_close_pipe(struct usbd_pipe *, struct ohci_soft_ed *);
struct ohci_soft_ed *sed;
void ohci_dump_ed(struct ohci_soft_ed *);
ohci_add_ed(struct ohci_soft_ed *sed, struct ohci_soft_ed *head)
ohci_rem_ed(struct ohci_soft_ed *sed, struct ohci_soft_ed *head)
struct ohci_soft_ed *p;
ohci_dump_ed(struct ohci_soft_ed *sed)
struct ohci_soft_ed *sed = NULL;
ohci_close_pipe(struct usbd_pipe *pipe, struct ohci_soft_ed *head)
struct ohci_soft_ed *sed = opipe->sed;
struct ohci_soft_ed *sed;
struct ohci_soft_ed *sed = opipe->sed;
struct ohci_soft_ed *sed;
struct ohci_soft_ed *sed = opipe->sed;
struct ohci_soft_ed *p, *sed = opipe->sed;
struct ohci_soft_ed *hsed, *sed = opipe->sed;
struct ohci_soft_ed *sed = opipe->sed;
struct ohci_soft_ed *sed;
struct ohci_soft_ed *
struct ohci_soft_ed *sed = NULL;
ohci_free_sed(struct ohci_softc *sc, struct ohci_soft_ed *sed)
struct ohci_soft_ed *sed, *psed;
struct ohci_soft_ed *ohci_alloc_sed(struct ohci_softc *);
void ohci_free_sed(struct ohci_softc *, struct ohci_soft_ed *);
void ohci_add_ed(struct ohci_soft_ed *, struct ohci_soft_ed *);
void ohci_rem_ed(struct ohci_soft_ed *, struct ohci_soft_ed *);
struct ohci_soft_ed *sc_freeeds;
struct ohci_soft_ed *next;
#define OHCI_SED_SIZE ((sizeof (struct ohci_soft_ed) + OHCI_ED_ALIGN - 1) / OHCI_ED_ALIGN * OHCI_ED_ALIGN)
struct ohci_soft_ed *sc_eds[OHCI_NO_EDS];
struct ohci_soft_ed *sc_isoc_head;
struct ohci_soft_ed *sc_ctrl_head;
struct ohci_soft_ed *sc_bulk_head;