Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/usb/ddk/device/include/
H A Dusbfn_io_mgr.h70 int32_t UsbFnIoMgrRequestCancel(struct UsbFnRequest *req);
/ohos5.0/drivers/peripheral/usb/ddk/device/src/
H A Dusbfn_sdk_if.c306 return UsbFnIoMgrRequestCancel(req); in UsbFnCancelRequest()
H A Dusbfn_io_mgr.c181 int32_t UsbFnIoMgrRequestCancel(struct UsbFnRequest *req) in UsbFnIoMgrRequestCancel() function