Lines Matching refs:UsbEcm
52 static int32_t UsbEcmStartTx(struct UsbEcm *port)
91 static uint32_t UsbEcmStartRx(struct UsbEcm *port)
122 static void UsbEcmRxPush(struct UsbEcm *port)
180 struct UsbEcm *port = (struct UsbEcm *)req->context;
189 struct UsbEcm *port = (struct UsbEcm *)req->context;
208 static int32_t UsbEcmAllocReadRequests(struct UsbEcm *port, int32_t num)
229 static int32_t UsbEcmAllocWriteRequests(struct UsbEcm *port, int32_t num)
250 static int32_t UsbEcmStartIo(struct UsbEcm *port)
297 static int32_t UsbEcmOpen(struct UsbEcm *port)
338 static int32_t UsbEcmClose(struct UsbEcm *port)
361 static int32_t UsbEcmRead(struct UsbEcm *port, struct HdfSBuf *reply)
407 static int32_t UsbEcmWrite(struct UsbEcm *port, struct HdfSBuf *data)
549 struct UsbEcm *port = NULL;
828 struct UsbEcm *port = NULL;
830 port = (struct UsbEcm *)OsalMemCalloc(sizeof(*port));