/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/hcs/ |
D | ModifyNode.js | 22 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
|
D | NodeTools.js | 43 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 …]
|
D | Generator.js | 37 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/ |
D | hdf_wlan_config_parser.c | 14 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/ |
D | regulator_virtual.c | 33 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/ |
D | regulator_adapter.c | 26 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/ |
D | regulator_if.c | 24 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
|
D | regulator_core.c | 57 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/ |
D | hcs_macro.h | 83 #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/ |
D | camera_config_parser.c | 40 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/ |
D | hcs_tree_if.c | 15 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/ |
D | eth_device.c | 79 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/ |
D | thermal_hdf_config.cpp | 77 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/ |
D | hdf_chip_config.c | 11 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/ |
D | lcdkit_parse_config.c | 13 #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/ |
D | parser.cpp | 180 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/ |
D | usbfn_cfg_mgr.c | 85 static int32_t UsbFnCfgMgrParseUsbFnDevDesc(const struct DeviceResourceNode *node, struct UsbFnDevi… in UsbFnCfgMgrParseUsbFnDevDesc() 122 …const 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() 256 …const struct DeviceResourceNode *node, const struct DeviceResourceIface *drsOps, uint8_t *descBuff) in UsbFnCfgMgrParseAccocInterfaceDesc() 280 …const struct DeviceResourceNode *node, const struct DeviceResourceIface *drsOps, uint8_t *descBuff) in UsbFnCfgMgrParseInterfaceDesc() 305 …const struct DeviceResourceNode *node, const struct DeviceResourceIface *drsOps, uint8_t *descBuff) in UsbFnCfgMgrParseEndpointDesc() 334 …const struct DeviceResourceNode *node, const struct DeviceResourceIface *drsOps, uint8_t *descBuff) in UsbFnCfgMgrParseStringDesc() 355 …const struct DeviceResourceNode *node, const struct DeviceResourceIface *drsOps, uint8_t *descBuff) in UsbFnCfgMgrParseSspIsocEndpointDesc() 379 …const struct DeviceResourceNode *node, const struct DeviceResourceIface *drsOps, uint8_t *descBuff) in UsbFnCfgMgrParseSsEndpointDesc() [all …]
|
/drivers/peripheral/user_auth/hdi_service/common/src/ |
D | linked_list.c | 39 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/ |
D | AttrEditor.js | 32 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/ |
D | hdf_map.c | 50 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/ |
D | audio_dsp_base_test.c | 19 struct DeviceResourceNode node; in DspGetServiceNameTest() local 40 struct DeviceResourceNode node; in DspGetDaiNameTest() local
|
/drivers/hdf_core/framework/model/audio/common/src/ |
D | audio_dsp_base.c | 16 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/ |
D | local_node.c | 142 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/ |
D | codec_config_parser.c | 32 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/ |
D | sensor_ppg_config.c | 35 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()
|