Home
last modified time | relevance | path

Searched refs:pipeObj (Results 1 - 2 of 2) sorted by relevance

/drivers/peripheral/usb/ddk/host/src/
H A Dusb_interface_pool.c33 static HDF_STATUS IfFreePipeObj(struct UsbPipe *pipeObj) in IfFreePipeObj() argument
37 if (pipeObj == NULL) { in IfFreePipeObj()
38 HDF_LOGE("%{public}s:%{public}d pipeObj is null", __func__, __LINE__); in IfFreePipeObj()
42 pipeObj->object.objectId = 0; in IfFreePipeObj()
44 RawUsbMemFree(pipeObj); in IfFreePipeObj()
49 static HDF_STATUS IfDestroyPipeObj(const struct UsbSdkInterface *interfaceObj, const struct UsbPipe *pipeObj) in IfDestroyPipeObj() argument
67 if (pipeObj == NULL) { in IfDestroyPipeObj()
77 if (destroyFlag || pipePos->object.objectId == pipeObj->object.objectId) { in IfDestroyPipeObj()
436 struct UsbPipe *pipeObj = NULL; in IfGetRequestPipeType() local
462 pipeObj in IfGetRequestPipeType()
819 UsbIfCreatPipeObj(const struct UsbSdkInterface *interfaceObj, struct UsbPipe **pipeObj) UsbIfCreatPipeObj() argument
1560 struct UsbPipe *pipeObj = NULL; UsbGetPipeInfo() local
[all...]
/drivers/peripheral/usb/ddk/host/include/
H A Dusb_interface_pool.h117 int32_t UsbIfCreatPipeObj(const struct UsbSdkInterface *interfaceObj, struct UsbPipe **pipeObj);

Completed in 2 milliseconds