Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/sys/usb/hubd/
H A Dhubdvar.h146 hub_power_t *h_hubpm; /* pointer to power struct */ member
263 hubd::h_hubpm
/titanic_44/usr/src/uts/common/io/usb/usba/
H A Dhubdi.c628 if (hubd->h_hubpm != NULL) { in hubd_pm_busy_component()
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()
647 if (hubd->h_hubpm != NULL) { in hubd_pm_idle_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()
677 hubpm = hubd->h_hubpm; in hubd_set_child_pwrlvl()
685 pwr = hubd->h_hubpm->hubp_child_pwrstate[port]; in hubd_set_child_pwrlvl()
[all …]