Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/usb/scsa2usb/
H A Dscsa2usb.c5572 if (scsa2usbp->scsa2usb_pm->scsa2usb_pm_busy != 0) { in scsa2usb_pwrlvl0()
5723 scsa2usbp->scsa2usb_pm->scsa2usb_pm_busy++; in scsa2usb_pm_busy_component()
5728 scsa2usbp->scsa2usb_pm->scsa2usb_pm_busy); in scsa2usb_pm_busy_component()
5735 ASSERT(scsa2usbp->scsa2usb_pm->scsa2usb_pm_busy > 0); in scsa2usb_pm_busy_component()
5736 scsa2usbp->scsa2usb_pm->scsa2usb_pm_busy--; in scsa2usb_pm_busy_component()
5741 scsa2usbp->scsa2usb_pm->scsa2usb_pm_busy); in scsa2usb_pm_busy_component()
5763 ASSERT(scsa2usbp->scsa2usb_pm->scsa2usb_pm_busy > 0); in scsa2usb_pm_idle_component()
5764 scsa2usbp->scsa2usb_pm->scsa2usb_pm_busy--; in scsa2usb_pm_idle_component()
5769 scsa2usbp->scsa2usb_pm->scsa2usb_pm_busy); in scsa2usb_pm_idle_component()
/titanic_41/usr/src/uts/common/sys/usb/scsa2usb/
H A Dscsa2usb.h232 int scsa2usb_pm_busy; member