Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/usb/clients/video/usbvc/
H A Dusbvc_var.h49 int usbvc_pm_busy; member
/illumos-gate/usr/src/uts/common/io/usb/clients/video/usbvc/
H A Dusbvc.c1284 usbvcp->usbvc_pm->usbvc_pm_busy++; in usbvc_pm_busy_component()
1292 usbvcp->usbvc_pm->usbvc_pm_busy); in usbvc_pm_busy_component()
1294 usbvcp->usbvc_pm->usbvc_pm_busy--; in usbvc_pm_busy_component()
1315 ASSERT(usbvcp->usbvc_pm->usbvc_pm_busy > 0); in usbvc_pm_idle_component()
1316 usbvcp->usbvc_pm->usbvc_pm_busy--; in usbvc_pm_idle_component()
1322 usbvcp->usbvc_pm->usbvc_pm_busy); in usbvc_pm_idle_component()
1342 if (usbvcp->usbvc_pm->usbvc_pm_busy != 0) { in usbvc_pwrlvl0()