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