Lines Matching defs:snd
393 struct EcmWb *snd = &(ecm->wb[i]);
394 ret = UsbCancelRequest(snd->request);
855 struct EcmWb *snd = &(ecm->wb[i]);
856 snd->request = UsbAllocRequest(InterfaceIdToHandle(ecm, ecm->dataOutPipe->interfaceId), 0, ecm->writeSize);
857 snd->instance = ecm;
858 snd->use = 0;
859 if (snd->request == NULL) {
860 HDF_LOGE("snd request fail");
874 struct EcmWb *snd = &(ecm->wb[i]);
875 snd->use = 0;
876 UsbFreeRequest(snd->request);