Searched refs:usbvc_pm_busy (Results 1 – 2 of 2) sorted by relevance
49 int usbvc_pm_busy; member
1281 usbvcp->usbvc_pm->usbvc_pm_busy++; in usbvc_pm_busy_component()1289 usbvcp->usbvc_pm->usbvc_pm_busy); in usbvc_pm_busy_component()1291 usbvcp->usbvc_pm->usbvc_pm_busy--; in usbvc_pm_busy_component()1312 ASSERT(usbvcp->usbvc_pm->usbvc_pm_busy > 0); in usbvc_pm_idle_component()1313 usbvcp->usbvc_pm->usbvc_pm_busy--; in usbvc_pm_idle_component()1319 usbvcp->usbvc_pm->usbvc_pm_busy); in usbvc_pm_idle_component()1339 if (usbvcp->usbvc_pm->usbvc_pm_busy != 0) { in usbvc_pwrlvl0()