Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/usb/ddk/host/include/
H A Dusb_interface_pool.h53 struct UsbSdkInterface { struct
117 int32_t UsbIfCreatPipeObj(const struct UsbSdkInterface *interfaceObj, struct UsbPipe **pipeObj);
118 int32_t UsbIfCreatInterfaceObj(const struct UsbInterfacePool *interfacePool, struct UsbSdkInterface
120 const struct UsbInterfacePool *interfacePool, const struct UsbSdkInterface *interfaceObj);
/ohos5.0/drivers/peripheral/usb/ddk/host/src/
H A Dusb_interface_pool.c293 struct UsbSdkInterface *interfacePos = NULL; in IfFindInterfaceObj()
294 struct UsbSdkInterface *interfaceTemp = NULL; in IfFindInterfaceObj()
434 struct UsbSdkInterface *interfaceObj = NULL; in IfGetRequestPipeType()
859 interfaceObjTemp = (struct UsbSdkInterface *)RawUsbMemCalloc(sizeof(struct UsbSdkInterface)); in UsbIfCreatInterfaceObj()
885 struct UsbSdkInterface *interfacePos = NULL; in UsbIfDestroyInterfaceObj()
1018 struct UsbSdkInterface *interfaceObj = NULL; in ClaimInterface()
1076 struct UsbSdkInterface *interfaceObj = NULL; in UsbManageInterface()
1134 struct UsbSdkInterface *interfaceSdk = (struct UsbSdkInterface *)interfaceObj; in UsbClaimInterfaceUnforce()
1163 struct UsbSdkInterface *interfaceSdk = (struct UsbSdkInterface *)interfaceObj; in UsbReleaseInterface()
1201 struct UsbSdkInterface *interfaceObj = NULL; in UsbAddOrRemoveInterface()
[all …]
H A Dusb_protocol.c43 struct UsbSdkInterface *interfaceObj = NULL; in CreateCtrPipe()
72 static int32_t UsbInterfaceInit(struct UsbSdkInterface *interfaceObj, in UsbInterfaceInit()
155 const struct UsbRawInterfaceDescriptor *ifDes, const struct UsbSdkInterface *interfaceObj) in UsbProtocalCreatePipeObj()
193 struct UsbSdkInterface *interfaceObj = NULL; in UsbProtocalCreatInterfaceObj()