Lines Matching refs:interfaceId
127 parmas.interfaceId = ecm->dataOutPipe->interfaceId; in EcmStartWb()
137 …rc = UsbFillRequest(wb->request, InterfaceIdToHandle(ecm, ecm->dataOutPipe->interfaceId), &parmas); in EcmStartWb()
251 parmas.interfaceId = USB_CTRL_INTERFACE_ID; in EcmCtrlMsg()
620 p.interfaceId = info->interfaceIndex; in EcmEnumePipe()
856 …snd->request = UsbAllocRequest(InterfaceIdToHandle(ecm, ecm->dataOutPipe->interfaceId), 0, ecm->wr… in EcmAllocWriteReq()
889 …ecm->notifyReq = UsbAllocRequest(InterfaceIdToHandle(ecm, ecm->intPipe->interfaceId), 0, ecm->intS… in EcmAllocIntReq()
897 intParmas.interfaceId = ecm->intPipe->interfaceId; in EcmAllocIntReq()
904 …ret = UsbFillRequest(ecm->notifyReq, InterfaceIdToHandle(ecm, ecm->intPipe->interfaceId), &intParm… in EcmAllocIntReq()
916 …ecm->readReq[i] = UsbAllocRequest(InterfaceIdToHandle(ecm, ecm->dataInPipe->interfaceId), 0, ecm->… in EcmAllocReadReq()
924 readParmas.interfaceId = ecm->dataInPipe->interfaceId; in EcmAllocReadReq()
932 …UsbFillRequest(ecm->readReq[i], InterfaceIdToHandle(ecm, ecm->dataInPipe->interfaceId), &readParma… in EcmAllocReadReq()