Home
last modified time | relevance | path

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

/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 **interfaceObj);
120 const struct UsbInterfacePool *interfacePool, const struct UsbSdkInterface *interfaceObj);
/drivers/peripheral/usb/ddk/host/src/
H A Dusb_interface_pool.c49 static HDF_STATUS IfDestroyPipeObj(const struct UsbSdkInterface *interfaceObj, const struct UsbPipe *pipeObj) in IfDestroyPipeObj()
102 static void IfInterfaceObjInit(struct UsbSdkInterface *interfaceObj) in IfInterfaceObjInit()
110 static HDF_STATUS IfFreeInterfaceObj(struct UsbSdkInterface *interfaceObj) in IfFreeInterfaceObj()
230 const struct UsbSdkInterface *interfaceObj, uint8_t interfaceIndex, bool refCountFlag, bool *claimFlag) in IfInterfaceRefCount()
247 static struct UsbPipe *IfFindPipeObj(const struct UsbSdkInterface *interfaceObj, struct UsbPipeQueryPara queryPara) in IfFindPipeObj()
290 static struct UsbSdkInterface *IfFindInterfaceObj(const struct UsbInterfacePool *interfacePool, in IfFindInterfaceObj()
293 struct UsbSdkInterface *interfacePos = NULL; in IfFindInterfaceObj()
294 struct UsbSdkInterface *interfaceTemp = NULL; in IfFindInterfaceObj()
304 interfacePos, interfaceTemp, &interfacePool->interfaceList, struct UsbSdkInterface, interface.object.entry) { in IfFindInterfaceObj()
434 struct UsbSdkInterface *interfaceOb in IfGetRequestPipeType()
[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()

Completed in 3 milliseconds