Searched refs:hubp_busy_pm (Results 1 – 2 of 2) sorted by relevance
90 int hubp_busy_pm; /* device busy accounting */ member
629 hubd->h_hubpm->hubp_busy_pm++; in hubd_pm_busy_component()633 hubd->h_hubpm->hubp_busy_pm--; in hubd_pm_busy_component()638 "hubd_pm_busy_component: %d", hubd->h_hubpm->hubp_busy_pm); in hubd_pm_busy_component()651 ASSERT(hubd->h_hubpm->hubp_busy_pm > 0); in hubd_pm_idle_component()652 hubd->h_hubpm->hubp_busy_pm--; in hubd_pm_idle_component()657 "hubd_pm_idle_component: %d", hubd->h_hubpm->hubp_busy_pm); in hubd_pm_idle_component()1628 if (hubd->h_hotplug_thread || hubd->h_hubpm->hubp_busy_pm || in hubd_pwrlvl0()