Home
last modified time | relevance | path

Searched defs:node (Results 1 – 25 of 179) sorted by relevance

12345678

/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/hcs/
DModifyNode.js22 function getParent(node, dest, parent) { argument
26 function isNameRepeat(node, name) { argument
35 ModifyNode.modifyName = function (files, root, node, name) { argument
45 ModifyNode.modifyNodeType = function (files, root, node, type) { argument
66 ModifyNode.addChildAttr = function (root, node) { argument
83 ModifyNode.addChildNode = function (root, node) { argument
100 ModifyNode.deleteNode = function (node) { argument
114 ModifyNode.getInheritList = function (root, node) { argument
156 ModifyNode.getInheritNameList = function (root, node) { argument
164 ModifyNode.getInheritTemplete = function (root, node) { argument
DNodeTools.js43 function getRoot(node) { argument
48 NodeTools.isElders = function (node, elders) { argument
58 NodeTools.getPathByNode = function (node, expandRef = true) { argument
78 NodeTools.getNodeByPath = function (node, path) { argument
92 NodeTools.lookupInherit = function (node) { argument
107 NodeTools.lookup = function (node) { argument
138 NodeTools.recursionNode = function (node, callback) { argument
146 NodeTools.recursionAll = function (node, callback, isForward) { argument
163 NodeTools.redefineCheck = function (node) { argument
179 function separate(node) { argument
[all …]
DGenerator.js37 astToObjConfigNodeType(nodeType, obj, node) { argument
53 astToObjConfigNode(ret, child, node) { argument
66 astToObj(node, parent) { argument
146 expandObj(node) { argument
159 makeHcs(fn, node) { argument
173 objToHcsConfigNode(node, deep) { argument
198 objToHcs(node, deep) { argument
/drivers/hdf_core/framework/model/network/wifi/platform/src/
Dhdf_wlan_config_parser.c14 static int32_t ParseWlanStaConfig(const struct DeviceResourceNode *node, struct HdfConfigWlanStatio… in ParseWlanStaConfig()
42 static int32_t ParseWlanApConfig(const struct DeviceResourceNode *node, struct HdfConfigWlanHostAp … in ParseWlanApConfig()
81 static int32_t ParseWlanP2PConfig(const struct DeviceResourceNode *node, struct HdfConfigWlanP2P *p… in ParseWlanP2PConfig()
109 static int32_t ParseWlanMac80211Config(const struct DeviceResourceNode *node, struct HdfConfigWlanM… in ParseWlanMac80211Config()
132 static int32_t ParseWlanPhyConfig(const struct DeviceResourceNode *node, struct HdfConfigWlanPhy *p… in ParseWlanPhyConfig()
155 static int32_t ParseWlanModuleConfig(const struct DeviceResourceNode *node, struct HdfConfigWlanMod… in ParseWlanModuleConfig()
214 static int32_t ParseWlanPowerConfig(const struct DeviceResourceNode *node, in ParseWlanPowerConfig()
251 static int32_t ParseWlanPowersConfig(const struct DeviceResourceNode *node, struct HdfConfWlanPower… in ParseWlanPowersConfig()
286 static int32_t ParseWlanResetConfig(const struct DeviceResourceNode *node, struct HdfConfWlanRest *… in ParseWlanResetConfig()
323 static int32_t ParseWlanBusConfig(const struct DeviceResourceNode *node, struct HdfConfigWlanBus *b… in ParseWlanBusConfig()
[all …]
/drivers/hdf_core/framework/test/unittest/platform/virtual/
Dregulator_virtual.c33 static int32_t VirtualRegulatorEnable(struct RegulatorNode *node) in VirtualRegulatorEnable()
45 static int32_t VirtualRegulatorDisable(struct RegulatorNode *node) in VirtualRegulatorDisable()
57 static int32_t VirtualRegulatorSetVoltage(struct RegulatorNode *node, uint32_t minUv, uint32_t maxU… in VirtualRegulatorSetVoltage()
69 static int32_t VirtualRegulatorGetVoltage(struct RegulatorNode *node, uint32_t *voltage) in VirtualRegulatorGetVoltage()
81 static int32_t VirtualRegulatorSetCurrent(struct RegulatorNode *node, uint32_t minUa, uint32_t maxU… in VirtualRegulatorSetCurrent()
93 static int32_t VirtualRegulatorGetCurrent(struct RegulatorNode *node, uint32_t *current) in VirtualRegulatorGetCurrent()
105 static int32_t VirtualRegulatorGetStatus(struct RegulatorNode *node, uint32_t *status) in VirtualRegulatorGetStatus()
127 …rtualRegulatorContinueReadHcs(struct RegulatorNode *regNode, const struct DeviceResourceNode *node) in VirtualRegulatorContinueReadHcs()
173 …t32_t VirtualRegulatorReadHcs(struct RegulatorNode *regNode, const struct DeviceResourceNode *node) in VirtualRegulatorReadHcs()
223 …VirtualRegulatorParseAndInit(struct HdfDeviceObject *device, const struct DeviceResourceNode *node) in VirtualRegulatorParseAndInit()
/drivers/hdf_core/adapter/khdf/linux/platform/regulator/
Dregulator_adapter.c26 static int32_t LinuxRegulatorOpen(struct RegulatorNode *node) in LinuxRegulatorOpen()
56 static int32_t LinuxRegulatorClose(struct RegulatorNode *node) in LinuxRegulatorClose()
75 static int32_t LinuxRegulatorRemove(struct RegulatorNode *node) in LinuxRegulatorRemove()
93 static int32_t LinuxRegulatorEnable(struct RegulatorNode *node) in LinuxRegulatorEnable()
118 static int32_t LinuxRegulatorDisable(struct RegulatorNode *node) in LinuxRegulatorDisable()
143 static int32_t LinuxRegulatorForceDisable(struct RegulatorNode *node) in LinuxRegulatorForceDisable()
165 static int32_t LinuxRegulatorSetVoltage(struct RegulatorNode *node, uint32_t minUv, uint32_t maxUv) in LinuxRegulatorSetVoltage()
185 static int32_t LinuxRegulatorGetVoltage(struct RegulatorNode *node, uint32_t *voltage) in LinuxRegulatorGetVoltage()
207 static int32_t LinuxRegulatorSetCurrent(struct RegulatorNode *node, uint32_t minUa, uint32_t maxUa) in LinuxRegulatorSetCurrent()
226 static int32_t LinuxRegulatorGetCurrent(struct RegulatorNode *node, uint32_t *regCurrent) in LinuxRegulatorGetCurrent()
[all …]
/drivers/hdf_core/framework/support/platform/src/regulator/
Dregulator_if.c24 struct RegulatorNode *node = (struct RegulatorNode *)handle; in RegulatorClose() local
39 struct RegulatorNode *node = (struct RegulatorNode *)handle; in RegulatorEnable() local
57 struct RegulatorNode *node = (struct RegulatorNode *)handle; in RegulatorDisable() local
75 struct RegulatorNode *node = (struct RegulatorNode *)handle; in RegulatorForceDisable() local
93 struct RegulatorNode *node = (struct RegulatorNode *)handle; in RegulatorSetVoltage() local
117 struct RegulatorNode *node = (struct RegulatorNode *)handle; in RegulatorGetVoltage() local
135 struct RegulatorNode *node = (struct RegulatorNode *)handle; in RegulatorSetCurrent() local
159 struct RegulatorNode *node = (struct RegulatorNode *)handle; in RegulatorGetCurrent() local
177 struct RegulatorNode *node = (struct RegulatorNode *)handle; in RegulatorGetStatus() local
Dregulator_core.c57 int32_t RegulatorNodeClose(struct RegulatorNode *node) in RegulatorNodeClose()
91 int32_t RegulatorNodeSetParent(struct RegulatorNode *node) in RegulatorNodeSetParent()
163 void RegulatorNodeInitEnable(struct RegulatorNode *node) in RegulatorNodeInitEnable()
204 int32_t RegulatorNodeInitProcess(struct RegulatorNode *node) in RegulatorNodeInitProcess()
231 int32_t RegulatorNodeAdd(struct RegulatorNode *node) in RegulatorNodeAdd()
342 int32_t RegulatorNodeStatusCb(struct RegulatorNode *node) in RegulatorNodeStatusCb()
356 int32_t RegulatorNodeEnable(struct RegulatorNode *node) in RegulatorNodeEnable()
395 int32_t RegulatorNodeDisable(struct RegulatorNode *node) in RegulatorNodeDisable()
446 int32_t RegulatorNodeForceDisable(struct RegulatorNode *node) in RegulatorNodeForceDisable()
501 int32_t RegulatorNodeSetVoltage(struct RegulatorNode *node, uint32_t minUv, uint32_t maxUv) in RegulatorNodeSetVoltage()
[all …]
/drivers/hdf_core/framework/include/utils/
Dhcs_macro.h83 #define HCS_NODE_EXISTS(node) HCS_CAT(node, _exists) argument
92 #define HCS_NODE(parent, node) HCS_CAT(parent, _##node) argument
101 #define HCS_NODE_HAS_PROP(node, prop) HCS_CAT(node, _##prop##_exists) argument
110 #define HCS_PROP(node, prop) HCS_CAT(node, _##prop) argument
119 #define HCS_FOREACH_CHILD(node, func) \ argument
129 #define HCS_FOREACH_CHILD_VARGS(node, func, ...) \ argument
/drivers/hdf_core/framework/model/camera/parser/src/
Dcamera_config_parser.c40 static int32_t ParseCameraSensorDeviceConfig(const struct DeviceResourceNode *node, in ParseCameraSensorDeviceConfig()
71 static int32_t ParseCameraIspDeviceConfig(const struct DeviceResourceNode *node, in ParseCameraIspDeviceConfig()
112 static int32_t ParseCameraVcmDeviceConfig(const struct DeviceResourceNode *node, in ParseCameraVcmDeviceConfig()
145 static int32_t ParseCameraLensDeviceConfig(const struct DeviceResourceNode *node, in ParseCameraLensDeviceConfig()
170 static int32_t ParseCameraFlashDeviceConfig(const struct DeviceResourceNode *node, in ParseCameraFlashDeviceConfig()
197 static int32_t ParseCameraStreamDeviceConfigs(const struct DeviceResourceNode *node, in ParseCameraStreamDeviceConfigs()
218 static int32_t ParseCameraStreamDeviceConfig(const struct DeviceResourceNode *node, in ParseCameraStreamDeviceConfig()
257 static int32_t ParseCameraSensorConfig(const struct DeviceResourceNode *node, in ParseCameraSensorConfig()
286 static int32_t ParseCameraIspConfig(const struct DeviceResourceNode *node, in ParseCameraIspConfig()
315 static int32_t ParseCameraLensConfig(const struct DeviceResourceNode *node, in ParseCameraLensConfig()
[all …]
/drivers/hdf_core/framework/utils/src/hcs_parser/
Dhcs_tree_if.c15 static struct DeviceResourceAttr *GetAttrInNode(const struct DeviceResourceNode *node, const char *… in GetAttrInNode()
29 bool HcsGetBool(const struct DeviceResourceNode *node, const char *attrName) in HcsGetBool()
56 int32_t HcsGetUint8(const struct DeviceResourceNode *node, const char *attrName, uint8_t *value, ui… in HcsGetUint8()
69 int32_t HcsGetUint16(const struct DeviceResourceNode *node, const char *attrName, uint16_t *value, … in HcsGetUint16()
82 int32_t HcsGetUint32(const struct DeviceResourceNode *node, const char *attrName, uint32_t *value, … in HcsGetUint32()
95 int32_t HcsGetUint64(const struct DeviceResourceNode *node, const char *attrName, uint64_t *value, … in HcsGetUint64()
132 int32_t HcsGetUint8ArrayElem(const struct DeviceResourceNode *node, const char *attrName, uint32_t … in HcsGetUint8ArrayElem()
153 int32_t HcsGetUint16ArrayElem(const struct DeviceResourceNode *node, const char *attrName, uint32_t… in HcsGetUint16ArrayElem()
174 int32_t HcsGetUint32ArrayElem(const struct DeviceResourceNode *node, const char *attrName, uint32_t… in HcsGetUint32ArrayElem()
195 int32_t HcsGetUint64ArrayElem(const struct DeviceResourceNode *node, const char *attrName, uint32_t… in HcsGetUint64ArrayElem()
[all …]
/drivers/hdf_core/framework/model/network/ethernet/src/
Deth_device.c79 static int32_t ParseEthMacConfig(const struct DeviceResourceNode *node, struct HdfConfigEthMac *eth… in ParseEthMacConfig()
120 static int32_t ParseEthPhyConfig(const struct DeviceResourceNode *node, struct HdfConfigEthPhy *eth… in ParseEthPhyConfig()
142 static int32_t ParseEthDevInstConfig(const struct DeviceResourceNode *node, struct ConfigEthDevList… in ParseEthDevInstConfig()
199 static int32_t ParseEthDevListNode(const struct DeviceResourceNode *node, struct EthConfig *ethConf… in ParseEthDevListNode()
220 static int32_t ParseConfigFromProperty(const struct DeviceResourceNode *node, struct EthConfig *con… in ParseConfigFromProperty()
238 struct EthConfig *GetEthConfig(const struct DeviceResourceNode *node) in GetEthConfig()
/drivers/peripheral/thermal/interfaces/hdi_service/src/
Dthermal_hdf_config.cpp77 for (auto node = rootNode->children; node; node = node->next) { in ParseThermalHdiXMLConfig() local
95 void ThermalHdfConfig::ParseBaseNode(xmlNodePtr node) in ParseBaseNode()
121 std::string ThermalHdfConfig::GetXmlNodeName(xmlNodePtr node, std::string &defaultName) in GetXmlNodeName()
134 void ThermalHdfConfig::ParsePollingNode(xmlNodePtr node) in ParsePollingNode()
183 void ThermalHdfConfig::ParsePollingSubNode(xmlNodePtr node, XMLThermalNodeInfo& tn) in ParsePollingSubNode()
200 void ThermalHdfConfig::ParseTracingNode(xmlNodePtr node) in ParseTracingNode()
215 void ThermalHdfConfig::ParseTracingSubNode(xmlNodePtr node) in ParseTracingSubNode()
256 void ThermalHdfConfig::GetThermalZoneNodeInfo(XMLThermalZoneInfo& tz, const xmlNode* node) in GetThermalZoneNodeInfo()
272 void ThermalHdfConfig::ParseIsolateNode(xmlNodePtr node) in ParseIsolateNode()
301 void ThermalHdfConfig::ParseIsolateSubNode(xmlNodePtr node, IsolateNodeInfo& tn) in ParseIsolateSubNode()
/drivers/hdf_core/framework/model/network/bluetooth/
Dhdf_chip_config.c11 static int ParsePowerConfig(const struct DeviceResourceNode *node, struct HdfPowerConfig *config) in ParsePowerConfig()
48 static struct HdfPowersConfig *ParsePowersConfig(const struct DeviceResourceNode *node) in ParsePowersConfig()
100 static int ParseResetConfig(const struct DeviceResourceNode *node, struct HdfResetConfig *reset) in ParseResetConfig()
145 int32_t ParseChipConfig(const struct DeviceResourceNode *node, struct HdfChipConfig *config) in ParseChipConfig()
/drivers/hdf_core/framework/model/display/driver/lcdkit/
Dlcdkit_parse_config.c13 #define PARSE_PANEL_SYMBOL(node, ops, symbol, out) do { \ argument
94 static int32_t ParseCmdConfig(const struct DeviceResourceNode *node, struct DeviceResourceIface *dr… in ParseCmdConfig()
117 static int32_t ParsePanelInfo(const struct DeviceResourceNode *node, struct DeviceResourceIface *dr… in ParsePanelInfo()
150 static int32_t ParsePowerSetting(const struct DeviceResourceNode *node, struct DeviceResourceIface … in ParsePowerSetting()
187 static int32_t ParsePowerSequeue(const struct DeviceResourceNode *node, struct DeviceResourceIface … in ParsePowerSequeue()
224 static int32_t ParsePanelConfig(const struct DeviceResourceNode *node, struct PanelConfig *cfg) in ParsePanelConfig()
261 int32_t ParseLcdConfig(const struct DeviceResourceNode *node, struct PanelConfig *cfg) in ParseLcdConfig()
/drivers/hdf_core/framework/tools/hc-gen/src/
Dparser.cpp180 auto node = std::make_shared<ConfigNode>(name, NODE_NOREF, ""); in ParseNode() local
263 auto node = ParseNode(name, false); in ParseTemplate() local
301 std::shared_ptr<AstObject> node; in ParseNodeWithRef() local
325 auto node = ParseNode(name); in ParseNodeCopy() local
345 auto node = ParseNode(name); in ParseNodeRef() local
359 auto node = ParseNode(name); in ParseNodeDelete() local
380 auto node = ParseNode(name); in ParseNodeInherit() local
/drivers/peripheral/usb/ddk/device/src/
Dusbfn_cfg_mgr.c85 static int32_t UsbFnCfgMgrParseUsbFnDevDesc(const struct DeviceResourceNode *node, struct UsbFnDevi… in UsbFnCfgMgrParseUsbFnDevDesc()
122const struct DeviceResourceNode *node, const struct DeviceResourceIface *drsOps, struct UsbFnStrin… in UsbFnCfgMgrParseString()
175 const struct DeviceResourceNode *node, const struct DeviceResourceIface *drsOps) in UsbFnCfgMgrParseStrings()
222 static int32_t UsbFnCfgMgrParseUsbFnDevStrings(const struct DeviceResourceNode *node, struct UsbFnD… in UsbFnCfgMgrParseUsbFnDevStrings()
256const struct DeviceResourceNode *node, const struct DeviceResourceIface *drsOps, uint8_t *descBuff) in UsbFnCfgMgrParseAccocInterfaceDesc()
280const struct DeviceResourceNode *node, const struct DeviceResourceIface *drsOps, uint8_t *descBuff) in UsbFnCfgMgrParseInterfaceDesc()
305const struct DeviceResourceNode *node, const struct DeviceResourceIface *drsOps, uint8_t *descBuff) in UsbFnCfgMgrParseEndpointDesc()
334const struct DeviceResourceNode *node, const struct DeviceResourceIface *drsOps, uint8_t *descBuff) in UsbFnCfgMgrParseStringDesc()
355const struct DeviceResourceNode *node, const struct DeviceResourceIface *drsOps, uint8_t *descBuff) in UsbFnCfgMgrParseSspIsocEndpointDesc()
379const struct DeviceResourceNode *node, const struct DeviceResourceIface *drsOps, uint8_t *descBuff) in UsbFnCfgMgrParseSsEndpointDesc()
[all …]
/drivers/peripheral/user_auth/hdi_service/common/src/
Dlinked_list.c39 LinkedListNode *node = Malloc(sizeof(LinkedListNode)); in InsertNode() local
62 LinkedListNode *node = list->head; in RemoveNode() local
166 IAM_STATIC void DestroyLinkedListNode(const LinkedList *list, LinkedListNode *node) in DestroyLinkedListNode()
185 LinkedListNode *node = list->head; in DestroyLinkedList() local
/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/
DAttrEditor.js32 freshEditor(fn, node) { argument
74 freshDataNodeNotInheritEditor(node) { argument
108 freshcopyNodeEditor(node) { argument
162 freshdeleteNodeEditor(node) { argument
199 freshTempletNodeEditor(node) { argument
225 freshDefineAttributeEditor(node) { argument
/drivers/hdf_core/framework/utils/src/
Dhdf_map.c50 static void MapAddNode(Map *map, struct MapNode *node) in MapAddNode()
75 struct MapNode *node = NULL; in MapResize() local
98 struct MapNode *node = (struct MapNode *)OsalMemCalloc(sizeof(*node) + keySize + valueSize); in MapCreateNode() local
134 struct MapNode *node = NULL; in MapSet() local
191 struct MapNode *node = NULL; in MapGet() local
216 struct MapNode *node = NULL; in MapErase() local
260 struct MapNode *node = NULL; in MapDelete() local
/drivers/hdf_core/framework/test/unittest/model/audio/src/
Daudio_dsp_base_test.c19 struct DeviceResourceNode node; in DspGetServiceNameTest() local
40 struct DeviceResourceNode node; in DspGetDaiNameTest() local
/drivers/hdf_core/framework/model/audio/common/src/
Daudio_dsp_base.c16 const struct DeviceResourceNode *node = NULL; in DspGetServiceName() local
47 const struct DeviceResourceNode *node = NULL; in DspGetDaiName() local
/drivers/hdf_core/framework/model/network/wifi/platform/src/message/nodes/
Dlocal_node.c142 RemoteService *CreateLocalNodeService(MessageNode *node, MessageDispatcher *dispatcher, struct Serv… in CreateLocalNodeService()
192 static ErrorCode InitLocalNode(MessageNode *node) in InitLocalNode()
245 static void DestroyLocalNode(MessageNode *node) in DestroyLocalNode()
260 ErrorCode CreateLocalNode(MessageNode **node) in CreateLocalNode()
/drivers/peripheral/codec/hdi_service/codec_service_stub/
Dcodec_config_parser.c32 static int32_t GetGroupCapabilitiesNumber(const struct DeviceResourceNode *node, in GetGroupCapabilitiesNumber()
95 const struct DeviceResourceNode *node, ConfigUintArrayNodeAttr *attr) in GetUintTableConfig()
122 const struct DeviceResourceNode *node, const char *attrName, uint32_t *mask) in GetMaskedConfig()
348 static int32_t GetGroupCapabilities(const struct DeviceResourceNode *node, in GetGroupCapabilities()
380 static int32_t LoadCodecCapabilityFromHcsPre(const struct DeviceResourceNode *node, char *codecGrou… in LoadCodecCapabilityFromHcsPre()
417 int32_t LoadCodecCapabilityFromHcs(const struct DeviceResourceNode *node) in LoadCodecCapabilityFromHcs()
/drivers/hdf_core/framework/model/sensor/driver/ppg/
Dsensor_ppg_config.c35 const struct DeviceResourceNode *node, struct PpgPinCfg *pinCfg) in ParsePpgPinMuxConfig()
75 const struct DeviceResourceNode *node, struct PpgPinCfg *pinCfg) in ParsePpgGpiosConfig()
210 static int32_t GetPinConfigData(const struct DeviceResourceNode *node, struct PpgPinCfg *pinCfg) in GetPinConfigData()
241 int32_t ParsePpgCfgData(const struct DeviceResourceNode *node, struct PpgCfgData **cfgData) in ParsePpgCfgData()

12345678