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

/vbox/src/VBox/Devices/Input/
H A DUsbKbd.cpp538 * @param fSetConfig Set when usbHidUsbSetConfiguration is the
541 static int usbHidResetWorker(PUSBHID pThis, PVUSBURB pUrb, bool fSetConfig) argument
558 if (!pUrb && !fSetConfig) /* (only device reset) */
1171 usbHidResetWorker(pThis, NULL, true /*fSetConfig*/); /** @todo figure out the exact difference */
1205 int rc = usbHidResetWorker(pThis, NULL, false /*fSetConfig*/);
H A DUsbMouse.cpp1148 * @param fSetConfig Set when usbHidUsbSetConfiguration is the
1151 static int usbHidResetWorker(PUSBHID pThis, PVUSBURB pUrb, bool fSetConfig) argument
1169 if (!pUrb && !fSetConfig) /* (only device reset) */
2230 usbHidResetWorker(pThis, NULL, true /*fSetConfig*/); /** @todo figure out the exact difference */
2276 int rc = usbHidResetWorker(pThis, NULL, false /*fSetConfig*/);
/vbox/src/VBox/Devices/Storage/
H A DUsbMsd.cpp910 * @param fSetConfig Set when usbMsdUsbSetConfiguration is the
913 static int usbMsdResetWorker(PUSBMSD pThis, PVUSBURB pUrb, bool fSetConfig) argument
926 if (pThis->pResetUrb && (pUrb || fSetConfig))
975 if (!pUrb && !fSetConfig) /* (only device reset) */
1060 usbMsdResetWorker(pThis, pThis->pResetUrb, false /*fSetConfig*/);
1899 return usbMsdResetWorker(pThis, pUrb, false /*fSetConfig*/);
2007 usbMsdResetWorker(pThis, NULL, true /*fSetConfig*/); /** @todo figure out the exact difference */
2040 int rc = usbMsdResetWorker(pThis, NULL, false /*fSetConfig*/);
2141 int rc = usbMsdResetWorker(pThis, NULL, false /*fSetConfig*/);
2159 int rc = usbMsdResetWorker(pThis, NULL, false /*fSetConfig*/);
[all...]

Completed in 58 milliseconds