Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dhubdi.c737 int total_power = 0; in hubd_can_suspend() local
757 for (port = 1; (total_power == 0) && in hubd_can_suspend()
759 total_power += hubpm->hubp_child_pwrstate[port]; in hubd_can_suspend()
763 "hubd_can_suspend: %d", total_power); in hubd_can_suspend()
765 return (total_power ? USB_FAILURE : USB_SUCCESS); in hubd_can_suspend()