| /src/sys/dev/usb/ |
| umodeswitch.c | 366 struct usb_attach_arg *uaa = aux; local 371 switch (uaa->uaa_vendor) { 373 if (uaa->uaa_product == USB_PRODUCT_HUAWEI_K3765) 376 switch (uaa->uaa_product) { 379 return u3g_huawei_k3765_reinit(uaa->uaa_device); 382 return u3g_huawei_e171_reinit(uaa->uaa_device); 385 return u3g_huawei_e353_reinit(uaa->uaa_device); 388 return u3g_huawei_reinit(uaa->uaa_device); 394 switch (uaa->uaa_product){ 397 return u3g_bulk_scsi_eject(uaa->uaa_device) 462 struct usb_attach_arg *uaa = aux; local [all...] |
| uberry.c | 154 struct usb_attach_arg *uaa = aux; local 157 return (uberry_lookup(uaa->uaa_vendor, uaa->uaa_product) != NULL ? 165 struct usb_attach_arg *uaa = aux; local 166 struct usbd_device * dev = uaa->uaa_device; 182 if (uaa->uaa_product == USB_PRODUCT_RIM_BLACKBERRY_PEARL)
|
| ugensa.c | 125 struct usb_attach_arg *uaa = aux; local 128 uaa->uaa_vendor, uaa->uaa_product)); 130 return ugensa_lookup(uaa->uaa_vendor, uaa->uaa_product) != NULL ? 138 struct usb_attach_arg *uaa = aux; local 139 struct usbd_device *dev = uaa->uaa_device; 177 if (ugensa_lookup(uaa->uaa_vendor, uaa->uaa_product)->ugensa_flags & UNTESTED)
|
| uipad.c | 128 struct usb_attach_arg *uaa = aux; local 131 return uipad_lookup(uaa->uaa_vendor, uaa->uaa_product) != NULL ? 139 struct usb_attach_arg *uaa = aux; local 140 struct usbd_device * dev = uaa->uaa_device;
|
| aubtfwl.c | 69 const struct usb_attach_arg * const uaa = aux; local 71 if (usb_lookup(ar3k_devs, uaa->uaa_vendor, uaa->uaa_product)) 74 if (usb_lookup(ar3k12_devs, uaa->uaa_vendor, uaa->uaa_product)) { 75 return (UGETW(uaa->uaa_device->ud_ddesc.bcdDevice) > 1)? 85 const struct usb_attach_arg * const uaa = aux; local 89 sc->sc_udev = uaa->uaa_device; 92 if (usb_lookup(ar3k12_devs, uaa->uaa_vendor, uaa->uaa_product) [all...] |
| ubsa.c | 144 struct usb_attach_arg *uaa = aux; local 146 return (ubsa_lookup(uaa->uaa_vendor, uaa->uaa_product) != NULL ? 154 struct usb_attach_arg *uaa = aux; local 155 struct usbd_device *dev = uaa->uaa_device; 189 sc->sc_quadumts = ubsa_lookup(uaa->uaa_vendor, uaa->uaa_product)->ubsa_quadumts;
|
| uipaq.c | 140 struct usb_attach_arg *uaa = aux; local 143 uaa->uaa_vendor, uaa->uaa_product)); 145 return uipaq_lookup(uaa->uaa_vendor, uaa->uaa_product) != NULL ? 153 struct usb_attach_arg *uaa = aux; local 154 struct usbd_device *dev = uaa->uaa_device; 191 sc->sc_flags = uipaq_lookup(uaa->uaa_vendor, uaa->uaa_product)->uv_flags;
|
| auvitek.c | 78 struct usb_attach_arg *uaa = opaque; local 82 if (auvitek_devices[i].vendor == uaa->uaa_vendor && 83 auvitek_devices[i].product == uaa->uaa_product) 94 struct usb_attach_arg *uaa = opaque; local 95 struct usbd_device *dev = uaa->uaa_device; 106 sc->sc_uport = uaa->uaa_port; 109 if (auvitek_devices[i].vendor == uaa->uaa_vendor && 110 auvitek_devices[i].product == uaa->uaa_product)
|
| uep.c | 116 struct usb_attach_arg *uaa = aux; local 118 if ((uaa->uaa_vendor == USB_VENDOR_EGALAX) && ( 119 (uaa->uaa_product == USB_PRODUCT_EGALAX_TPANEL) 120 || (uaa->uaa_product == USB_PRODUCT_EGALAX_TPANEL2))) 123 if ((uaa->uaa_vendor == USB_VENDOR_EGALAX2) 124 && (uaa->uaa_product == USB_PRODUCT_EGALAX2_TPANEL)) 135 struct usb_attach_arg *uaa = aux; local 136 struct usbd_device *dev = uaa->uaa_device;
|
| usb_subr.c | 1050 struct usb_attach_arg uaa; local 1054 uaa.uaa_device = dev; 1055 uaa.uaa_usegeneric = 0; 1056 uaa.uaa_port = 0; 1057 uaa.uaa_vendor = UGETW(dd->idVendor); 1058 uaa.uaa_product = UGETW(dd->idProduct); 1059 uaa.uaa_release = UGETW(dd->bcdDevice); 1060 uaa.uaa_class = dd->bDeviceClass; 1061 uaa.uaa_subclass = dd->bDeviceSubClass; 1062 uaa.uaa_proto = dd->bDeviceProtocol 1133 struct usb_attach_arg uaa; local 1693 struct usb_attach_arg *uaa = aux; local [all...] |
| uvisor.c | 201 struct usb_attach_arg *uaa = aux; local 204 uaa->uaa_vendor, uaa->uaa_product)); 206 return uvisor_lookup(uaa->uaa_vendor, uaa->uaa_product) != NULL ? 214 struct usb_attach_arg *uaa = aux; local 215 struct usbd_device *dev = uaa->uaa_device; 254 sc->sc_flags = uvisor_lookup(uaa->uaa_vendor, uaa->uaa_product)->uv_flags;
|
| if_upl.c | 134 struct usb_attach_arg *uaa = aux; local 136 return usb_lookup(sc_devs, uaa->uaa_vendor, uaa->uaa_product) != NULL ? 144 struct usb_attach_arg *uaa = aux; local 146 struct usbd_device * dev = uaa->uaa_device;
|
| udsbr.c | 116 struct usb_attach_arg *uaa = aux; local 120 if (uaa->uaa_vendor != USB_VENDOR_CYPRESS || 121 uaa->uaa_product != USB_PRODUCT_CYPRESS_FMRADIO) 130 struct usb_attach_arg *uaa = aux; local 131 struct usbd_device * dev = uaa->uaa_device;
|
| emdtv.c | 74 struct usb_attach_arg *uaa = opaque; local 76 return usb_lookup(emdtv_devices, uaa->uaa_vendor, uaa->uaa_product) != NULL ? 84 struct usb_attach_arg *uaa = opaque; local 85 struct usbd_device *dev = uaa->uaa_device; 97 sc->sc_vendor = uaa->uaa_vendor; 98 sc->sc_product = uaa->uaa_product;
|
| uark.c | 109 struct usb_attach_arg *uaa = aux; local 111 return (usb_lookup(uark_devs, uaa->uaa_vendor, uaa->uaa_product) 119 struct usb_attach_arg *uaa = aux; local 120 struct usbd_device *dev = uaa->uaa_device;
|
| if_aue.c | 733 struct usb_attach_arg *uaa = aux; local 745 if (uaa->uaa_vendor == USB_VENDOR_BELKIN && 746 uaa->uaa_product == USB_PRODUCT_BELKIN_USB2LAN) { 749 dd = usbd_get_device_descriptor(uaa->uaa_device); 755 return aue_lookup(uaa->uaa_vendor, uaa->uaa_product) != NULL ? 769 struct usb_attach_arg *uaa = aux; local 771 struct usbd_device *dev = uaa->uaa_device; 785 devinfop = usbd_devinfo_alloc(uaa->uaa_device, 0); 818 un->un_flags = aue_lookup(uaa->uaa_vendor, uaa->uaa_product)->aue_flags [all...] |
| if_mos.c | 559 struct usb_attach_arg *uaa = aux; local 561 return (mos_lookup(uaa->uaa_vendor, uaa->uaa_product) != NULL ? 573 struct usb_attach_arg *uaa = aux; local 574 struct usbd_device *dev = uaa->uaa_device; 611 un->un_flags = mos_lookup(uaa->uaa_vendor, uaa->uaa_product)->mos_flags;
|
| if_udav.c | 147 struct usb_attach_arg *uaa = aux; local 149 return udav_lookup(uaa->uaa_vendor, uaa->uaa_product) != NULL ? 160 struct usb_attach_arg *uaa = aux; local 161 struct usbd_device *dev = uaa->uaa_device; 203 un->un_flags = udav_lookup(uaa->uaa_vendor, 204 uaa->uaa_product)->udav_flags;
|
| if_url.c | 149 struct usb_attach_arg *uaa = aux; local 151 return url_lookup(uaa->uaa_vendor, uaa->uaa_product) != NULL ? 160 struct usb_attach_arg *uaa = aux; local 161 struct usbd_device *dev = uaa->uaa_device; 203 un->un_flags = url_lookup(uaa->uaa_vendor, uaa->uaa_product)->url_flags;
|
| umct.c | 161 struct usb_attach_arg *uaa = aux; local 163 return umct_lookup(uaa->uaa_vendor, uaa->uaa_product) != NULL ? 171 struct usb_attach_arg *uaa = aux; local 172 struct usbd_device *dev = uaa->uaa_device; 193 sc->sc_product = uaa->uaa_product;
|
| if_cue.c | 447 struct usb_attach_arg *uaa = aux; local 449 return cue_lookup(uaa->uaa_vendor, uaa->uaa_product) != NULL ? 462 struct usb_attach_arg *uaa = aux; local 464 struct usbd_device * dev = uaa->uaa_device;
|
| if_kue.c | 400 struct usb_attach_arg *uaa = aux; local 404 return kue_lookup(uaa->uaa_vendor, uaa->uaa_product) != NULL ? 417 struct usb_attach_arg *uaa = aux; local 419 struct usbd_device * dev = uaa->uaa_device;
|
| usscanner.c | 167 struct usb_attach_arg *uaa = aux; local 171 if (uaa->uaa_vendor == USB_VENDOR_HP && 172 uaa->uaa_product == USB_PRODUCT_HP_5300C) 182 struct usb_attach_arg *uaa = aux; local 183 struct usbd_device * dev = uaa->uaa_device;
|
| uvscom.c | 225 struct usb_attach_arg *uaa = aux; local 227 return uvscom_lookup(uaa->uaa_vendor, uaa->uaa_product) != NULL ? 235 struct usb_attach_arg *uaa = aux; local 236 struct usbd_device *dev = uaa->uaa_device;
|
| /src/sys/arch/evbmips/loongson/ |
| gdium_machdep.c | 287 struct usb_attach_arg *uaa = aux; local 288 if (uaa->uaa_port == 3)
|