Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/usb/ddk/device/include/
H A Dusbfn_io_mgr.h71 struct UsbHandleMgr *UsbFnIoMgrInterfaceOpen(struct UsbFnInterface *interface);
/ohos5.0/drivers/peripheral/usb/ddk/device/src/
H A Dusbfn_sdk_if.c205 return (UsbFnInterfaceHandle)UsbFnIoMgrInterfaceOpen(interface); in UsbFnOpenInterface()
H A Dusbfn_io_mgr.c279 struct UsbHandleMgr *UsbFnIoMgrInterfaceOpen(struct UsbFnInterface *interface) in UsbFnIoMgrInterfaceOpen() function