Home
last modified time | relevance | path

Searched refs:UsbFnInterfaceHandle (Results 1 - 15 of 15) sorted by relevance

/drivers/peripheral/usb/interfaces/ddk/device/
H A Dusbfn_request.h73 typedef void *UsbFnInterfaceHandle; typedef
81 * @param handle Indicates the USB interface handle. It can be set to any <b>UsbFnInterfaceHandle</b>.
90 struct UsbFnRequest *UsbFnAllocCtrlRequest(UsbFnInterfaceHandle handle, uint32_t len);
108 struct UsbFnRequest *UsbFnAllocRequest(UsbFnInterfaceHandle handle, uint8_t pipe, uint32_t len);
H A Dusbfn_interface.h297 * @return Returns a <b>#UsbFnInterfaceHandle</b> containing the USB interface information
300 UsbFnInterfaceHandle UsbFnOpenInterface(struct UsbFnInterface *interface);
307 * @param UsbFnInterfaceHandle Indicates the handle of the USB interface object.
312 int32_t UsbFnCloseInterface(UsbFnInterfaceHandle handle);
/drivers/peripheral/usb/ddk/device/src/
H A Dusbfn_sdk_if.c199 UsbFnInterfaceHandle UsbFnOpenInterface(struct UsbFnInterface *interface) in UsbFnOpenInterface()
205 return (UsbFnInterfaceHandle)UsbFnIoMgrInterfaceOpen(interface); in UsbFnOpenInterface()
208 int32_t UsbFnCloseInterface(UsbFnInterfaceHandle handle) in UsbFnCloseInterface()
253 struct UsbFnRequest *UsbFnAllocRequest(UsbFnInterfaceHandle handle, uint8_t pipe, uint32_t len) in UsbFnAllocRequest()
263 struct UsbFnRequest *UsbFnAllocCtrlRequest(UsbFnInterfaceHandle handle, uint32_t len) in UsbFnAllocCtrlRequest()
/drivers/peripheral/usb/gadget/function/include/
H A Dcdcecm.h71 UsbFnInterfaceHandle handle;
H A Dcdcacm.h87 UsbFnInterfaceHandle handle;
/drivers/peripheral/usb/test/unittest/device_sdk/
H A Dusb_device_cdcacm_test.h90 UsbFnInterfaceHandle handle;
H A Dusb_device_sdk_if_test.cpp691 UsbFnInterfaceHandle handle = NULL; in HWTEST_F()
1017 UsbFnInterfaceHandle handle; in HWTEST_F()
1027 UsbFnInterfaceHandle handle; in HWTEST_F()
1037 UsbFnInterfaceHandle handle; in HWTEST_F()
1046 UsbFnInterfaceHandle handle; in HWTEST_F()
1057 UsbFnInterfaceHandle handle; in HWTEST_F()
H A Dusb_device_cdcacm_test.cpp345 UsbFnInterfaceHandle handle = nullptr; in ParseInterfaces()
/drivers/hdf_core/framework/test/unittest/model/usb/device/src/
H A Dusb_device_lite_sdk_if_test.c903 UsbFnInterfaceHandle handle = NULL; in UsbFnDviceTestAllocCtrlRequest005()
963 UsbFnInterfaceHandle handle = NULL; in UsbFnDviceTestAllocCtrlRequest008()
1047 UsbFnInterfaceHandle handle = NULL; in UsbFnDviceTestAllocRequest004()
1629 UsbFnInterfaceHandle handle = UsbFnOpenInterface(g_acmDevice->ctrlIface.fn); in UsbFnDviceTestOpenInterface()
1648 UsbFnInterfaceHandle handle = UsbFnOpenInterface(g_acmDevice->dataIface.fn); in UsbFnDviceTestOpenInterface002()
1673 UsbFnInterfaceHandle handle = UsbFnOpenInterface(g_acmDevice->ctrlIface.fn); in UsbFnDviceTestOpenInterface003()
1699 UsbFnInterfaceHandle handle = UsbFnOpenInterface(g_acmDevice->dataIface.fn); in UsbFnDviceTestOpenInterface004()
1711 UsbFnInterfaceHandle handle = UsbFnOpenInterface(fn); in UsbFnDviceTestOpenInterface005()
H A Dusb_device_lite_cdcacm_test.c328 static void ParsePipes(struct AcmDevice *acmDevice, const struct UsbFnInterface *fnIface, UsbFnInterfaceHandle handle) in ParsePipes()
361 UsbFnInterfaceHandle handle; in ParseInterfaces()
807 UsbFnCloseInterface((UsbFnInterfaceHandle)intfMgr->handle); in RemoveUsbDevice()
/drivers/hdf_core/framework/test/unittest/model/usb/device/include/
H A Dusb_device_lite_cdcacm_test.h82 UsbFnInterfaceHandle handle;
/drivers/peripheral/usb/gadget/function/mtp/include/
H A Dusbfn_mtp_impl.h97 UsbFnInterfaceHandle handle;
/drivers/peripheral/usb/gadget/function/ecm/
H A Dcdcecm.c727 UsbFnInterfaceHandle handle = UsbFnOpenInterface(fnIface); in EcmParseEcmIface()
/drivers/peripheral/usb/gadget/function/acm/
H A Dcdcacm.c1381 UsbFnInterfaceHandle handle = UsbFnOpenInterface(fnIface); in AcmParseAcmIface()
/drivers/peripheral/usb/gadget/function/mtp/src/
H A Dusbfn_mtp_impl.cpp751 UsbFnInterfaceHandle handle = UsbFnOpenInterface(fnIface); in UsbMtpDeviceParseMtpIface()

Completed in 17 milliseconds