Searched refs:UsbFnIoMgrRequestAlloc (Results 1 – 3 of 3) sorted by relevance
65 struct UsbFnRequest *UsbFnIoMgrRequestAlloc(struct UsbHandleMgr *handle, uint8_t pipe, uint32_t len…
259 return UsbFnIoMgrRequestAlloc(handleMgr, pipe + 1, len); in UsbFnAllocRequest()269 return UsbFnIoMgrRequestAlloc(handleMgr, 0, len); in UsbFnAllocCtrlRequest()
77 struct UsbFnRequest *UsbFnIoMgrRequestAlloc(struct UsbHandleMgr *handle, uint8_t pipe, uint32_t len) in UsbFnIoMgrRequestAlloc() function