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

/vbox/src/VBox/Devices/PC/
H A DDrvACPI.cpp121 * @param pPowerSource Pointer to the power source result variable.
124 PDMACPIPOWERSOURCE *pPowerSource)
136 *pPowerSource = PDM_ACPI_POWER_SOURCE_BATTERY;
141 *pPowerSource = PDM_ACPI_POWER_SOURCE_OUTLET;
146 *pPowerSource = PDM_ACPI_POWER_SOURCE_UNKNOWN;
153 *pPowerSource = PDM_ACPI_POWER_SOURCE_UNKNOWN;
159 *pPowerSource = pThis->enmPowerSource;
163 *pPowerSource = PDM_ACPI_POWER_SOURCE_UNKNOWN;
193 *pPowerSource = PDM_ACPI_POWER_SOURCE_OUTLET;
196 *pPowerSource
123 drvACPIQueryPowerSource(PPDMIACPICONNECTOR pInterface, PDMACPIPOWERSOURCE *pPowerSource) argument
[all...]

Completed in 38 milliseconds