Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/sys/usb/usba/
H A Dusba_private.h360 #define USBA_IF_PWR_DESCR_SIZE 15 /* interface pwr descr size */ macro
/titanic_44/usr/src/uts/common/io/usb/usba/
H A Dusbai.c873 USBA_IF_PWR_DESCR_SIZE); in usb_create_pm_components()
875 if (rval != USBA_IF_PWR_DESCR_SIZE) { in usb_create_pm_components()
H A Dparser.c414 bcopy(&default_if_power, ret_descr, USBA_IF_PWR_DESCR_SIZE); in usba_parse_if_pwr_descr()