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