Home
last modified time | relevance | path

Searched refs:iWakeUp (Results 1 – 3 of 3) sorted by relevance

/drivers/staging/ced1401/
Dced_ioc.c820 pTA->iWakeUp = 0; // zero the wake up count in SetEvent()
858 pTA->iWakeUp in WaitEvent()
863 wait_event_interruptible(pTA->wqEvent, pTA->iWakeUp in WaitEvent()
868 iReturn = pTA->iWakeUp; // else the wakeup count in WaitEvent()
871 pTA->iWakeUp = 0; // clear the flag in WaitEvent()
892 iReturn = pTA->iWakeUp; // get wakeup count since last call in TestEvent()
893 pTA->iWakeUp = 0; // clear the count in TestEvent()
Dusb1401.c633 int iWakeUp = 0; // assume in staged_callback() local
642 iWakeUp = (dwTotal >= pArea->dwEventSz); in staged_callback()
649 iWakeUp = (pdx->StagedOffset < eventEnd) in staged_callback()
653 if (iWakeUp) { in staged_callback()
657 ++pArea->iWakeUp; // increment wakeup count in staged_callback()
Dusb1401.h114 int iWakeUp; // Set 1 on event, cleared by TestEvent() member