HomeSort by: relevance | last modified time | path
    Searched defs:uaa (Results 1 - 25 of 52) sorted by relevancy

1 2 3

  /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;
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;
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)
uipaq.c 140 struct usb_attach_arg *uaa = aux; local in function:uipaq_match
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 in function:uipaq_attach
154 struct usbd_device *dev = uaa->uaa_device;
191 sc->sc_flags = uipaq_lookup(uaa->uaa_vendor, uaa->uaa_product)->uv_flags;
if_url.c 149 struct usb_attach_arg *uaa = aux; local in function:url_match
151 return url_lookup(uaa->uaa_vendor, uaa->uaa_product) != NULL ?
160 struct usb_attach_arg *uaa = aux; local in function:url_attach
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 in function:umct_match
163 return umct_lookup(uaa->uaa_vendor, uaa->uaa_product) != NULL ?
171 struct usb_attach_arg *uaa = aux; local in function:umct_attach
172 struct usbd_device *dev = uaa->uaa_device;
193 sc->sc_product = uaa->uaa_product;
usscanner.c 167 struct usb_attach_arg *uaa = aux; local in function:usscanner_match
171 if (uaa->uaa_vendor == USB_VENDOR_HP &&
172 uaa->uaa_product == USB_PRODUCT_HP_5300C)
182 struct usb_attach_arg *uaa = aux; local in function:usscanner_attach
183 struct usbd_device * dev = uaa->uaa_device;
uvisor.c 201 struct usb_attach_arg *uaa = aux; local in function:uvisor_match
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 in function:uvisor_attach
215 struct usbd_device *dev = uaa->uaa_device;
254 sc->sc_flags = uvisor_lookup(uaa->uaa_vendor, uaa->uaa_product)->uv_flags;
if_mos.c 559 struct usb_attach_arg *uaa = aux; local in function:mos_match
561 return (mos_lookup(uaa->uaa_vendor, uaa->uaa_product) != NULL ?
573 struct usb_attach_arg *uaa = aux; local in function:mos_attach
574 struct usbd_device *dev = uaa->uaa_device;
611 un->un_flags = mos_lookup(uaa->uaa_vendor, uaa->uaa_product)->mos_flags;
if_axen.c 566 struct usb_attach_arg *uaa = aux; local in function:axen_match
568 return axen_lookup(uaa->uaa_vendor, uaa->uaa_product) != NULL ?
577 struct usb_attach_arg *uaa = aux; local in function:axen_attach
578 struct usbd_device *dev = uaa->uaa_device;
608 axen_lookup(uaa->uaa_vendor, uaa->uaa_product)->axen_flags;
umcs.c 178 struct usb_attach_arg *uaa = aux; local in function:umcs7840_match
180 return umcs7840_lookup(uaa->uaa_vendor, uaa->uaa_product) != NULL ?
188 struct usb_attach_arg *uaa = aux; local in function:umcs7840_attach
189 struct usbd_device *dev = uaa->uaa_device;
198 sc->sc_udev = uaa->uaa_device;
234 if (uaa->uaa_product == USB_PRODUCT_MOSCHIP_MCS7810)
if_smsc.c 745 struct usb_attach_arg *uaa = aux; local in function:smsc_match
747 return (usb_lookup(smsc_devs, uaa->uaa_vendor, uaa->uaa_product) != NULL) ?
757 struct usb_attach_arg *uaa = aux; local in function:smsc_attach
758 struct usbd_device *dev = uaa->uaa_device;
uhub.c 279 struct usb_attach_arg *uaa = aux; local in function:uhub_match
289 DPRINTFN(5, "uaa=%#jx", (uintptr_t)uaa, 0, 0, 0);
294 if (uaa->uaa_class == UDCLASS_HUB)
303 struct usb_attach_arg *uaa = aux; local in function:uhub_attach
304 struct usbd_device *dev = uaa->uaa_device;
322 sc->sc_proto = uaa->uaa_proto;
  /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)

Completed in 28 milliseconds

1 2 3