Home
last modified time | relevance | path

Searched refs:ucomsubmatch (Results 1 – 23 of 23) sorted by relevance

/openbsd/src/sys/dev/usb/
Ducomvar.h100 int ucomsubmatch(struct device *, void *, void *);
Ducrcom.c121 sc->sc_subdev = config_found_sm(self, &uca, ucomprint, ucomsubmatch); in ucrcom_attach()
Duvisor.c318 ucomprint, ucomsubmatch); in uvisor_attach()
347 ucomprint, ucomsubmatch); in uvisor_attach()
Duscom.c141 sc->sc_subdev = config_found_sm(self, &uca, ucomprint, ucomsubmatch); in uscom_attach()
Duark.c172 sc->sc_subdev = config_found_sm(self, &uca, ucomprint, ucomsubmatch); in uark_attach()
Duipaq.c215 ucomprint, ucomsubmatch); in uipaq_attach()
Dmoscom.c245 sc->sc_subdev = config_found_sm(self, &uca, ucomprint, ucomsubmatch); in moscom_attach()
Duxrcom.c199 sc->sc_subdev = config_found_sm(self, &uca, ucomprint, ucomsubmatch); in uxrcom_attach()
Duslhcom.c184 sc->sc_subdev = config_found_sm(self, &uca, ucomprint, ucomsubmatch); in uslhcom_attach()
Ducycom.c224 sc->sc_subdev = config_found_sm(self, &uca, ucomprint, ucomsubmatch); in ucycom_attach()
Duslcom.c335 sc->sc_subdev = config_found_sm(self, &uca, ucomprint, ucomsubmatch); in uslcom_attach()
Dumct.c280 sc->sc_subdev = config_found_sm(self, &uca, ucomprint, ucomsubmatch); in umct_attach()
Dukspan.c303 sc->ucom_dev = config_found_sm(self, &uca, ucomprint, ucomsubmatch); in ukspan_attach()
Dubsa.c348 sc->sc_subdev = config_found_sm(self, &uca, ucomprint, ucomsubmatch); in ubsa_attach()
Dumodem.c382 sc->sc_subdev = config_found_sm(self, &uca, ucomprint, ucomsubmatch); in umodem_attach()
Duvscom.c334 sc->sc_subdev = config_found_sm(self, &uca, ucomprint, ucomsubmatch); in uvscom_attach()
Duplcom.c414 sc->sc_subdev = config_found_sm(self, &uca, ucomprint, ucomsubmatch); in uplcom_attach()
Dumcs.c314 config_found_sm(self, &uca, ucomprint, ucomsubmatch); in umcs_attach()
Dumsm.c460 sc->sc_subdev = config_found_sm(self, &uca, ucomprint, ucomsubmatch); in umsm_attach()
Duticom.c437 sc->sc_subdev = config_found_sm((struct device *)sc, &uca, ucomprint, ucomsubmatch); in uticom_attach_hook()
Duchcom.c317 sc->sc_subdev = config_found_sm(self, &uca, ucomprint, ucomsubmatch); in uchcom_attach()
Duftdi.c855 sc->sc_subdev = config_found_sm(self, &uca, ucomprint, ucomsubmatch); in uftdi_attach()
Ducom.c1307 ucomsubmatch(struct device *parent, void *match, void *aux) in ucomsubmatch() function