Lines Matching defs:ucaa
162 struct ucom_attach_args ucaa;
198 ucaa.ucaa_ibufsize = UIPAQIBUFSIZE;
199 ucaa.ucaa_obufsize = UIPAQOBUFSIZE;
200 ucaa.ucaa_ibufsizepad = UIPAQIBUFSIZE;
201 ucaa.ucaa_opkthdrlen = 0;
202 ucaa.ucaa_device = dev;
203 ucaa.ucaa_iface = iface;
204 ucaa.ucaa_methods = &uipaq_methods;
205 ucaa.ucaa_arg = sc;
206 ucaa.ucaa_portno = UCOM_UNK_PORTNO;
207 ucaa.ucaa_info = "Generic";
218 ucaa.ucaa_bulkin = ucaa.ucaa_bulkout = -1;
228 ucaa.ucaa_bulkin = ed->bEndpointAddress;
231 ucaa.ucaa_bulkout = ed->bEndpointAddress;
234 if (ucaa.ucaa_bulkin == -1 || ucaa.ucaa_bulkout == -1) {
236 ucaa.ucaa_bulkin, ucaa.ucaa_bulkout);
240 sc->sc_subdev = config_found(self, &ucaa, ucomprint,