/src/sys/dev/usb/ |
uipad.c | 128 struct usb_attach_arg *uaa = aux; local in function:uipad_match 131 return uipad_lookup(uaa->uaa_vendor, uaa->uaa_product) != NULL ? 139 struct usb_attach_arg *uaa = aux; local in function:uipad_attach 140 struct usbd_device * dev = uaa->uaa_device;
|
uipad.c | 128 struct usb_attach_arg *uaa = aux; local in function:uipad_match 131 return uipad_lookup(uaa->uaa_vendor, uaa->uaa_product) != NULL ? 139 struct usb_attach_arg *uaa = aux; local in function:uipad_attach 140 struct usbd_device * dev = uaa->uaa_device;
|
uberry.c | 154 struct usb_attach_arg *uaa = aux; local in function:uberry_match 157 return (uberry_lookup(uaa->uaa_vendor, uaa->uaa_product) != NULL ? 165 struct usb_attach_arg *uaa = aux; local in function:uberry_attach 166 struct usbd_device * dev = uaa->uaa_device; 182 if (uaa->uaa_product == USB_PRODUCT_RIM_BLACKBERRY_PEARL)
|
ubsa.c | 144 struct usb_attach_arg *uaa = aux; local in function:ubsa_match 146 return (ubsa_lookup(uaa->uaa_vendor, uaa->uaa_product) != NULL ? 154 struct usb_attach_arg *uaa = aux; local in function:ubsa_attach 155 struct usbd_device *dev = uaa->uaa_device; 189 sc->sc_quadumts = ubsa_lookup(uaa->uaa_vendor, uaa->uaa_product)->ubsa_quadumts;
|
umodeswitch.c | 366 struct usb_attach_arg *uaa = aux; local in function:umodeswitch_match 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) 461 struct usb_attach_arg *uaa = aux; local in function:umodeswitch_attach [all...] |
uberry.c | 154 struct usb_attach_arg *uaa = aux; local in function:uberry_match 157 return (uberry_lookup(uaa->uaa_vendor, uaa->uaa_product) != NULL ? 165 struct usb_attach_arg *uaa = aux; local in function:uberry_attach 166 struct usbd_device * dev = uaa->uaa_device; 182 if (uaa->uaa_product == USB_PRODUCT_RIM_BLACKBERRY_PEARL)
|
ubsa.c | 144 struct usb_attach_arg *uaa = aux; local in function:ubsa_match 146 return (ubsa_lookup(uaa->uaa_vendor, uaa->uaa_product) != NULL ? 154 struct usb_attach_arg *uaa = aux; local in function:ubsa_attach 155 struct usbd_device *dev = uaa->uaa_device; 189 sc->sc_quadumts = ubsa_lookup(uaa->uaa_vendor, uaa->uaa_product)->ubsa_quadumts;
|
umodeswitch.c | 366 struct usb_attach_arg *uaa = aux; local in function:umodeswitch_match 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) 461 struct usb_attach_arg *uaa = aux; local in function:umodeswitch_attach [all...] |
aubtfwl.c | 69 const struct usb_attach_arg * const uaa = aux; local in function:aubtfwl_match 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 in function:aubtfwl_attach 89 sc->sc_udev = uaa->uaa_device; 92 if (usb_lookup(ar3k12_devs, uaa->uaa_vendor, uaa->uaa_product) [all...] |
auvitek.c | 78 struct usb_attach_arg *uaa = opaque; local in function:auvitek_match 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 in function:auvitek_attach 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)
|
emdtv.c | 74 struct usb_attach_arg *uaa = opaque; local in function:emdtv_match 76 return usb_lookup(emdtv_devices, uaa->uaa_vendor, uaa->uaa_product) != NULL ? 84 struct usb_attach_arg *uaa = opaque; local in function:emdtv_attach 85 struct usbd_device *dev = uaa->uaa_device; 97 sc->sc_vendor = uaa->uaa_vendor; 98 sc->sc_product = uaa->uaa_product;
|
if_upl.c | 134 struct usb_attach_arg *uaa = aux; local in function:upl_match 136 return usb_lookup(sc_devs, uaa->uaa_vendor, uaa->uaa_product) != NULL ? 144 struct usb_attach_arg *uaa = aux; local in function:upl_attach 146 struct usbd_device * dev = uaa->uaa_device;
|
udsbr.c | 116 struct usb_attach_arg *uaa = aux; local in function:udsbr_match 120 if (uaa->uaa_vendor != USB_VENDOR_CYPRESS || 121 uaa->uaa_product != USB_PRODUCT_CYPRESS_FMRADIO) 130 struct usb_attach_arg *uaa = aux; local in function:udsbr_attach 131 struct usbd_device * dev = uaa->uaa_device;
|
aubtfwl.c | 69 const struct usb_attach_arg * const uaa = aux; local in function:aubtfwl_match 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 in function:aubtfwl_attach 89 sc->sc_udev = uaa->uaa_device; 92 if (usb_lookup(ar3k12_devs, uaa->uaa_vendor, uaa->uaa_product) [all...] |
auvitek.c | 78 struct usb_attach_arg *uaa = opaque; local in function:auvitek_match 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 in function:auvitek_attach 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)
|
emdtv.c | 74 struct usb_attach_arg *uaa = opaque; local in function:emdtv_match 76 return usb_lookup(emdtv_devices, uaa->uaa_vendor, uaa->uaa_product) != NULL ? 84 struct usb_attach_arg *uaa = opaque; local in function:emdtv_attach 85 struct usbd_device *dev = uaa->uaa_device; 97 sc->sc_vendor = uaa->uaa_vendor; 98 sc->sc_product = uaa->uaa_product;
|
if_upl.c | 134 struct usb_attach_arg *uaa = aux; local in function:upl_match 136 return usb_lookup(sc_devs, uaa->uaa_vendor, uaa->uaa_product) != NULL ? 144 struct usb_attach_arg *uaa = aux; local in function:upl_attach 146 struct usbd_device * dev = uaa->uaa_device;
|
udsbr.c | 116 struct usb_attach_arg *uaa = aux; local in function:udsbr_match 120 if (uaa->uaa_vendor != USB_VENDOR_CYPRESS || 121 uaa->uaa_product != USB_PRODUCT_CYPRESS_FMRADIO) 130 struct usb_attach_arg *uaa = aux; local in function:udsbr_attach 131 struct usbd_device * dev = uaa->uaa_device;
|
if_kue.c | 400 struct usb_attach_arg *uaa = aux; local in function:kue_match 404 return kue_lookup(uaa->uaa_vendor, uaa->uaa_product) != NULL ? 417 struct usb_attach_arg *uaa = aux; local in function:kue_attach 419 struct usbd_device * dev = uaa->uaa_device;
|
if_udav.c | 147 struct usb_attach_arg *uaa = aux; local in function:udav_match 149 return udav_lookup(uaa->uaa_vendor, uaa->uaa_product) != NULL ? 160 struct usb_attach_arg *uaa = aux; local in function:udav_attach 161 struct usbd_device *dev = uaa->uaa_device; 203 un->un_flags = udav_lookup(uaa->uaa_vendor, 204 uaa->uaa_product)->udav_flags;
|
uark.c | 109 struct usb_attach_arg *uaa = aux; local in function:uark_match 111 return (usb_lookup(uark_devs, uaa->uaa_vendor, uaa->uaa_product) 119 struct usb_attach_arg *uaa = aux; local in function:uark_attach 120 struct usbd_device *dev = uaa->uaa_device;
|
uep.c | 116 struct usb_attach_arg *uaa = aux; local in function:uep_match 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 in function:uep_attach 136 struct usbd_device *dev = uaa->uaa_device;
|
ugensa.c | 125 struct usb_attach_arg *uaa = aux; local in function:ugensa_match 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 in function:ugensa_attach 139 struct usbd_device *dev = uaa->uaa_device; 177 if (ugensa_lookup(uaa->uaa_vendor, uaa->uaa_product)->ugensa_flags & UNTESTED)
|
/src/sys/arch/evbmips/loongson/ |
gdium_machdep.c | 287 struct usb_attach_arg *uaa = aux; local in function:gdium_device_register 288 if (uaa->uaa_port == 3)
|
gdium_machdep.c | 287 struct usb_attach_arg *uaa = aux; local in function:gdium_device_register 288 if (uaa->uaa_port == 3)
|