Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/usb/ddk/device/include/
H A Dusbfn_dev_mgr.h46 const struct UsbFnInterfaceMgr *UsbFnMgrDeviceGetInterface(struct UsbFnDevice *fnDevice, uint8_t in…
/ohos5.0/drivers/peripheral/usb/ddk/device/src/
H A Dusbfn_sdk_if.c177 return (struct UsbFnInterface *)UsbFnMgrDeviceGetInterface(fnDevice, interfaceIndex); in UsbFnGetInterface()
H A Dusbfn_dev_mgr.c340 const struct UsbFnInterfaceMgr *UsbFnMgrDeviceGetInterface(struct UsbFnDevice *fnDevice, uint8_t in… in UsbFnMgrDeviceGetInterface() function