/vbox/src/VBox/Devices/USB/vrdp/ |
H A D | USBProxyDevice-vrdp.cpp | 86 static DECLCALLBACK(int) usbProxyVrdpReset(PUSBPROXYDEV pProxyDev, bool fResetOnLinux) argument
|
/vbox/src/VBox/Devices/USB/win/ |
H A D | USBProxyDevice-win.cpp | 244 static DECLCALLBACK(int) usbProxyWinReset(PUSBPROXYDEV pProxyDev, bool fResetOnLinux) argument
|
/vbox/src/VBox/Devices/USB/ |
H A D | DrvVUSBRootHub.cpp | 728 static DECLCALLBACK(int) vusbRhDevReset(PVUSBIDEVICE pInterface, bool fResetOnLinux, PFNVUSBRESETDONE pfnDone, void *pvUser, PVM pVM) argument 732 return pRh->pIRhPort->pfnReset(pRh->pIRhPort, fResetOnLinux); /** @todo change rc from bool to vbox status everywhere! */
|
H A D | USBProxyDevice.cpp | 528 static DECLCALLBACK(int) usbProxyDevReset(PPDMUSBINS pUsbIns, bool fResetOnLinux) argument 538 return pProxyDev->pOps->pfnReset(pProxyDev, fResetOnLinux);
|
H A D | VUSBDevice.cpp | 1371 static int vusbDevResetWorker(PVUSBDEV pDev, bool fResetOnLinux, bool fUseTimer, PVUSBRESETARGS pArgs) argument 1377 rc = pDev->pUsbIns->pReg->pfnUsbReset(pDev->pUsbIns, fResetOnLinux); 1418 * @param fResetOnLinux Whether it's safe to reset the device(s) on a linux 1426 DECLCALLBACK(int) vusbIDeviceReset(PVUSBIDEVICE pDevice, bool fResetOnLinux, PFNVUSBRESETDONE pfnDone, void *pvUser, PVM pVM) argument 1461 int rc = vusbDevIoThreadExec(pDev, 0 /* fFlags */, (PFNRT)vusbDevResetWorker, 4, pDev, fResetOnLinux, true, pArgs); 1473 int rc = vusbDevResetWorker(pDev, fResetOnLinux, false, NULL);
|
H A D | DevOHCI.cpp | 1054 * @param fResetOnLinux This is used to indicate whether we're at VM reset time and 1060 static DECLCALLBACK(int) ohciRhReset(PVUSBIROOTHUBPORT pInterface, bool fResetOnLinux) argument 1086 if (fResetOnLinux) 1089 VUSBIDevReset(pThis->RootHub.aPorts[iPort].pDev, fResetOnLinux, ohciRhResetDoneOneDev, pThis, pVM); 1110 * @param fResetOnLinux Set if we can do a real reset of the devices attached to the root hub. 1120 static void ohciDoReset(POHCI pThis, uint32_t fNewMode, bool fResetOnLinux) argument 1123 fResetOnLinux ? " (reset on linux)" : "")); 1175 VUSBIDevReset(pThis->RootHub.pIDev, fResetOnLinux, NULL, NULL, NULL);
|
/vbox/src/VBox/Devices/USB/os2/ |
H A D | USBProxyDevice-os2.cpp | 604 static int usbProxyOs2Reset(PUSBPROXYDEV pProxyDev, bool fResetOnLinux) argument
|
/vbox/src/VBox/Devices/Input/ |
H A D | UsbKbd.cpp | 1199 static DECLCALLBACK(int) usbHidUsbReset(PPDMUSBINS pUsbIns, bool fResetOnLinux) argument
|
H A D | UsbMouse.cpp | 2270 static DECLCALLBACK(int) usbHidUsbReset(PPDMUSBINS pUsbIns, bool fResetOnLinux) argument
|
/vbox/src/VBox/Devices/Storage/ |
H A D | UsbMsd.cpp | 2034 static DECLCALLBACK(int) usbMsdUsbReset(PPDMUSBINS pUsbIns, bool fResetOnLinux) argument
|
/vbox/src/VBox/Devices/USB/darwin/ |
H A D | USBProxyDevice-darwin.cpp | 1423 static DECLCALLBACK(int) usbProxyDarwinReset(PUSBPROXYDEV pProxyDev, bool fResetOnLinux) argument
|
/vbox/src/VBox/Devices/USB/usbip/ |
H A D | USBProxyDevice-usbip.cpp | 828 static DECLCALLBACK(int) usbProxyUsbIpReset(PUSBPROXYDEV pProxyDev, bool fResetOnLinux) argument
|
/vbox/include/VBox/ |
H A D | vusb.h | 603 DECLR3CALLBACKMEMBER(int, pfnReset,(PVUSBIROOTHUBPORT pInterface, bool fResetOnLinux)); 903 * @param fResetOnLinux Set if we can permit a real reset and a potential logical 910 DECLR3CALLBACKMEMBER(int, pfnReset,(PVUSBIDEVICE pInterface, bool fResetOnLinux, 978 * @param fResetOnLinux Set if we can permit a real reset and a potential logical 985 DECLINLINE(int) VUSBIDevReset(PVUSBIDEVICE pInterface, bool fResetOnLinux, PFNVUSBRESETDONE pfnDone, void *pvUser, PVM pVM) argument 987 return pInterface->pfnReset(pInterface, fResetOnLinux, pfnDone, pvUser, pVM);
|