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

/vbox/src/VBox/Additions/WINNT/Mouse/NT4/
H A DVBoxPS2NT.cpp197 USHORT PollingIterations; /**< number of polling iterations */ member in struct:_I8042CFGINF
478 while ( (i < (ULONG)pDevExt->Cfg.PollingIterations)
489 if (i >= (ULONG)pDevExt->Cfg.PollingIterations)
514 while ( i++ < (ULONG)pDevExt->Cfg.PollingIterations
517 if (i >= (ULONG)pDevExt->Cfg.PollingIterations)
565 while ( i < (ULONG)pDevExt->Cfg.PollingIterations
573 if (i >= (ULONG)pDevExt->Cfg.PollingIterations)
587 if (i++ >= (ULONG)pDevExt->Cfg.PollingIterations)
1728 pCfg->PollingIterations = pCfg->PollingIterationsMaximum;
2748 aQuery[1].Name = L"PollingIterations";
[all...]

Completed in 50 milliseconds