Searched refs:DeviceState (Results 1 - 8 of 8) sorted by relevance
/vbox/src/VBox/HostDrivers/VBoxUSB/win/dev/ |
H A D | VBoxUsbPwr.cpp | 25 PowerState.DeviceState = PowerDeviceD0; 78 PwrState.DeviceState = pDevExt->DdiState.DevCaps.DeviceState[PwrState.SystemState]; 174 pDevExt->DdiState.PwrState.PowerState.DeviceState = pSl->Parameters.Power.State.DeviceState; 243 DEVICE_POWER_STATE enmDevPState = pSl->Parameters.Power.State.DeviceState; 246 if (enmDevPState >= pDevExt->DdiState.PwrState.PowerState.DeviceState) 309 DEVICE_POWER_STATE enmDevPState = pSl->Parameters.Power.State.DeviceState; 310 DEVICE_POWER_STATE enmCurDevPState = pDevExt->DdiState.PwrState.PowerState.DeviceState;
|
/vbox/src/recompiler/ |
H A D | cpu-common.h | 44 ram_addr_t qemu_ram_alloc_from_ptr(DeviceState *dev, const char *name, 46 ram_addr_t qemu_ram_alloc(DeviceState *dev, const char *name, ram_addr_t size);
|
H A D | qemu-common.h | 66 typedef struct DeviceState DeviceState; typedef in typeref:struct:DeviceState
|
H A D | exec.c | 3114 ram_addr_t qemu_ram_alloc_from_ptr(DeviceState *dev, const char *name, 3157 ram_addr_t qemu_ram_alloc(DeviceState *dev, const char *name, ram_addr_t size)
|
/vbox/src/VBox/Additions/common/VBoxGuest/ |
H A D | VBoxGuest-win-pnp.cpp | 412 switch (pIrpSp->Parameters.Power.State.DeviceState) 456 enmPowerAction, PowerState.SystemState, PowerState.DeviceState));
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/ddk/ |
H A D | wdm.h | 590 DEVICE_POWER_STATE DeviceState[PowerSystemMaximum]; member in struct:_DEVICE_CAPABILITIES 749 DEVICE_POWER_STATE DeviceState; member in union:_POWER_STATE
|
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/ddk/ |
H A D | wdm.h | 596 DEVICE_POWER_STATE DeviceState[PowerSystemMaximum]; member in struct:_DEVICE_CAPABILITIES 763 DEVICE_POWER_STATE DeviceState; member in union:_POWER_STATE
|
/vbox/src/recompiler/target-i386/ |
H A D | cpu.h | 771 struct DeviceState *apic_state;
|
Completed in 112 milliseconds