Searched refs:sc_subdevs (Results 1 – 8 of 8) sorted by relevance
312 sc->sc_subdevs[i].pn = pn; in umcs_attach()422 sc->sc_subdevs[portno].lcr = lcr; in umcs_set_baudrate()432 sc->sc_subdevs[portno].lcr = lcr; in umcs_set_baudrate()579 sc->sc_subdevs[portno].lcr = lcr; in umcs_param()583 sc->sc_subdevs[portno].mcr = mcr; in umcs_param()602 sc->sc_subdevs[portno].mcr = mcr; in umcs_dtr()617 sc->sc_subdevs[portno].mcr = mcr; in umcs_rts()632 sc->sc_subdevs[portno].lcr = lcr; in umcs_break()689 sc->sc_subdevs[portno].lcr = lcr; in umcs_open()698 sc->sc_subdevs[portno].mcr = mcr; in umcs_open()[all …]
145 if (sc->sc_subdevs[repid] != NULL) in uhidev_attach_repid()253 if (sc->sc_subdevs == NULL) { in uhidev_attach()432 if (sc->sc_subdevs[i] == NULL) in uhidev_activate()440 if (sc->sc_subdevs[i] == sc->sc_subdevs[j]) { in uhidev_activate()448 &sc->sc_subdevs[i]->sc_dev); in uhidev_activate()481 if (sc->sc_subdevs[i] == NULL) in uhidev_detach()491 if (sc->sc_subdevs[i] == sc->sc_subdevs[j]) in uhidev_detach()492 sc->sc_subdevs[j] = NULL; in uhidev_detach()495 sc->sc_subdevs[i] = NULL; in uhidev_detach()546 scd = sc->sc_subdevs[rep]; in uhidev_intr()[all …]
132 struct device *sc_subdevs[UVISOR_MAX_CONN]; member317 sc->sc_subdevs[i] = config_found_sm(self, &uca, in uvisor_attach()346 sc->sc_subdevs[i] = config_found_sm(self, &uca, in uvisor_attach()367 if (sc->sc_subdevs[i] != NULL) { in uvisor_detach()368 rv |= config_detach(sc->sc_subdevs[i], flags); in uvisor_detach()369 sc->sc_subdevs[i] = NULL; in uvisor_detach()
55 struct uhidev **sc_subdevs; member
178 sc_subdevs; /* list of all children */308 sc_subdevs; /* list of all children */
144 TAILQ_INIT(&sc->sc_subdevs); in isaattach()
157 sc->sc_subdevs = mallocarray(sc->sc_nrepid, sizeof(struct ihidev *), in ihidev_attach()207 sc->sc_subdevs[iha.claims[repid]] = in ihidev_attach()213 if (sc->sc_subdevs[repid] != NULL) in ihidev_attach()227 sc->sc_subdevs[repid] = (struct ihidev *)dev; in ihidev_attach()767 scd = sc->sc_subdevs[rep]; in ihidev_intr()
84 struct ihidev **sc_subdevs; member