Home | History | Annotate | Download | only in usb

Lines Matching defs:ucaa

198 	struct ucom_attach_args ucaa;
279 ucaa.ucaa_bulkin = ucaa.ucaa_bulkout = -1;
297 ucaa.ucaa_bulkin = ed->bEndpointAddress;
300 ucaa.ucaa_bulkout = ed->bEndpointAddress;
313 if (ucaa.ucaa_bulkin == -1) {
319 if (ucaa.ucaa_bulkout == -1) {
340 ucaa.ucaa_portno = i;
342 ucaa.ucaa_ibufsize = UHMODEMIBUFSIZE;
343 ucaa.ucaa_obufsize = UHMODEMOBUFSIZE;
344 ucaa.ucaa_ibufsizepad = UHMODEMIBUFSIZE;
345 ucaa.ucaa_opkthdrlen = 0;
346 ucaa.ucaa_device = dev;
347 ucaa.ucaa_iface = sc->sc_iface[i];
348 ucaa.ucaa_methods = &uhmodem_methods;
349 ucaa.ucaa_arg = sc;
350 ucaa.ucaa_info = comname;
352 i, ucaa.ucaa_bulkin, ucaa.ucaa_bulkout,
354 sc->sc_subdevs[i] = config_found(self, &ucaa, ucomprint,