Home
last modified time | relevance | path

Searched refs:hsDescriptors (Results 1 - 6 of 6) sorted by relevance

/drivers/peripheral/usb/interfaces/ddk/device/
H A Dusbfn_device.h104 struct UsbDescriptorHeader **hsDescriptors; member
/drivers/peripheral/usb/ddk/device/src/
H A Dadapter_if.c551 for (i = 0; func->hsDescriptors[i] != NULL; i++) { in GetCountAndHead()
553 lenDes += func->hsDescriptors[i]->bLength; in GetCountAndHead()
614 ret = WriteFuncDescriptors(&whereDec, func->hsDescriptors); in UsbFnAdapterCreatPipes()
H A Dadapter_if_liteos.c344 for (i = 0; func->hsDescriptors[i] != NULL; i++) { in GetCountAndHead()
346 lenDes += func->hsDescriptors[i]->bLength; in GetCountAndHead()
448 ret = WriteFuncDescriptors(&whereDec, func->hsDescriptors); in UsbFnAdapterCreatPipes()
H A Dusbfn_cfg_mgr.c664 fun->hsDescriptors = UsbFnCfgMgrParseFunDesc(node, drsOps, "hsDescList"); in UsbFnCfgMgrParseUsbFnFunction()
665 if (fun->hsDescriptors == NULL) { in UsbFnCfgMgrParseUsbFnFunction()
920 if (fnFunctions[iCount]->hsDescriptors) { in UsbFnCfgMgrFreeFunctions()
921 UsbFnCfgMgrFreeFuncDescHead(fnFunctions[iCount]->hsDescriptors); in UsbFnCfgMgrFreeFunctions()
/drivers/peripheral/usb/test/unittest/device_sdk/
H A Dusb_device_cdcacm_test.cpp236 .hsDescriptors = g_acmHsFunction,
/drivers/hdf_core/framework/test/unittest/model/usb/device/src/
H A Dusb_device_lite_cdcacm_test.c228 .hsDescriptors = g_acmHsFunction,

Completed in 8 milliseconds