Searched refs:uaa (Results 1 - 10 of 10) sorted by relevance

/haiku/src/libs/compat/freebsd_network/
H A Dusb_util.c20 struct usb_attach_arg *uaa; local
29 uaa = device_get_ivars(dev);
30 if (uaa == NULL) {
34 udev = uaa->device;
35 iface = uaa->iface;
H A Dfbsd_usb_lookup.c139 struct usb_attach_arg *uaa)
141 id = usbd_lookup_id_by_info(id, sizeof_id, &uaa->info);
144 uaa->driver_info = id->driver_info;
138 usbd_lookup_id_by_uaa(const struct usb_device_id *id, usb_size_t sizeof_id, struct usb_attach_arg *uaa) argument
H A Dusb.cpp118 get_usb_device_attach_arg(struct freebsd_usb_device* device, struct usb_attach_arg* uaa) argument
120 memset(uaa, 0, sizeof(struct usb_attach_arg));
127 uaa->info.idVendor = device_desc->vendor_id;
128 uaa->info.idProduct = device_desc->product_id;
129 uaa->info.bcdDevice = device_desc->device_version;
130 uaa->info.bDeviceClass = device_desc->device_class;
131 uaa->info.bDeviceSubClass = device_desc->device_subclass;
132 uaa->info.bDeviceProtocol = device_desc->device_protocol;
143 uaa->info.bInterfaceClass = iface->descr->interface_class;
144 uaa
[all...]
H A Ddriver.c41 struct usb_attach_arg uaa; member in struct:__anon16
219 struct usb_attach_arg uaa; local
220 status = get_usb_device_attach_arg(&udev, &uaa);
231 device_set_ivars(device, &uaa);
249 sProbedDevices[p].uaa = uaa;
250 sProbedDevices[p].uaa.device = &sProbedDevices[p].usb_dev;
335 device_set_ivars(device, &sProbedDevices[p].uaa);
H A Ddevice.h92 status_t get_usb_device_attach_arg(struct freebsd_usb_device* device, struct usb_attach_arg* uaa);
/haiku/src/add-ons/kernel/drivers/network/wlan/realtekwifi/dev/rtwn/usb/
H A Drtwn_usb_attach.c94 struct usb_attach_arg *uaa = device_get_ivars(self); local
96 if (uaa->usb_mode != USB_MODE_HOST)
98 if (uaa->info.bConfigIndex != RTWN_CONFIG_INDEX)
100 if (uaa->info.bIfaceIndex != RTWN_IFACE_INDEX)
103 return (usbd_lookup_id_by_uaa(rtwn_devs, sizeof(rtwn_devs), uaa));
380 struct usb_attach_arg *uaa = device_get_ivars(self); local
387 uc->uc_udev = uaa->device;
397 rtwn_usb_attach_private(uc, USB_GET_DRIVER_INFO(uaa));
/haiku/src/add-ons/kernel/drivers/network/wlan/ralinkwifi/dev/usb/wlan/
H A Dif_ural.c415 struct usb_attach_arg *uaa = device_get_ivars(self); local
417 if (uaa->usb_mode != USB_MODE_HOST)
419 if (uaa->info.bConfigIndex != 0)
421 if (uaa->info.bIfaceIndex != RAL_IFACE_INDEX)
424 return (usbd_lookup_id_by_uaa(ural_devs, sizeof(ural_devs), uaa));
430 struct usb_attach_arg *uaa = device_get_ivars(self); local
437 sc->sc_udev = uaa->device;
445 error = usbd_transfer_setup(uaa->device,
H A Dif_rum.c469 struct usb_attach_arg *uaa = device_get_ivars(self); local
471 if (uaa->usb_mode != USB_MODE_HOST)
473 if (uaa->info.bConfigIndex != 0)
475 if (uaa->info.bIfaceIndex != RT2573_IFACE_INDEX)
478 return (usbd_lookup_id_by_uaa(rum_devs, sizeof(rum_devs), uaa));
484 struct usb_attach_arg *uaa = device_get_ivars(self); local
492 sc->sc_udev = uaa->device;
500 error = usbd_transfer_setup(uaa->device, &iface_index,
H A Dif_run.c729 struct usb_attach_arg *uaa)
735 if (uaa->dev_state != UAA_DEV_READY)
744 if (usbd_lookup_id_by_uaa(run_devs, sizeof(run_devs), uaa))
747 uaa->dev_state = UAA_DEV_EJECTING;
771 struct usb_attach_arg *uaa = device_get_ivars(self); local
773 if (uaa->usb_mode != USB_MODE_HOST)
775 if (uaa->info.bConfigIndex != 0)
777 if (uaa->info.bIfaceIndex != RT2860_IFACE_INDEX)
780 return (usbd_lookup_id_by_uaa(run_devs, sizeof(run_devs), uaa));
787 struct usb_attach_arg *uaa local
728 run_autoinst(void *arg, struct usb_device *udev, struct usb_attach_arg *uaa) argument
[all...]
/haiku/src/libs/compat/freebsd_network/compat/dev/usb/
H A Dusbdi.h338 usb_size_t sizeof_id, struct usb_attach_arg *uaa);

Completed in 90 milliseconds