Home | History | Annotate | Download | only in usb

Lines Matching defs:sc_subdevs

102 	} *sc_subdevs;
387 sc->sc_subdevs = kmem_zalloc(nrepid * sizeof(sc->sc_subdevs[0]),
405 struct uhidev *scd = &sc->sc_subdevs[repid];
415 ; /* already NULL in sc->sc_subdevs[repid] */
424 sc->sc_subdevs[repid].sc_dev = dev;
475 if (sc->sc_subdevs[i].sc_dev == child)
479 sc->sc_subdevs[i].sc_dev = NULL;
487 rnd_detach_source(&sc->sc_subdevs[i].sc_rndsource);
520 if (sc->sc_subdevs != NULL) {
522 kmem_free(sc->sc_subdevs, nrepid * sizeof(sc->sc_subdevs[0]));
523 sc->sc_subdevs = NULL;
579 scd = &sc->sc_subdevs[rep];