HomeSort by: relevance | last modified time | path
    Searched refs:ohci_soft_ed_t (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/usb/
ohcivar.h 44 } ohci_soft_ed_t; typedef in typeref:struct:ohci_soft_ed
101 ohci_soft_ed_t *sc_eds[OHCI_NO_EDS];
105 ohci_soft_ed_t *sc_isoc_head;
106 ohci_soft_ed_t *sc_ctrl_head;
107 ohci_soft_ed_t *sc_bulk_head;
126 ohci_soft_ed_t *sc_freeeds;
ohci.c 130 Static ohci_soft_ed_t *ohci_alloc_sed(ohci_softc_t *);
131 Static void ohci_free_sed(ohci_softc_t *, ohci_soft_ed_t *);
155 Static void ohci_add_ed(ohci_softc_t *, ohci_soft_ed_t *,
156 ohci_soft_ed_t *);
158 Static void ohci_rem_ed(ohci_softc_t *, ohci_soft_ed_t *,
159 ohci_soft_ed_t *);
220 Static void ohci_close_pipe(struct usbd_pipe *, ohci_soft_ed_t *);
230 Static void ohci_dump_ed(ohci_softc_t *, ohci_soft_ed_t *);
261 ohci_soft_ed_t *sed;
394 ohci_soft_ed_t *
    [all...]

Completed in 12 milliseconds