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

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

Completed in 70 milliseconds