Home
last modified time | relevance | path

Searched refs:UsbFnInterfaceMgr (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/drivers/peripheral/usb/ddk/device/src/
H A Dusbfn_io_mgr.c81 struct UsbFnInterfaceMgr *intfMgr = handle->intfMgr; in UsbFnIoMgrRequestAlloc()
243 static int32_t HandleInit(struct UsbHandleMgr *handle, struct UsbFnInterfaceMgr *interfaceMgr) in HandleInit()
285 struct UsbFnInterfaceMgr *interfaceMgr = (struct UsbFnInterfaceMgr *)interface; in UsbFnIoMgrInterfaceOpen()
316 struct UsbFnInterfaceMgr *interfaceMgr = handle->intfMgr; in UsbFnIoMgrInterfaceClose()
354 struct UsbFnInterfaceMgr *interfaceMgr = (struct UsbFnInterfaceMgr *)interface; in UsbFnIoMgrInterfaceGetPipeInfo()
H A Dusbfn_dev_mgr.c187 …r->interfaceMgr = UsbFnMemCalloc(fnDevMgr->fnDev.numInterfaces * sizeof(struct UsbFnInterfaceMgr)); in AllocInterfaceAndFuncMgr()
340 const struct UsbFnInterfaceMgr *UsbFnMgrDeviceGetInterface(struct UsbFnDevice *fnDevice, uint8_t in… in UsbFnMgrDeviceGetInterface()
358 struct UsbFnInterfaceMgr *intfMgr = NULL; in CollectEventHandle()
467 struct UsbFnInterfaceMgr *intfMgr = NULL; in GetHandleMgr()
583 struct UsbFnInterfaceMgr *interfaceMgr = (struct UsbFnInterfaceMgr *)interface; in UsbFnMgrStartRecvEvent()
606 struct UsbFnInterfaceMgr *interfaceMgr = (struct UsbFnInterfaceMgr *)interface; in UsbFnStopRecvEvent()
/ohos5.0/drivers/peripheral/usb/ddk/device/include/
H A Dusbfn_dev_mgr.h34 struct UsbFnInterfaceMgr *interfaceMgr;
46 const struct UsbFnInterfaceMgr *UsbFnMgrDeviceGetInterface(struct UsbFnDevice *fnDevice, uint8_t in…
H A Dusbfn_io_mgr.h42 struct UsbFnInterfaceMgr *intfMgr;
57 struct UsbFnInterfaceMgr { struct
/ohos5.0/drivers/hdf_core/framework/test/unittest/model/usb/device/src/
H A Dusb_device_lite_cdcacm_test.c783 struct UsbFnInterfaceMgr *intfMgr = NULL; in RemoveUsbDevice()