Searched refs:ucomsubmatch (Results 1 – 23 of 23) sorted by relevance
| /openbsd/src/sys/dev/usb/ |
| D | ucomvar.h | 100 int ucomsubmatch(struct device *, void *, void *);
|
| D | ucrcom.c | 121 sc->sc_subdev = config_found_sm(self, &uca, ucomprint, ucomsubmatch); in ucrcom_attach()
|
| D | uvisor.c | 318 ucomprint, ucomsubmatch); in uvisor_attach() 347 ucomprint, ucomsubmatch); in uvisor_attach()
|
| D | uscom.c | 141 sc->sc_subdev = config_found_sm(self, &uca, ucomprint, ucomsubmatch); in uscom_attach()
|
| D | uark.c | 172 sc->sc_subdev = config_found_sm(self, &uca, ucomprint, ucomsubmatch); in uark_attach()
|
| D | uipaq.c | 215 ucomprint, ucomsubmatch); in uipaq_attach()
|
| D | moscom.c | 245 sc->sc_subdev = config_found_sm(self, &uca, ucomprint, ucomsubmatch); in moscom_attach()
|
| D | uxrcom.c | 199 sc->sc_subdev = config_found_sm(self, &uca, ucomprint, ucomsubmatch); in uxrcom_attach()
|
| D | uslhcom.c | 184 sc->sc_subdev = config_found_sm(self, &uca, ucomprint, ucomsubmatch); in uslhcom_attach()
|
| D | ucycom.c | 224 sc->sc_subdev = config_found_sm(self, &uca, ucomprint, ucomsubmatch); in ucycom_attach()
|
| D | uslcom.c | 335 sc->sc_subdev = config_found_sm(self, &uca, ucomprint, ucomsubmatch); in uslcom_attach()
|
| D | umct.c | 280 sc->sc_subdev = config_found_sm(self, &uca, ucomprint, ucomsubmatch); in umct_attach()
|
| D | ukspan.c | 303 sc->ucom_dev = config_found_sm(self, &uca, ucomprint, ucomsubmatch); in ukspan_attach()
|
| D | ubsa.c | 348 sc->sc_subdev = config_found_sm(self, &uca, ucomprint, ucomsubmatch); in ubsa_attach()
|
| D | umodem.c | 382 sc->sc_subdev = config_found_sm(self, &uca, ucomprint, ucomsubmatch); in umodem_attach()
|
| D | uvscom.c | 334 sc->sc_subdev = config_found_sm(self, &uca, ucomprint, ucomsubmatch); in uvscom_attach()
|
| D | uplcom.c | 414 sc->sc_subdev = config_found_sm(self, &uca, ucomprint, ucomsubmatch); in uplcom_attach()
|
| D | umcs.c | 314 config_found_sm(self, &uca, ucomprint, ucomsubmatch); in umcs_attach()
|
| D | umsm.c | 460 sc->sc_subdev = config_found_sm(self, &uca, ucomprint, ucomsubmatch); in umsm_attach()
|
| D | uticom.c | 437 sc->sc_subdev = config_found_sm((struct device *)sc, &uca, ucomprint, ucomsubmatch); in uticom_attach_hook()
|
| D | uchcom.c | 317 sc->sc_subdev = config_found_sm(self, &uca, ucomprint, ucomsubmatch); in uchcom_attach()
|
| D | uftdi.c | 855 sc->sc_subdev = config_found_sm(self, &uca, ucomprint, ucomsubmatch); in uftdi_attach()
|
| D | ucom.c | 1307 ucomsubmatch(struct device *parent, void *match, void *aux) in ucomsubmatch() function
|