Home
last modified time | relevance | path

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 Dusbai.c768 &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 Dusbai_util.c623 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 Dhubdi.c4581 &cfg_descr, USB_CFG_DESCR_SIZE); in hubd_get_hub_status()
4583 if (rval != USB_CFG_DESCR_SIZE) { in hubd_get_hub_status()
5792 USB_CFG_DESCR_SIZE, in hubd_get_this_config_cloud()
5814 USB_CFG_DESCR_SIZE); in hubd_get_this_config_cloud()
6018 ASSERT(size == USB_CFG_DESCR_SIZE); in hubd_ready_device()
8619 &cfg_descr, USB_CFG_DESCR_SIZE); in hubd_init_power_budget()
8621 if (size != USB_CFG_DESCR_SIZE) { in hubd_init_power_budget()
8755 &cfg_descr, USB_CFG_DESCR_SIZE); in usba_hubdi_check_power_budget()
8757 if (size != USB_CFG_DESCR_SIZE) { in usba_hubdi_check_power_budget()
8894 &cfg_descr, USB_CFG_DESCR_SIZE); in usba_hubdi_decr_power_budget()
[all …]
H A Dusbai_register.c481 USB_CFG_DESCR_SIZE); in usb_get_dev_data()
/illumos-gate/usr/src/uts/common/sys/usb/usba/
H A Dusba_private.h357 #define USB_CFG_DESCR_SIZE 9 /* configuration desc. size */ macro