Searched refs:intfMgr (Results 1 – 4 of 4) sorted by relevance
63 … int32_t ret = UsbFnIoMgrInterfaceGetPipeInfo(&(handle->intfMgr->interface), pipe - 1, &info); in GetReqType()80 struct UsbFnInterfaceMgr *intfMgr = handle->intfMgr; in UsbFnIoMgrRequestAlloc() local81 struct UsbFnFuncMgr *funcMgr = intfMgr->funcMgr; in UsbFnIoMgrRequestAlloc()120 req->obj = handle->intfMgr->interface.object; in UsbFnIoMgrRequestAlloc()268 handle->intfMgr = interfaceMgr; in HandleInit()315 struct UsbFnInterfaceMgr *interfaceMgr = handle->intfMgr; in UsbFnIoMgrInterfaceClose()
357 struct UsbFnInterfaceMgr *intfMgr = NULL; in CollectEventHandle() local371 intfMgr = devMgr->interfaceMgr + i; in CollectEventHandle()372 if (intfMgr == NULL || intfMgr->isOpen == false || intfMgr->handle == NULL) { in CollectEventHandle()375 handle = intfMgr->handle; in CollectEventHandle()466 struct UsbFnInterfaceMgr *intfMgr = NULL; in GetHandleMgr() local473 intfMgr = devMgr->interfaceMgr + i; in GetHandleMgr()474 if (!intfMgr->isOpen) { in GetHandleMgr()477 handle = intfMgr->handle; in GetHandleMgr()
783 struct UsbFnInterfaceMgr *intfMgr = NULL; in RemoveUsbDevice() local805 intfMgr = devMgr->interfaceMgr + i; in RemoveUsbDevice()806 if (intfMgr) { in RemoveUsbDevice()807 UsbFnCloseInterface((UsbFnInterfaceHandle)intfMgr->handle); in RemoveUsbDevice()811 if (intfMgr && intfMgr->isOpen) { in RemoveUsbDevice()812 UsbFnStopRecvInterfaceEvent(&intfMgr->interface); in RemoveUsbDevice()
42 struct UsbFnInterfaceMgr *intfMgr; member