Lines Matching defs:pInterface
1249 int vbvaVHWACommandCompleteAsync(PPDMIDISPLAYVBVACALLBACKS pInterface, PVBOXVHWACMD pCmd)
1256 PVGASTATE pVGAState = PPDMIDISPLAYVBVACALLBACKS_2_PVGASTATE(pInterface);
2648 #define IDISPLAYPORT_2_VGASTATE(pInterface) ( (PVGASTATE)((uintptr_t)pInterface - RT_OFFSETOF(VGASTATE, IPort)) )
2650 DECLCALLBACK(int) vbvaPortSendModeHint(PPDMIDISPLAYPORT pInterface, uint32_t cx,
2659 pThis = IDISPLAYPORT_2_VGASTATE(pInterface);
2668 DECLCALLBACK(void) vbvaPortReportHostCursorCapabilities(PPDMIDISPLAYPORT pInterface, uint32_t fCapabilitiesAdded,
2671 PVGASTATE pThis = IDISPLAYPORT_2_VGASTATE(pInterface);
2682 (PPDMIDISPLAYPORT pInterface, uint32_t x, uint32_t y)
2684 PVGASTATE pThis = IDISPLAYPORT_2_VGASTATE(pInterface);