Home
last modified time | relevance | path

Searched refs:usb_dev_descr (Results 1 – 14 of 14) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dusba.c1801 usb_dev_descr = usba_device->usb_dev_descr; in usba_ready_device_node()
1946 usb_dev_descr->idVendor, in usba_ready_device_node()
1953 usb_dev_descr->idVendor, in usba_ready_device_node()
2347 usb_dev_descr = child_ud->usb_dev_descr; in usba_ready_interface_association_node()
2438 usb_dev_descr->idVendor, in usba_ready_interface_association_node()
2447 usb_dev_descr->idVendor, in usba_ready_interface_association_node()
2592 usb_dev_descr = child_ud->usb_dev_descr; in usba_ready_interface_node()
2682 usb_dev_descr->idVendor, in usba_ready_interface_node()
2691 usb_dev_descr->idVendor, in usba_ready_interface_node()
2806 usb_dev_descr_t *usb_dev_descr = ud->usb_dev_descr; in usba_get_dev_string_descrs() local
[all …]
H A Dusbai_util.c398 usb_dev_descr_t *usb_dev_descr = NULL; in usb_get_dev_descr() local
406 usb_dev_descr = usba_device->usb_dev_descr; in usb_get_dev_descr()
410 return (usb_dev_descr); in usb_get_dev_descr()
777 usb_dev_descr_t *usb_dev_descr; in usb_get_if_number() local
789 usb_dev_descr = usba_device->usb_dev_descr; in usb_get_if_number()
1135 usb_dev_descr_t usb_dev_descr; in usb_check_same_device() local
1181 MBLKL(pdata), &usb_dev_descr, in usb_check_same_device()
1188 if (usb_dev_descr.bLength != length) { in usb_check_same_device()
1194 usb_dev_descr.idVendor) && in usb_check_same_device()
1196 usb_dev_descr.idProduct); in usb_check_same_device()
[all …]
H A Dhubdi.c1894 usb_dev_descr = child_ud->usb_dev_descr; in usba_hubdi_attach()
6179 bcopy(&usb_dev_descr, child_ud->usb_dev_descr, in hubd_create_child()
6284 &usb_dev_descr, in hubd_create_child()
6354 bcopy(&usb_dev_descr, child_ud->usb_dev_descr, in hubd_create_child()
6426 &usb_dev_descr, in hubd_create_child()
6452 bcopy(&usb_dev_descr, child_ud->usb_dev_descr, in hubd_create_child()
6465 usb_dev_descr.bLength, usb_dev_descr.bDescriptorType, in hubd_create_child()
6466 usb_dev_descr.bcdUSB, usb_dev_descr.bDeviceClass, in hubd_create_child()
6471 usb_dev_descr.idProduct, usb_dev_descr.bcdDevice, in hubd_create_child()
6472 usb_dev_descr.iManufacturer, usb_dev_descr.iProduct, in hubd_create_child()
[all …]
H A Dusba_bos.c247 if (ud->usb_dev_descr->bcdUSB <= 0x200) { in usba_get_binary_object_store()
H A Dusbai_pipe_mgmt.c546 maxpktsize = usba_device->usb_dev_descr->bMaxPacketSize0; in usba_init_pipe_handle()
H A Dusbai_register.c424 usb_reg->dev_descr = usba_device->usb_dev_descr; in usb_get_dev_data()
/illumos-gate/usr/src/cmd/mdb/common/modules/usba/
H A Dusb.c583 usb_dev_descr_t usb_dev_descr; in usba_device() local
595 if (mdb_vread(&usb_dev_descr, sizeof (usb_dev_descr), in usba_device()
596 (uintptr_t)usba_device_struct.usb_dev_descr) == -1) { in usba_device()
603 "usb_addr: 0x%02x\n", usb_dev_descr.idVendor, in usba_device()
604 usb_dev_descr.idProduct, usba_device_struct.usb_addr); in usba_device()
H A Dprtusb.c653 (uintptr_t)usb_dev.usb_dev_descr) != -1) { in prtusb()
712 prt_usb_desc((uintptr_t)usb_dev.usb_dev_descr, 18); in prtusb()
/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci_endpoint.c144 if (xd->xd_usbdev->usb_dev_descr != NULL) { in xhci_endpoint_setup_default_context()
145 mps = xd->xd_usbdev->usb_dev_descr->bMaxPacketSize0; in xhci_endpoint_setup_default_context()
152 if (xd->xd_usbdev->usb_dev_descr != NULL) { in xhci_endpoint_setup_default_context()
153 mps = xd->xd_usbdev->usb_dev_descr->bMaxPacketSize0; in xhci_endpoint_setup_default_context()
160 if (xd->xd_usbdev->usb_dev_descr != NULL) { in xhci_endpoint_setup_default_context()
161 mps = xd->xd_usbdev->usb_dev_descr->bMaxPacketSize0; in xhci_endpoint_setup_default_context()
207 desc = xd->xd_usbdev->usb_dev_descr->bMaxPacketSize0; in xhci_endpoint_update_default()
509 VERIFY(xd->xd_usbdev->usb_dev_descr != NULL); in xhci_endpoint_setup_context()
/illumos-gate/usr/src/uts/common/sys/usb/usba/
H A Dusba_types.h278 usb_dev_descr_t *usb_dev_descr; /* device descriptor */ member
405 _NOTE(DATA_READABLE_WITHOUT_LOCK(usba_device::usb_dev_descr))
/illumos-gate/usr/src/uts/common/io/usb/clients/usbskel/
H A Dusbskel.c1558 usb_dev_descr_t usb_dev_descr; in usbskel_check_same_device() local
1598 MBLKL(pdata), &usb_dev_descr, in usbskel_check_same_device()
1605 if (usb_dev_descr.bLength != USB_DEV_DESCR_SIZE) { in usbskel_check_same_device()
1610 (char *)&usb_dev_descr, USB_DEV_DESCR_SIZE) != 0) { in usbskel_check_same_device()
1619 usb_dev_descr.iSerialNumber, buf, in usbskel_check_same_device()
/illumos-gate/usr/src/man/man9s/
H A DMakefile88 usb_dev_descr.9s \
/illumos-gate/usr/src/uts/common/sys/usb/
H A Dusbai.h226 typedef struct usb_dev_descr { struct
587 struct usb_dev_descr *dev_descr; /* cooked device descriptor */
/illumos-gate/usr/src/pkg/manifests/
H A Ddriver-usb.p5m226 file path=usr/share/man/man9s/usb_dev_descr.9s