Searched refs:uThrottleDelay (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/Input/
H A DPS2M.cpp252 uint32_t uThrottleDelay; member in struct:PS2M
449 pThis->uThrottleDelay = rate ? 1000 / rate : 0;
451 LogFlowFunc(("Sampling rate %u, throttle delay %u ms\n", pThis->u8SampleRate, pThis->uThrottleDelay));
854 TMTimerSetMillies(pThis->CTX_SUFF(pThrottleTimer), pThis->uThrottleDelay);
957 TMTimerSetMillies(pThis->CTX_SUFF(pThrottleTimer), pThis->uThrottleDelay);
/vbox/src/VBox/Devices/testcase/
H A DtstDeviceStructSizeRC.cpp488 GEN_CHECK_OFF(PS2M, uThrottleDelay);

Completed in 48 milliseconds