Lines Matching refs:UsbHostRequest
447 static void OsFreeIsoUrbs(struct UsbHostRequest *request) in OsFreeIsoUrbs()
464 static void OsDiscardUrbs(const struct UsbHostRequest *request, int32_t first, int32_t last) in OsDiscardUrbs()
494 …struct UsbHostRequest * const request, const UsbAdapterDevice *adapterDevice, const struct UsbDevi… in OsSubmitControlMsg()
546 static int32_t OsSubmitControlRequest(struct UsbHostRequest *request) in OsSubmitControlRequest()
568 struct Async *pas, struct UsbHostRequest *request, int32_t bulkBufferLen, int32_t number) in OsSubmitBulkRequestHandleUrb()
602 struct UsbHostRequest * const request, struct Async * const as, int32_t bulkBufferLen) in OsSubmitBulkRequestHandle()
657 static int32_t OsSubmitBulkRequest(struct UsbHostRequest * const request) in OsSubmitBulkRequest()
703 static int32_t OsAllocIsoUrbs(struct UsbHostRequest *request, int32_t numUrbs, struct Async **ass) in OsAllocIsoUrbs()
750 static int32_t OsSubmitIsoUrbs(struct UsbHostRequest *request, int32_t numUrbs, struct Async **pUrb… in OsSubmitIsoUrbs()
788 static int32_t OsSubmitIsoRequest(struct UsbHostRequest *request) in OsSubmitIsoRequest()
834 static int32_t OsControlCompletion(struct UsbHostRequest *request, struct Async *as) in OsControlCompletion()
878 static void OsIsoRequestDesStatus(struct UsbHostRequest *request, UsbAdapterUrb *urb) in OsIsoRequestDesStatus()
912 static int32_t OsIsoCompletion(struct UsbHostRequest *request, struct Async *as) in OsIsoCompletion()
967 static int32_t OsProcessAbnormalReap(struct UsbHostRequest *request, const UsbAdapterUrb *urb) in OsProcessAbnormalReap()
985 static int32_t OsUrbStatusToRequestStatus(struct UsbHostRequest *request, const UsbAdapterUrb *urb) in OsUrbStatusToRequestStatus()
1029 static int32_t OsBulkCompletion(struct UsbHostRequest * const request, struct Async * const as) in OsBulkCompletion()
1078 static int32_t OsFreeRequest(const struct UsbHostRequest *request) in OsFreeRequest()
1299 static struct UsbHostRequest *AdapterAllocRequest( in AdapterAllocRequest()
1304 struct UsbHostRequest *request = NULL; in AdapterAllocRequest()
1306 …allocSize = sizeof(struct UsbHostRequest) + (sizeof(struct UsbIsoPacketDesc) * (size_t)isoPackets)… in AdapterAllocRequest()
1319 static int32_t AdapterFreeRequest(struct UsbHostRequest *request) in AdapterFreeRequest()
1340 static int32_t AdapterSubmitRequest(struct UsbHostRequest *request) in AdapterSubmitRequest()
1372 static int32_t AdapterCancelRequest(const struct UsbHostRequest *request) in AdapterCancelRequest()
1391 struct UsbHostRequest *request = NULL; in AdapterUrbCompleteHandle()