Searched refs:pDev (Results 226 - 250 of 425) sorted by relevance

1234567891011>>

/vbox/src/VBox/Devices/USB/
H A DVUSBInternal.h254 int vusbDevInit(PVUSBDEV pDev, PPDMUSBINS pUsbIns, const char *pszCaptureFilename);
256 void vusbDevDestroy(PVUSBDEV pDev);
258 DECLINLINE(bool) vusbDevIsRh(PVUSBDEV pDev) argument
260 return (pDev->pHub == (PVUSBHUB)pDev);
265 int vusbDevDetach(PVUSBDEV pDev);
266 DECLINLINE(PVUSBROOTHUB) vusbDevGetRh(PVUSBDEV pDev); variable
269 void vusbDevSetAddress(PVUSBDEV pDev, uint8_t u8Address);
270 bool vusbDevStandardRequest(PVUSBDEV pDev, int EndPt, PVUSBSETUP pSetup, void *pvBuf, uint32_t *pcbBuf);
290 int (*pfnAttach)(PVUSBHUB pHub, PVUSBDEV pDev);
473 PVUSBDEV pDev = pUrb->VUsb.pDev; local
533 vusbDevGetRh(PVUSBDEV pDev) argument
547 vusbDevGetState(PVUSBDEV pDev) argument
562 vusbDevSetState(PVUSBDEV pDev, VUSBDEVICESTATE enmState) argument
580 vusbDevSetStateCmp(PVUSBDEV pDev, VUSBDEVICESTATE enmStateNew, VUSBDEVICESTATE enmStateOld) argument
[all...]
H A DVUSBUrb.cpp163 * Note that pUrb->pUsbIns, pUrb->VUsb.pDev and pUrb->VUsb.pDev->pUsbIns can all be NULL.
167 PVUSBDEV pDev = pUrb->VUsb.pDev; /* Can be NULL when called from usbProxyConstruct and friends. */ local
168 PVUSBPIPE pPipe = &pDev->aPipes[pUrb->EndPt];
178 Log(("%s: %*s: pDev=%p[%s] rc=%s a=%i e=%u d=%s t=%s cb=%#x(%d) Ed=%08x cTds=%d Td0=%08x ts=%RU64 (%RU64 ns ago) %s\n",
180 pDev,
183 pDev ? pDev->u8Address : -1,
663 if (pDev)
841 PVUSBDEV pDev = pUrb->VUsb.pDev; local
860 PVUSBDEV pDev = pUrb->VUsb.pDev; local
879 PVUSBDEV pDev = pUrb->VUsb.pDev; local
920 PVUSBDEV pDev = pUrb->VUsb.pDev; local
947 PVUSBDEV pDev = pUrb->VUsb.pDev; local
995 PVUSBDEV pDev = pUrb->VUsb.pDev; local
1217 PVUSBDEV pDev = pUrb->VUsb.pDev; local
1254 PVUSBDEV pDev = pUrb->VUsb.pDev; local
1510 vusbMsgDoTransfer(PVUSBURB pUrb, PVUSBSETUP pSetup, PVUSBCTRLEXTRA pExtra, PVUSBPIPE pPipe, PVUSBDEV pDev) argument
1595 PVUSBDEV pDev = pUrb->VUsb.pDev; local
1851 PVUSBDEV pDev = pUrb->VUsb.pDev; local
1998 PVUSBDEV pDev = pUrb->VUsb.pDev; local
2036 vusbUrbDoReapAsyncDev(PVUSBDEV pDev, RTMSINTERVAL cMillies) argument
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/xpdm/
H A DVBoxDispVHWA.cpp24 static void VBoxDispVHWACommandFree(PVBOXDISPDEV pDev, VBOXVHWACMD* pCmd) argument
26 VBoxHGSMIBufferFree(&pDev->hgsmi.ctx, pCmd);
29 static void VBoxDispVHWACommandRetain(PVBOXDISPDEV pDev, VBOXVHWACMD* pCmd) argument
34 static void VBoxDispVHWACommandSubmitAsynchByEvent(PVBOXDISPDEV pDev, VBOXVHWACMD* pCmd, VBOXPEVENT pEvent) argument
39 VBoxDispVHWACommandRetain(pDev, pCmd);
43 VBoxHGSMIBufferSubmit(&pDev->hgsmi.ctx, pCmd);
48 pDev->vpAPI.VideoPortProcs.pfnSetEvent(pDev->vpAPI.pContext, pEvent);
51 VBoxDispVHWACommandRelease(pDev, pCmd);
54 static void VBoxDispVHWAHanldeVHWACmdCompletion(PVBOXDISPDEV pDev, VBVAHOSTCM argument
66 VBoxVHWAHostCommandHandler(PVBOXDISPDEV pDev, VBVAHOSTCMD * pCmd) argument
82 VBoxDispVHWAInit(PVBOXDISPDEV pDev) argument
96 VBoxDispVHWAEnable(PVBOXDISPDEV pDev) argument
125 VBoxDispVHWACommandCreate(PVBOXDISPDEV pDev, VBOXVHWACMD_TYPE enmCmd, VBOXVHWACMD_LENGTH cbCmd) argument
150 VBoxDispVHWACommandRelease(PVBOXDISPDEV pDev, VBOXVHWACMD* pCmd) argument
[all...]
H A DVBoxDispVHWA.h62 typedef DECLCALLBACK(void) FNVBOXVHWACMDCOMPLETION(PVBOXDISPDEV pDev, VBOXVHWACMD * pCmd, void * pContext);
65 void VBoxDispVHWAInit(PVBOXDISPDEV pDev);
66 int VBoxDispVHWAEnable(PVBOXDISPDEV pDev);
67 int VBoxDispVHWADisable(PVBOXDISPDEV pDev);
68 int VBoxDispVHWAInitHostInfo1(PVBOXDISPDEV pDev);
69 int VBoxDispVHWAInitHostInfo2(PVBOXDISPDEV pDev, DWORD *pFourCC);
71 VBOXVHWACMD* VBoxDispVHWACommandCreate(PVBOXDISPDEV pDev, VBOXVHWACMD_TYPE enmCmd, VBOXVHWACMD_LENGTH cbCmd);
72 void VBoxDispVHWACommandRelease(PVBOXDISPDEV pDev, VBOXVHWACMD* pCmd);
73 BOOL VBoxDispVHWACommandSubmit(PVBOXDISPDEV pDev, VBOXVHWACMD* pCmd);
74 void VBoxDispVHWACommandSubmitAsynch (PVBOXDISPDEV pDev, VBOXVHWACM
[all...]
H A DVBoxDispInternal.h124 int VBoxDispInitPointerCaps(PVBOXDISPDEV pDev, DEVINFO *pDevInfo);
125 int VBoxDispInitPointerAttrs(PVBOXDISPDEV pDev);
128 int VBoxDispInitPalette(PVBOXDISPDEV pDev, DEVINFO *pDevInfo);
129 void VBoxDispDestroyPalette(PVBOXDISPDEV pDev);
130 int VBoxDispSetPalette8BPP(PVBOXDISPDEV pDev);
133 int VBoxDispVBVAInit(PVBOXDISPDEV pDev);
134 void VBoxDispVBVAHostCommandComplete(PVBOXDISPDEV pDev, VBVAHOSTCMD *pCmd);
136 void vrdpReportDirtyRect(PVBOXDISPDEV pDev, RECTL *prcl);
137 void vbvaReportDirtyRect(PVBOXDISPDEV pDev, RECTL *prcl);
146 BOOL vrdpReportText(PVBOXDISPDEV pDev, VRDPCLIPRECT
[all...]
H A DVBoxDispDDrawVHWA.cpp23 static DECLCALLBACK(void) VBoxDispVHWASurfBltCompletion(PVBOXDISPDEV pDev, VBOXVHWACMD * pCmd, void * pContext) argument
32 VBoxDispVHWACommandRelease(pDev, pCmd);
35 static DECLCALLBACK(void) VBoxDispVHWASurfFlipCompletion(PVBOXDISPDEV pDev, VBOXVHWACMD * pCmd, void * pContext) argument
44 VBoxDispVHWACommandRelease(pDev, pCmd);
51 int VBoxDispVHWAUpdateDDHalInfo(PVBOXDISPDEV pDev, DD_HALINFO *pHalInfo) argument
53 if (!VBOXVHWA_CAP(pDev, VBOXVHWA_CAPS_BLT) && !VBOXVHWA_CAP(pDev, VBOXVHWA_CAPS_OVERLAY))
58 pHalInfo->ddCaps.dwCaps |= VBoxDispVHWAToDDCAPS(pDev->vhwa.caps);
59 if (VBOXVHWA_CAP(pDev, VBOXVHWA_CAPS_BLT))
67 pHalInfo->ddCaps.ddsCaps.dwCaps |= VBoxDispVHWAToDDSCAPS(pDev
160 PVBOXDISPDEV pDev = (PVBOXDISPDEV) lpSetColorKey->lpDD->dhpdev; local
213 PVBOXDISPDEV pDev = (PVBOXDISPDEV) lpBlt->lpDD->dhpdev; local
279 PVBOXDISPDEV pDev = (PVBOXDISPDEV) lpFlip->lpDD->dhpdev; local
359 PVBOXDISPDEV pDev = (PVBOXDISPDEV) lpGetBltStatus->lpDD->dhpdev; local
403 PVBOXDISPDEV pDev = (PVBOXDISPDEV) lpGetFlipStatus->lpDD->dhpdev; local
441 PVBOXDISPDEV pDev = (PVBOXDISPDEV) lpSetOverlayPosition->lpDD->dhpdev; local
497 PVBOXDISPDEV pDev = (PVBOXDISPDEV) lpUpdateOverlay->lpDD->dhpdev; local
[all...]
H A DVBoxDispDrawCmd.cpp85 PVBOXDISPDEV pDev = (PVBOXDISPDEV)__psoDest->dhpdev; \
87 if ( pDev->hgsmi.bSupported \
88 && VBoxVBVABufferBeginUpdate(&pDev->vbvaCtx, &pDev->hgsmi.ctx)) \
92 if ( pDev->vbvaCtx.pVBVA->hostFlags.u32HostEvents \
95 vrdpReset(pDev); \
97 pDev->vbvaCtx.pVBVA->hostFlags.u32HostEvents &= \
101 if (pDev->vbvaCtx.pVBVA->hostFlags.u32HostEvents \
107 VBoxVBVABufferEndUpdate(&pDev->vbvaCtx); \
116 PVBOXDISPDEV pDev local
182 ssbDiscardTopSlot(PVBOXDISPDEV pDev) argument
195 ssbDiscardUpperSlots(PVBOXDISPDEV pDev, ULONG_PTR ident) argument
369 PVBOXDISPDEV pDev = (PVBOXDISPDEV) pso->dhpdev; local
574 PVBOXDISPDEV pDev = ((PVBOXDISPDEV))psoDest->dhpdev; local
[all...]
/vbox/src/VBox/HostDrivers/VBoxNetFlt/linux/
H A DVBoxNetFlt-linux.c300 int (*pfnStartXmit)(struct sk_buff *pSkb, struct net_device *pDev);
318 * @param pDev The net device.
320 static int vboxNetFltLinuxStartXmitFilter(struct sk_buff *pSkb, struct net_device *pDev) argument
322 PVBOXNETDEVICEOPSOVERRIDE pOverride = (PVBOXNETDEVICEOPSOVERRIDE)pDev->OVR_OPS;
377 return pOverride->OVR_XMIT(pSkb, pDev);
384 * @param pDev The net device.
386 static void vboxNetFltLinuxHookDev(PVBOXNETFLTINS pThis, struct net_device *pDev) argument
391 if (!VALID_PTR(pDev->OVR_OPS))
396 pOverride->pOrgOps = pDev->OVR_OPS;
397 pOverride->Ops = *pDev
423 vboxNetFltLinuxUnhookDev(PVBOXNETFLTINS pThis, struct net_device *pDev) argument
511 vboxNetFltLinuxReleaseNetDev(PVBOXNETFLTINS pThis, struct net_device *pDev) argument
613 struct net_device *pDev; local
832 struct net_device *pDev; local
1459 struct net_device *pDev; local
1508 struct net_device * pDev = vboxNetFltLinuxRetainNetDev(pThis); local
1523 vboxNetFltIsTapDevice(PVBOXNETFLTINS pThis, struct net_device *pDev) argument
1546 vboxNetFltSetTapLinkState(PVBOXNETFLTINS pThis, struct net_device *pDev, bool fLinkUp) argument
1561 vboxNetFltSetTapLinkState(PVBOXNETFLTINS pThis, struct net_device *pDev, bool fLinkUp) argument
1575 vboxNetFltLinuxAttachToInterface(PVBOXNETFLTINS pThis, struct net_device *pDev) argument
1678 vboxNetFltLinuxUnregisterDevice(PVBOXNETFLTINS pThis, struct net_device *pDev) argument
1722 vboxNetFltLinuxDeviceIsUp(PVBOXNETFLTINS pThis, struct net_device *pDev) argument
1738 vboxNetFltLinuxDeviceGoingDown(PVBOXNETFLTINS pThis, struct net_device *pDev) argument
1764 vboxNetFltLinuxDeviceMtuChange(PVBOXNETFLTINS pThis, struct net_device *pDev) argument
1813 struct net_device *pDev = netdev_notifier_info_to_dev(ptr); local
1815 struct net_device *pDev = (struct net_device *)ptr; local
1866 struct net_device * pDev; local
1923 struct net_device * pDev; local
2020 struct net_device *pDev; local
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dmipointer.h34 Bool (*RealizeCursor) (DeviceIntPtr /* pDev */ ,
38 Bool (*UnrealizeCursor) (DeviceIntPtr /* pDev */ ,
42 void (*SetCursor) (DeviceIntPtr /* pDev */ ,
48 void (*MoveCursor) (DeviceIntPtr /* pDev */ ,
53 Bool (*DeviceCursorInitialize) (DeviceIntPtr /* pDev */ ,
56 void (*DeviceCursorCleanup) (DeviceIntPtr /* pDev */ ,
69 void (*WarpCursor) (DeviceIntPtr /*pDev */ ,
88 extern _X_EXPORT void miPointerWarpCursor(DeviceIntPtr /*pDev */ ,
95 miPointerGetScreen(DeviceIntPtr pDev);
97 miPointerSetScreen(DeviceIntPtr pDev, in
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dmipointer.h34 Bool (*RealizeCursor) (DeviceIntPtr /* pDev */ ,
38 Bool (*UnrealizeCursor) (DeviceIntPtr /* pDev */ ,
42 void (*SetCursor) (DeviceIntPtr /* pDev */ ,
48 void (*MoveCursor) (DeviceIntPtr /* pDev */ ,
53 Bool (*DeviceCursorInitialize) (DeviceIntPtr /* pDev */ ,
56 void (*DeviceCursorCleanup) (DeviceIntPtr /* pDev */ ,
69 void (*WarpCursor) (DeviceIntPtr /*pDev */ ,
88 extern _X_EXPORT void miPointerWarpCursor(DeviceIntPtr /*pDev */ ,
95 miPointerGetScreen(DeviceIntPtr pDev);
97 miPointerSetScreen(DeviceIntPtr pDev, in
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dmipointer.h70 DeviceIntPtr /* pDev */,
145 DeviceIntPtr pDev);
147 DeviceIntPtr pDev,
154 DeviceIntPtr pDev,
161 DeviceIntPtr pDev,
167 DeviceIntPtr pDev);
H A DdarwinKeyboard.h47 void DarwinKeyboardReload(DeviceIntPtr pDev);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dmipointer.h71 DeviceIntPtr /* pDev */,
146 DeviceIntPtr pDev);
148 DeviceIntPtr pDev,
155 DeviceIntPtr pDev,
162 DeviceIntPtr pDev,
168 DeviceIntPtr pDev);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Dmipointer.h35 DeviceIntPtr /* pDev */,
40 DeviceIntPtr /* pDev */,
45 DeviceIntPtr /* pDev */,
52 DeviceIntPtr /* pDev */,
58 DeviceIntPtr /* pDev */,
62 DeviceIntPtr /* pDev */,
78 DeviceIntPtr /*pDev*/,
84 DeviceIntPtr /* pDev */,
88 DeviceIntPtr /* pDev */,
107 DeviceIntPtr /*pDev*/,
[all...]
H A Dptrveloc.h114 GetDevicePredictableAccelData(DeviceIntPtr pDev);
121 AccelerationDefaultCleanup(DeviceIntPtr pDev);
124 acceleratePointerPredictable(DeviceIntPtr pDev, int first_valuator,
128 acceleratePointerLightweight(DeviceIntPtr pDev, int first_valuator,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Dmipointer.h35 DeviceIntPtr /* pDev */,
40 DeviceIntPtr /* pDev */,
45 DeviceIntPtr /* pDev */,
52 DeviceIntPtr /* pDev */,
58 DeviceIntPtr /* pDev */,
62 DeviceIntPtr /* pDev */,
78 DeviceIntPtr /*pDev*/,
84 DeviceIntPtr /* pDev */,
88 DeviceIntPtr /* pDev */,
107 DeviceIntPtr /*pDev*/,
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Dmipointer.h35 DeviceIntPtr /* pDev */,
40 DeviceIntPtr /* pDev */,
45 DeviceIntPtr /* pDev */,
52 DeviceIntPtr /* pDev */,
58 DeviceIntPtr /* pDev */,
62 DeviceIntPtr /* pDev */,
78 DeviceIntPtr /*pDev*/,
84 DeviceIntPtr /* pDev */,
88 DeviceIntPtr /* pDev */,
107 DeviceIntPtr /*pDev*/,
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Dmipointer.h35 DeviceIntPtr /* pDev */,
40 DeviceIntPtr /* pDev */,
45 DeviceIntPtr /* pDev */,
52 DeviceIntPtr /* pDev */,
58 DeviceIntPtr /* pDev */,
62 DeviceIntPtr /* pDev */,
78 DeviceIntPtr /*pDev*/,
84 DeviceIntPtr /* pDev */,
88 DeviceIntPtr /* pDev */,
107 DeviceIntPtr /*pDev*/,
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Dmipointer.h35 DeviceIntPtr /* pDev */,
40 DeviceIntPtr /* pDev */,
45 DeviceIntPtr /* pDev */,
52 DeviceIntPtr /* pDev */,
58 DeviceIntPtr /* pDev */,
62 DeviceIntPtr /* pDev */,
78 DeviceIntPtr /*pDev*/,
84 DeviceIntPtr /* pDev */,
88 DeviceIntPtr /* pDev */,
107 DeviceIntPtr /*pDev*/,
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Dmipointer.h35 DeviceIntPtr /* pDev */,
40 DeviceIntPtr /* pDev */,
45 DeviceIntPtr /* pDev */,
52 DeviceIntPtr /* pDev */,
58 DeviceIntPtr /* pDev */,
62 DeviceIntPtr /* pDev */,
78 DeviceIntPtr /*pDev*/,
84 DeviceIntPtr /* pDev */,
88 DeviceIntPtr /* pDev */,
107 DeviceIntPtr /*pDev*/,
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Dmipointer.h35 DeviceIntPtr /* pDev */,
40 DeviceIntPtr /* pDev */,
45 DeviceIntPtr /* pDev */,
52 DeviceIntPtr /* pDev */,
58 DeviceIntPtr /* pDev */,
62 DeviceIntPtr /* pDev */,
78 DeviceIntPtr /*pDev*/,
84 DeviceIntPtr /* pDev */,
88 DeviceIntPtr /* pDev */,
107 DeviceIntPtr /*pDev*/,
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Dmipointer.h34 Bool (*RealizeCursor) (DeviceIntPtr /* pDev */ ,
38 Bool (*UnrealizeCursor) (DeviceIntPtr /* pDev */ ,
42 void (*SetCursor) (DeviceIntPtr /* pDev */ ,
48 void (*MoveCursor) (DeviceIntPtr /* pDev */ ,
53 Bool (*DeviceCursorInitialize) (DeviceIntPtr /* pDev */ ,
56 void (*DeviceCursorCleanup) (DeviceIntPtr /* pDev */ ,
69 void (*WarpCursor) (DeviceIntPtr /*pDev */ ,
74 void (*EnqueueEvent) (DeviceIntPtr /* pDev */ ,
77 void (*NewEventScreen) (DeviceIntPtr /* pDev */ ,
95 extern _X_EXPORT void miPointerWarpCursor(DeviceIntPtr /*pDev */ ,
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Dmipointer.h34 Bool (*RealizeCursor) (DeviceIntPtr /* pDev */ ,
38 Bool (*UnrealizeCursor) (DeviceIntPtr /* pDev */ ,
42 void (*SetCursor) (DeviceIntPtr /* pDev */ ,
48 void (*MoveCursor) (DeviceIntPtr /* pDev */ ,
53 Bool (*DeviceCursorInitialize) (DeviceIntPtr /* pDev */ ,
56 void (*DeviceCursorCleanup) (DeviceIntPtr /* pDev */ ,
69 void (*WarpCursor) (DeviceIntPtr /*pDev */ ,
74 void (*EnqueueEvent) (DeviceIntPtr /* pDev */ ,
77 void (*NewEventScreen) (DeviceIntPtr /* pDev */ ,
95 extern _X_EXPORT void miPointerWarpCursor(DeviceIntPtr /*pDev */ ,
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Dmipointer.h34 Bool (*RealizeCursor) (DeviceIntPtr /* pDev */ ,
38 Bool (*UnrealizeCursor) (DeviceIntPtr /* pDev */ ,
42 void (*SetCursor) (DeviceIntPtr /* pDev */ ,
48 void (*MoveCursor) (DeviceIntPtr /* pDev */ ,
53 Bool (*DeviceCursorInitialize) (DeviceIntPtr /* pDev */ ,
56 void (*DeviceCursorCleanup) (DeviceIntPtr /* pDev */ ,
69 void (*WarpCursor) (DeviceIntPtr /*pDev */ ,
88 extern _X_EXPORT void miPointerWarpCursor(DeviceIntPtr /*pDev */ ,
95 miPointerGetScreen(DeviceIntPtr pDev);
97 miPointerSetScreen(DeviceIntPtr pDev, in
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A DdarwinKeyboard.h47 void DarwinKeyboardReload(DeviceIntPtr pDev);

Completed in 134 milliseconds

1234567891011>>