Home
last modified time | relevance | path

Searched defs:fnIface (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/drivers/peripheral/usb/gadget/function/ecm/
H A Dcdcecm.c682 struct UsbFnInterface *fnIface = iface->fn; in EcmParseEachPipe() local
723 static int32_t EcmParseEcmIface(struct UsbEcmDevice *ecm, struct UsbFnInterface *fnIface) in EcmParseEcmIface()
744 struct UsbFnInterface *fnIface = NULL; in EcmParseEachIface() local
/ohos5.0/drivers/hdf_core/framework/test/unittest/model/usb/device/src/
H A Dusb_device_lite_cdcacm_test.c328 static void ParsePipes(struct AcmDevice *acmDevice, const struct UsbFnInterface *fnIface, UsbFnInte… in ParsePipes()
360 struct UsbFnInterface *fnIface = NULL; in ParseInterfaces() local
/ohos5.0/drivers/peripheral/usb/gadget/function/mtp/src/
H A Dusbfn_mtp_impl.cpp700 struct UsbFnInterface *fnIface = iface.fn; in UsbMtpDeviceParseEachPipe() local
749 int32_t UsbfnMtpImpl::UsbMtpDeviceParseMtpIface(struct UsbFnInterface *fnIface) in UsbMtpDeviceParseMtpIface()
786 … struct UsbFnInterface *fnIface = const_cast<struct UsbFnInterface *>(UsbFnGetInterface(fnDev, i)); in UsbMtpDeviceParseEachIface() local
/ohos5.0/drivers/peripheral/usb/gadget/function/acm/
H A Dcdcacm.c1338 struct UsbFnInterface *fnIface = iface->fn; in AcmParseEachPipe() local
1378 static int32_t AcmParseAcmIface(struct UsbAcmDevice *acm, struct UsbFnInterface *fnIface) in AcmParseAcmIface()
1398 struct UsbFnInterface *fnIface = NULL; in AcmParseEachIface() local
/ohos5.0/drivers/peripheral/usb/test/unittest/device_sdk/
H A Dusb_device_cdcacm_test.cpp344 struct UsbFnInterface *fnIface = nullptr; in ParseInterfaces() local