Home
last modified time | relevance | path

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

/drivers/peripheral/usb/ddk/device/src/
H A Dusbfn_dev_mgr.c358 struct UsbFnInterfaceMgr *intfMgr = NULL; in CollectEventHandle() local
372 intfMgr = devMgr->interfaceMgr + i; in CollectEventHandle()
373 if (intfMgr == NULL || intfMgr->isOpen == false || intfMgr->handle == NULL) { in CollectEventHandle()
376 handle = intfMgr->handle; in CollectEventHandle()
467 struct UsbFnInterfaceMgr *intfMgr = NULL; in GetHandleMgr() local
474 intfMgr = devMgr->interfaceMgr + i; in GetHandleMgr()
475 if (!intfMgr->isOpen) { in GetHandleMgr()
478 handle = intfMgr in GetHandleMgr()
[all...]
H A Dusbfn_io_mgr.c64 int32_t ret = UsbFnIoMgrInterfaceGetPipeInfo(&(handle->intfMgr->interface), pipe - 1, &info); in GetReqType()
81 struct UsbFnInterfaceMgr *intfMgr = handle->intfMgr; in UsbFnIoMgrRequestAlloc() local
82 struct UsbFnFuncMgr *funcMgr = intfMgr->funcMgr; in UsbFnIoMgrRequestAlloc()
121 req->obj = handle->intfMgr->interface.object; in UsbFnIoMgrRequestAlloc()
269 handle->intfMgr = interfaceMgr; in HandleInit()
316 struct UsbFnInterfaceMgr *interfaceMgr = handle->intfMgr; in UsbFnIoMgrInterfaceClose()
/drivers/peripheral/usb/ddk/device/include/
H A Dusbfn_io_mgr.h42 struct UsbFnInterfaceMgr *intfMgr; member
/drivers/hdf_core/framework/test/unittest/model/usb/device/src/
H A 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()

Completed in 4 milliseconds