Lines Matching refs:endpoints
228 struct uchcom_endpoints endpoints; in uchcom_attach() local
252 if (find_endpoints(sc, &endpoints)) in uchcom_attach()
255 sc->sc_intr_endpoint = endpoints.ep_intr; in uchcom_attach()
256 sc->sc_intr_size = endpoints.ep_intr_size; in uchcom_attach()
260 ucaa.ucaa_bulkin = endpoints.ep_bulkin; in uchcom_attach()
261 ucaa.ucaa_bulkout = endpoints.ep_bulkout; in uchcom_attach()
347 find_endpoints(struct uchcom_softc *sc, struct uchcom_endpoints *endpoints) in find_endpoints() argument
399 endpoints->ep_intr = intr; in find_endpoints()
400 endpoints->ep_intr_size = isize; in find_endpoints()
401 endpoints->ep_bulkin = bin; in find_endpoints()
402 endpoints->ep_bulkout = bout; in find_endpoints()