Lines Matching defs:uaa
733 struct usb_attach_arg *uaa = aux;
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;
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;