Searched refs:PPDMIACPICONNECTOR (Results 1 - 3 of 3) sorted by relevance

/vbox/include/VBox/vmm/
H A Dpdmifs.h2350 typedef struct PDMIACPICONNECTOR *PPDMIACPICONNECTOR; typedef in typeref:struct:PDMIACPICONNECTOR
2364 DECLR3CALLBACKMEMBER(int, pfnQueryPowerSource,(PPDMIACPICONNECTOR, PPDMACPIPOWERSOURCE penmPowerSource));
2376 DECLR3CALLBACKMEMBER(int, pfnQueryBatteryStatus,(PPDMIACPICONNECTOR, bool *pfPresent, PPDMACPIBATCAPACITY penmRemainingCapacity,
/vbox/src/VBox/Devices/PC/
H A DDrvACPI.cpp123 static DECLCALLBACK(int) drvACPIQueryPowerSource(PPDMIACPICONNECTOR pInterface,
233 static DECLCALLBACK(int) drvACPIQueryBatteryStatus(PPDMIACPICONNECTOR pInterface, bool *pfPresent,
H A DDevACPI.cpp327 R3PTRTYPE(PPDMIACPICONNECTOR) pDrv;

Completed in 48 milliseconds