Home
last modified time | relevance | path

Searched refs:USB_CFG_DESCR_SIZE (Results 1 – 5 of 5) sorted by relevance

/titanic_50/usr/src/uts/common/io/usb/usba/
H A Dusbai.c765 &cfg_descr, USB_CFG_DESCR_SIZE); in usb_handle_remote_wakeup()
766 ASSERT(rval == USB_CFG_DESCR_SIZE); in usb_handle_remote_wakeup()
816 &cfg_descr, USB_CFG_DESCR_SIZE); in usb_create_pm_components()
817 ASSERT(rval == USB_CFG_DESCR_SIZE); in usb_create_pm_components()
H A Dusbai_util.c622 USB_CFG_DESCR_SIZE, &confdescr, USB_CFG_DESCR_SIZE); in usba_sync_set_cfg()
625 ASSERT(size == USB_CFG_DESCR_SIZE); in usba_sync_set_cfg()
1062 USB_CFG_DESCR_SIZE, in usba_get_cfg_cloud()
1075 MBLKL(pdata), &cfg_descr, USB_CFG_DESCR_SIZE); in usba_get_cfg_cloud()
H A Dhubdi.c4432 &cfg_descr, USB_CFG_DESCR_SIZE); in hubd_get_hub_status()
4434 if (rval != USB_CFG_DESCR_SIZE) { in hubd_get_hub_status()
5517 confdescr = (usb_cfg_descr_t *)kmem_zalloc(USB_CFG_DESCR_SIZE, in hubd_get_this_config_cloud()
5530 USB_CFG_DESCR_SIZE, in hubd_get_this_config_cloud()
5538 if (MBLKL(pdata) != USB_CFG_DESCR_SIZE) { in hubd_get_this_config_cloud()
5552 USB_CFG_DESCR_SIZE); in hubd_get_this_config_cloud()
5567 if (confdescr->wTotalLength < USB_CFG_DESCR_SIZE) { in hubd_get_this_config_cloud()
5676 kmem_free(confdescr, USB_CFG_DESCR_SIZE); in hubd_get_this_config_cloud()
5754 child_ud->usb_cfg_array[config_index], USB_CFG_DESCR_SIZE, in hubd_ready_device()
5755 &config_descriptor, USB_CFG_DESCR_SIZE); in hubd_ready_device()
[all …]
H A Dusbai_register.c479 USB_CFG_DESCR_SIZE); in usb_get_dev_data()
/titanic_50/usr/src/uts/common/sys/usb/usba/
H A Dusba_private.h357 #define USB_CFG_DESCR_SIZE 9 /* configuration desc. size */ macro