Lines Matching refs:fPoll
294 int fPoll; /* Polling status flag */
488 pState->fPoll = VBOXUSB_POLL_OFF;
929 pState->fPoll = VBOXUSB_POLL_ON;
953 pState->fPoll = VBOXUSB_POLL_OFF;
997 if (pState->fPoll & VBOXUSB_POLL_DEV_UNPLUGGED)
1000 pState->fPoll &= ~VBOXUSB_POLL_DEV_UNPLUGGED;
1003 if (pState->fPoll & VBOXUSB_POLL_REAP_PENDING)
1006 pState->fPoll &= ~VBOXUSB_POLL_REAP_PENDING;
3024 if (pState->fPoll & VBOXUSB_POLL_ON)
3027 pState->fPoll |= VBOXUSB_POLL_REAP_PENDING;
3043 if (pState->fPoll & VBOXUSB_POLL_ON)
3046 pState->fPoll |= VBOXUSB_POLL_DEV_UNPLUGGED;