Home
last modified time | relevance | path

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

/drivers/peripheral/usb/ddk/device/src/
H A Dusbfn_cfg_mgr.c684 int32_t funCount; in UsbFnCfgMgrParseUsbFnFunctions() local
689 funCount = drsOps->GetElemNum(node, "functionList"); in UsbFnCfgMgrParseUsbFnFunctions()
690 if (funCount <= 0) { in UsbFnCfgMgrParseUsbFnFunctions()
694 fnConfig->functions = (struct UsbFnFunction **)UsbFnMemCalloc((funCount + 1) * sizeof(struct UsbFnFunction *)); in UsbFnCfgMgrParseUsbFnFunctions()
699 fnConfig->functions[funCount] = NULL; in UsbFnCfgMgrParseUsbFnFunctions()
700 for (iCount = 0; iCount < funCount; iCount++) { in UsbFnCfgMgrParseUsbFnFunctions()

Completed in 2 milliseconds