Searched refs:customNode (Results 1 - 1 of 1) sorted by relevance
/drivers/peripheral/usb/ddk/device/src/ |
H A D | usbfn_cfg_mgr.c | 1091 const struct DeviceResourceIface *drsOps, const struct DeviceResourceNode *customNode, const char *name) in UsbFnCfgGetPropValueFromHcs() 1097 int32_t propTabCount = drsOps->GetElemNum(customNode, "propTable"); in UsbFnCfgGetPropValueFromHcs() 1103 int32_t ret = drsOps->GetStringArrayElem(customNode, "propTable", count, &propNodeName, NULL); in UsbFnCfgGetPropValueFromHcs() 1108 propListNode = drsOps->GetChildNode(customNode, propNodeName); in UsbFnCfgGetPropValueFromHcs() 1125 const struct DeviceResourceNode *customNode = NULL; in UsbFnCfgFindPropFromHcs() local 1142 customNode = drsOps->GetChildNode(fnDevMgr->node, "custom_prop"); in UsbFnCfgFindPropFromHcs() 1143 if (customNode == NULL) { in UsbFnCfgFindPropFromHcs() 1147 propValue = UsbFnCfgGetPropValueFromHcs(fnDevMgr, intf, drsOps, customNode, name); in UsbFnCfgFindPropFromHcs() 1090 UsbFnCfgGetPropValueFromHcs(const struct UsbFnDeviceMgr *fnDevMgr, const struct UsbFnInterface *intf, const struct DeviceResourceIface *drsOps, const struct DeviceResourceNode *customNode, const char *name) UsbFnCfgGetPropValueFromHcs() argument
|
Completed in 2 milliseconds