Searched defs:PowerStates (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/HostDrivers/VBoxUSB/solaris/
H A DVBoxUSB-solaris.c268 uint_t PowerStates; /* Bit mask of the power states */ member in struct:vboxusb_power_t
1047 if (!USB_DEV_PWRSTATE_OK(pState->pPower->PowerStates, Level))
1397 uint_t PowerStates; local
1398 rc = usb_create_pm_components(pState->pDip, &PowerStates);
1403 pState->pPower->PowerStates = PowerStates;

Completed in 68 milliseconds