Lines Matching refs:notifyReq
433 ecm->notifyReq = NULL;
436 ecm->notifyReq = req;
443 struct UsbFnRequest *req = ecm->notifyReq;
500 ecm->notifyReq = req;
657 ecm->notifyReq =
659 if (ecm->notifyReq == NULL) {
663 ecm->notifyReq->complete = EcmNotifyComplete;
664 ecm->notifyReq->context = ecm;
803 ret = UsbFnFreeRequest(ecm->notifyReq);
808 ecm->notifyReq = NULL;