ohci.c | 131 Static void ohci_free_sed(ohci_softc_t *, ohci_soft_ed_t *); 454 ohci_free_sed(ohci_softc_t *sc, ohci_soft_ed_t *sed) function in typeref:typename:void 902 ohci_free_sed(sc, sc->sc_eds[i]); 1096 ohci_free_sed(sc, sc->sc_eds[i]); 1098 ohci_free_sed(sc, sc->sc_isoc_head); 1100 ohci_free_sed(sc, sc->sc_bulk_head); 1102 ohci_free_sed(sc, sc->sc_ctrl_head); 2200 ohci_free_sed(sc, sed);
|