Home
last modified time | relevance | path

Searched refs:UsbFnIoMgrRequestAlloc (Results 1 - 3 of 3) sorted by relevance

/drivers/peripheral/usb/ddk/device/include/
H A Dusbfn_io_mgr.h65 struct UsbFnRequest *UsbFnIoMgrRequestAlloc(struct UsbHandleMgr *handle, uint8_t pipe, uint32_t len);
/drivers/peripheral/usb/ddk/device/src/
H A Dusbfn_sdk_if.c260 return UsbFnIoMgrRequestAlloc(handleMgr, pipe + 1, len); in UsbFnAllocRequest()
270 return UsbFnIoMgrRequestAlloc(handleMgr, 0, len); in UsbFnAllocCtrlRequest()
H A Dusbfn_io_mgr.c78 struct UsbFnRequest *UsbFnIoMgrRequestAlloc(struct UsbHandleMgr *handle, uint8_t pipe, uint32_t len) in UsbFnIoMgrRequestAlloc() function

Completed in 4 milliseconds