Home | History | Annotate | Download | only in usb

Lines Matching defs:ucaa

354 	struct ucom_attach_args ucaa;
367 ucaa.ucaa_info = "3G Modem";
368 ucaa.ucaa_ibufsize = U3G_BUFF_SIZE;
369 ucaa.ucaa_obufsize = U3G_BUFF_SIZE;
370 ucaa.ucaa_ibufsizepad = U3G_BUFF_SIZE;
371 ucaa.ucaa_opkthdrlen = 0;
372 ucaa.ucaa_device = dev;
373 ucaa.ucaa_iface = iface;
374 ucaa.ucaa_methods = &u3g_methods;
375 ucaa.ucaa_arg = sc;
376 ucaa.ucaa_portno = -1;
377 ucaa.ucaa_bulkin = ucaa.ucaa_bulkout = -1;
400 ucaa.ucaa_bulkin = ed->bEndpointAddress;
404 ucaa.ucaa_bulkout = ed->bEndpointAddress;
406 if (ucaa.ucaa_bulkin != -1 && ucaa.ucaa_bulkout != -1) {
413 ucaa.ucaa_portno = sc->sc_ncom++;
414 com = &sc->sc_com[ucaa.ucaa_portno];
419 com->c_dev = config_found(self, &ucaa, ucomprint,
421 ucaa.ucaa_bulkin = -1;
422 ucaa.ucaa_bulkout = -1;