Lines Matching refs:timeOut
489 int timeOut, /* how long to wait, mSec units */ in SendTimedI2cRequest() argument
530 req->timeOut = timeOut * 1000; /* convert to uSec units */ in SendTimedI2cRequest()
589 int timeOut /* how long to wait, in mSec units */ in SendTimedEmpMessageResponse() argument
642 req->timeOut = timeOut * 1000; /* convert to uSec units */ in SendTimedEmpMessageResponse()
692 int timeOut, /* how long to wait, in mSec units*/ in SendTimedEmpMessageResponse_Ex() argument
788 req->timeOut = timeOut * 1000; /* convert to uSec units */ in SendTimedEmpMessageResponse_Ex()
838 int timeOut /* how long to wait, in mSec units */ in SendTimedLanMessageResponse() argument
895 req->timeOut = timeOut * 1000; /* convert to uSec units */ in SendTimedLanMessageResponse()
941 int timeOut , /* how long to wait, in mSec units */ in SendTimedLanMessageResponse_Ex() argument
1039 req->timeOut = timeOut * 1000; /* convert to uSec units */ in SendTimedLanMessageResponse_Ex()
1081 int timeOut, /* how long to wait, in mSec units */ in SendTimedImbpRequest() argument
1108 req->timeOut = timeOut * 1000; /* convert to uSec units */ in SendTimedImbpRequest()
1196 req->timeOut = 0; /* no timeouts for async sends */ in SendAsyncImbpRequest()
1250 DWORD timeOut, /* how long to wait for the message */ in GetAsyncImbpMessage() argument
1270 req.timeOut = timeOut * 1000; /* convert to uSec units */ in GetAsyncImbpMessage()
1392 DWORD timeOut, /* how long to wait for the message */ in GetAsyncImbpMessage_Ex() argument
1414 req.timeOut = timeOut * 1000; /* convert to uSec units */ in GetAsyncImbpMessage_Ex()
1608 DWORD timeOut, /* how long to wait for the message */