Home | History | Annotate | Download | only in usb

Lines Matching defs:endpoints

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