Home | History | Annotate | Download | only in usb

Lines Matching defs:ucaa

285 	struct ucom_attach_args ucaa;
303 ucaa.ucaa_bulkin = ucaa.ucaa_bulkout = -1;
443 ucaa.ucaa_bulkin = ed->bEndpointAddress;
446 ucaa.ucaa_bulkout = ed->bEndpointAddress;
450 if (ucaa.ucaa_bulkin == -1) {
456 if (ucaa.ucaa_bulkout == -1) {
463 ucaa.ucaa_portno = UCOM_UNK_PORTNO;
465 ucaa.ucaa_ibufsize = UPLCOMIBUFSIZE;
466 ucaa.ucaa_obufsize = UPLCOMOBUFSIZE;
467 ucaa.ucaa_ibufsizepad = UPLCOMIBUFSIZE;
468 ucaa.ucaa_opkthdrlen = 0;
469 ucaa.ucaa_device = dev;
470 ucaa.ucaa_iface = sc->sc_iface;
471 ucaa.ucaa_methods = &uplcom_methods;
472 ucaa.ucaa_arg = sc;
473 ucaa.ucaa_info = NULL;
486 ucaa.ucaa_bulkin, ucaa.ucaa_bulkout, sc->sc_intr_number, 0);
487 sc->sc_subdev = config_found(self, &ucaa, ucomprint,