Searched defs:total_power (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dhubdi.c734 int total_power = 0; local
754 for (port = 1; (total_power == 0) &&
756 total_power += hubpm->hubp_child_pwrstate[port];
760 "hubd_can_suspend: %d", total_power);
762 return (total_power ? USB_FAILURE : USB_SUCCESS);

Completed in 68 milliseconds