Home
last modified time | relevance | path

Searched refs:USBA_CFG_PWR_DESCR_SIZE (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dusbai.c853 &confpwr_descr, USBA_CFG_PWR_DESCR_SIZE); in usb_create_pm_components()
855 if (rval != USBA_CFG_PWR_DESCR_SIZE) { in usb_create_pm_components()
859 "expecting %d", rval, USBA_CFG_PWR_DESCR_SIZE); in usb_create_pm_components()
883 "expecting %d", rval, USBA_CFG_PWR_DESCR_SIZE); in usb_create_pm_components()
H A Dparser.c277 bcopy(&default_cfg_power, ret_descr, USBA_CFG_PWR_DESCR_SIZE); in usba_parse_cfg_pwr_descr()
/illumos-gate/usr/src/uts/common/sys/usb/usba/
H A Dusba_private.h358 #define USBA_CFG_PWR_DESCR_SIZE 18 /* configuration pwr desc. size */ macro