Lines Matching refs:notifyReq
1030 acm->notifyReq = req;
1040 acm->notifyReq =
1042 if (acm->notifyReq == NULL) {
1046 acm->notifyReq->complete = AcmNotifyComplete;
1047 acm->notifyReq->context = acm;
1057 ret = UsbFnFreeRequest(acm->notifyReq);
1062 acm->notifyReq = NULL;
1241 struct UsbFnRequest *req = acm->notifyReq;
1250 acm->notifyReq = NULL;
1269 acm->notifyReq = req;
1280 if (acm->notifyReq) {