Home
last modified time | relevance | path

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

/drivers/peripheral/usb/ddk/device/include/
Dusbfn_io_mgr.h65 struct UsbFnRequest *UsbFnIoMgrRequestAlloc(struct UsbHandleMgr *handle, uint8_t pipe, uint32_t len…
/drivers/peripheral/usb/ddk/device/src/
Dusbfn_sdk_if.c259 return UsbFnIoMgrRequestAlloc(handleMgr, pipe + 1, len); in UsbFnAllocRequest()
269 return UsbFnIoMgrRequestAlloc(handleMgr, 0, len); in UsbFnAllocCtrlRequest()
Dusbfn_io_mgr.c77 struct UsbFnRequest *UsbFnIoMgrRequestAlloc(struct UsbHandleMgr *handle, uint8_t pipe, uint32_t len) in UsbFnIoMgrRequestAlloc() function