Home
last modified time | relevance | path

Searched refs:intfMgr (Results 1 – 4 of 4) sorted by relevance

/drivers/peripheral/usb/ddk/device/src/
Dusbfn_io_mgr.c63 … int32_t ret = UsbFnIoMgrInterfaceGetPipeInfo(&(handle->intfMgr->interface), pipe - 1, &info); in GetReqType()
80 struct UsbFnInterfaceMgr *intfMgr = handle->intfMgr; in UsbFnIoMgrRequestAlloc() local
81 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()
Dusbfn_dev_mgr.c357 struct UsbFnInterfaceMgr *intfMgr = NULL; in CollectEventHandle() local
371 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() local
473 intfMgr = devMgr->interfaceMgr + i; in GetHandleMgr()
474 if (!intfMgr->isOpen) { in GetHandleMgr()
477 handle = intfMgr->handle; in GetHandleMgr()
/drivers/hdf_core/framework/test/unittest/model/usb/device/src/
Dusb_device_lite_cdcacm_test.c783 struct UsbFnInterfaceMgr *intfMgr = NULL; in RemoveUsbDevice() local
805 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()
/drivers/peripheral/usb/ddk/device/include/
Dusbfn_io_mgr.h42 struct UsbFnInterfaceMgr *intfMgr; member