Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/usb/clients/hid/
H A Dhidvar.h139 int hid_pm_busy; /* device busy accounting */ member
/titanic_41/usr/src/uts/common/io/usb/clients/hid/
H A Dhid.c3027 hid_statep->hid_pm->hid_pm_busy++; in hid_pm_busy_component()
3031 hid_statep->hid_pm->hid_pm_busy); in hid_pm_busy_component()
3036 hid_statep->hid_pm->hid_pm_busy--; in hid_pm_busy_component()
3041 hid_statep->hid_pm->hid_pm_busy); in hid_pm_busy_component()
3058 ASSERT(hid_statep->hid_pm->hid_pm_busy > 0); in hid_pm_idle_component()
3059 hid_statep->hid_pm->hid_pm_busy--; in hid_pm_idle_component()
3064 hid_statep->hid_pm->hid_pm_busy); in hid_pm_idle_component()
3092 if (hidpm->hid_pm_busy != 0) { in hid_pwrlvl0()