Searched refs:USB_CFG_DESCR_SIZE (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/uts/common/io/usb/usba/ |
H A D | usbai.c | 768 &cfg_descr, USB_CFG_DESCR_SIZE); in usb_handle_remote_wakeup() 769 ASSERT(rval == USB_CFG_DESCR_SIZE); in usb_handle_remote_wakeup() 819 &cfg_descr, USB_CFG_DESCR_SIZE); in usb_create_pm_components() 820 ASSERT(rval == USB_CFG_DESCR_SIZE); in usb_create_pm_components()
|
H A D | usbai_util.c | 623 USB_CFG_DESCR_SIZE, &confdescr, USB_CFG_DESCR_SIZE); in usba_sync_set_cfg() 626 ASSERT(size == USB_CFG_DESCR_SIZE); in usba_sync_set_cfg() 1063 USB_CFG_DESCR_SIZE, in usba_get_cfg_cloud() 1076 MBLKL(pdata), &cfg_descr, USB_CFG_DESCR_SIZE); in usba_get_cfg_cloud()
|
H A D | hubdi.c | 4581 &cfg_descr, USB_CFG_DESCR_SIZE); in hubd_get_hub_status() 4583 if (rval != USB_CFG_DESCR_SIZE) { in hubd_get_hub_status() 5779 confdescr = (usb_cfg_descr_t *)kmem_zalloc(USB_CFG_DESCR_SIZE, in hubd_get_this_config_cloud() 5792 USB_CFG_DESCR_SIZE, in hubd_get_this_config_cloud() 5800 if (MBLKL(pdata) != USB_CFG_DESCR_SIZE) { in hubd_get_this_config_cloud() 5814 USB_CFG_DESCR_SIZE); in hubd_get_this_config_cloud() 5829 if (confdescr->wTotalLength < USB_CFG_DESCR_SIZE) { in hubd_get_this_config_cloud() 5938 kmem_free(confdescr, USB_CFG_DESCR_SIZE); in hubd_get_this_config_cloud() 6016 child_ud->usb_cfg_array[config_index], USB_CFG_DESCR_SIZE, in hubd_ready_device() 6017 &config_descriptor, USB_CFG_DESCR_SIZE); in hubd_ready_device() [all …]
|
H A D | usbai_register.c | 481 USB_CFG_DESCR_SIZE); in usb_get_dev_data()
|
/illumos-gate/usr/src/uts/common/sys/usb/usba/ |
H A D | usba_private.h | 357 #define USB_CFG_DESCR_SIZE 9 /* configuration desc. size */ macro
|