Lines Matching refs:notifyReq
889 ecm->notifyReq = UsbAllocRequest(InterfaceIdToHandle(ecm, ecm->intPipe->interfaceId), 0, ecm->intSize);
890 if (!ecm->notifyReq) {
891 HDF_LOGE("notifyReq request fail");
904 ret = UsbFillRequest(ecm->notifyReq, InterfaceIdToHandle(ecm, ecm->intPipe->interfaceId), &intParmas);
957 if ((ecm == NULL) || (ecm->notifyReq == NULL)) {
958 HDF_LOGE("%{public}s: ecm or notifyReq is NULL", __func__);
961 ret = UsbCancelRequest(ecm->notifyReq);
965 ret = UsbFreeRequest(ecm->notifyReq);
967 ecm->notifyReq = NULL;
1066 ret = UsbSubmitRequestAsync(ecm->notifyReq);