Searched refs:pipeObj (Results 1 – 3 of 3) sorted by relevance
37 if (pipeObj == NULL) { in IfFreePipeObj()42 pipeObj->object.objectId = 0; in IfFreePipeObj()44 RawUsbMemFree(pipeObj); in IfFreePipeObj()67 if (pipeObj == NULL) { in IfDestroyPipeObj()436 struct UsbPipe *pipeObj = NULL; in IfGetRequestPipeType() local463 if (pipeObj == NULL) { in IfGetRequestPipeType()468 *pipeType = pipeObj->info.pipeType; in IfGetRequestPipeType()844 *pipeObj = pipeObjTemp; in UsbIfCreatPipeObj()1519 struct UsbPipe *pipeObj = NULL; in UsbGetPipeInfo() local1548 if (pipeObj == NULL) { in UsbGetPipeInfo()[all …]
117 int32_t UsbIfCreatPipeObj(const struct UsbSdkInterface *interfaceObj, struct UsbPipe **pipeObj);
1339 napi_value pipeObj = argv[INDEX_0]; in PipeSetInterface() local1341 napi_typeof(env, pipeObj, &type); in PipeSetInterface()1345 ParseUsbDevicePipe(env, pipeObj, pipe); in PipeSetInterface()1368 napi_value pipeObj = argv[INDEX_0]; in PipeSetConfiguration() local1370 napi_typeof(env, pipeObj, &type); in PipeSetConfiguration()1373 ParseUsbDevicePipe(env, pipeObj, pipe); in PipeSetConfiguration()