Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/usb/ddk/device/include/
H A Dusbfn_io_mgr.h65 struct UsbFnRequest *UsbFnIoMgrRequestAlloc(struct UsbHandleMgr *handle, uint8_t pipe, uint32_t len…
/ohos5.0/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