| /drivers/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() 250 static int32_t ParseWlanPowersConfig(const struct DeviceResourceNode *node, struct HdfConfWlanPower… in ParseWlanPowersConfig() 285 static int32_t ParseWlanResetConfig(const struct DeviceResourceNode *node, struct HdfConfWlanRest *… in ParseWlanResetConfig() 321 static int32_t ParseWlanBusConfig(const struct DeviceResourceNode *node, struct HdfConfigWlanBus *b… in ParseWlanBusConfig() [all …]
|
| /drivers/framework/test/unittest/platform/virtual/ |
| D | regulator_virtual.c | 33 static int32_t VirtualRegulatorEnable(struct RegulatorNode *node) in VirtualRegulatorEnable() 45 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()
|
| D | dac_virtual.c | 63 … int32_t VirtualDacReadDrs(struct VirtualDacDevice *virtual, const struct DeviceResourceNode *node) in VirtualDacReadDrs() 87 …t32_t VirtualDacParseAndInit(struct HdfDeviceObject *device, const struct DeviceResourceNode *node) in VirtualDacParseAndInit() 142 static void VirtualDacRemoveByNode(const struct DeviceResourceNode *node) in VirtualDacRemoveByNode()
|
| /drivers/adapter/khdf/linux/platform/regulator/ |
| D | regulator_adapter.c | 26 static int32_t LinuxRegulatorOpen(struct RegulatorNode *node) in LinuxRegulatorOpen() 55 static int32_t LinuxRegulatorClose(struct RegulatorNode *node) in LinuxRegulatorClose() 72 static int32_t LinuxRegulatorRemove(struct RegulatorNode *node) in LinuxRegulatorRemove() 90 static int32_t LinuxRegulatorEnable(struct RegulatorNode *node) in LinuxRegulatorEnable() 115 static int32_t LinuxRegulatorDisable(struct RegulatorNode *node) in LinuxRegulatorDisable() 140 static int32_t LinuxRegulatorForceDisable(struct RegulatorNode *node) in LinuxRegulatorForceDisable() 161 static int32_t LinuxRegulatorSetVoltage(struct RegulatorNode *node, uint32_t minUv, uint32_t maxUv) in LinuxRegulatorSetVoltage() 181 static int32_t LinuxRegulatorGetVoltage(struct RegulatorNode *node, uint32_t *voltage) in LinuxRegulatorGetVoltage() 203 static int32_t LinuxRegulatorSetCurrent(struct RegulatorNode *node, uint32_t minUa, uint32_t maxUa) in LinuxRegulatorSetCurrent() 222 static int32_t LinuxRegulatorGetCurrent(struct RegulatorNode *node, uint32_t *regCurrent) in LinuxRegulatorGetCurrent() [all …]
|
| /drivers/framework/support/platform/src/regulator/ |
| D | regulator_if.c | 24 struct RegulatorNode *node = (struct RegulatorNode *)handle; in RegulatorClose() local 38 struct RegulatorNode *node = (struct RegulatorNode *)handle; in RegulatorEnable() local 55 struct RegulatorNode *node = (struct RegulatorNode *)handle; in RegulatorDisable() local 72 struct RegulatorNode *node = (struct RegulatorNode *)handle; in RegulatorForceDisable() local 89 struct RegulatorNode *node = (struct RegulatorNode *)handle; in RegulatorSetVoltage() local 112 struct RegulatorNode *node = (struct RegulatorNode *)handle; in RegulatorGetVoltage() local 129 struct RegulatorNode *node = (struct RegulatorNode *)handle; in RegulatorSetCurrent() local 152 struct RegulatorNode *node = (struct RegulatorNode *)handle; in RegulatorGetCurrent() local 169 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() 162 void RegulatorNodeInitEnable(struct RegulatorNode *node) in RegulatorNodeInitEnable() 203 int32_t RegulatorNodeInitProcess(struct RegulatorNode *node) in RegulatorNodeInitProcess() 229 int32_t RegulatorNodeAdd(struct RegulatorNode *node) in RegulatorNodeAdd() 340 int32_t RegulatorNodeStatusCb(struct RegulatorNode *node) in RegulatorNodeStatusCb() 354 int32_t RegulatorNodeEnable(struct RegulatorNode *node) in RegulatorNodeEnable() 393 int32_t RegulatorNodeDisable(struct RegulatorNode *node) in RegulatorNodeDisable() 444 int32_t RegulatorNodeForceDisable(struct RegulatorNode *node) in RegulatorNodeForceDisable() 499 int32_t RegulatorNodeSetVoltage(struct RegulatorNode *node, uint32_t minUv, uint32_t maxUv) in RegulatorNodeSetVoltage() [all …]
|
| /drivers/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/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/framework/tools/hc-gen/src/ |
| D | parser.cpp | 148 auto node = std::make_shared<ConfigNode>(name, NODE_NOREF, ""); in ParseNode() local 231 auto node = ParseNode(name, false); in ParseTemplate() local 269 std::shared_ptr<AstObject> node; in ParseNodeWithRef() local 293 auto node = ParseNode(name); in ParseNodeCopy() local 313 auto node = ParseNode(name); in ParseNodeRef() local 327 auto node = ParseNode(name); in ParseNodeDelete() local 348 auto node = ParseNode(name); in ParseNodeInherit() local
|
| D | text_gen.cpp | 89 auto node = ConfigNode::CastFrom(current); in HeaderOutputTraversal() local 218 uint32_t TextGen::GenNodeDefinition(const std::shared_ptr<AstObject> &node) in GenNodeDefinition() 245 std::string TextGen::GenConfigStructName(const std::shared_ptr<AstObject> &node) in GenConfigStructName() 259 auto node = ConfigNode::CastFrom(object); in GenObjectDefinitionGen() local 417 auto node = ConfigNode::CastFrom(object); in ObjectImplementGen() local 438 auto node = ConfigNode::CastFrom(object); in TemplateObjectImplGen() local 461 auto node = ConfigNode::CastFrom(object); in GenTemplateVariableName() local 617 auto node = ConfigNode::CastFrom(object); in OutputTemplateImpl() local 648 auto node = ConfigNode::CastFrom(object); in OutputTemplateVariablesDeclare() local 724 auto node = nodeMap.find(current->Name()); in DuplicateNodeNameCheck() local
|
| /drivers/framework/model/network/ethernet/src/ |
| D | eth_device.c | 75 static int32_t ParseEthMacConfig(const struct DeviceResourceNode *node, struct HdfConfigEthMac *eth… in ParseEthMacConfig() 116 static int32_t ParseEthPhyConfig(const struct DeviceResourceNode *node, struct HdfConfigEthPhy *eth… in ParseEthPhyConfig() 138 static int32_t ParseEthDevInstConfig(const struct DeviceResourceNode *node, struct ConfigEthDevList… in ParseEthDevInstConfig() 195 static int32_t ParseEthDevListNode(const struct DeviceResourceNode *node, struct EthConfig *ethConf… in ParseEthDevListNode() 216 static int32_t ParseConfigFromProperty(const struct DeviceResourceNode *node, struct EthConfig *con… in ParseConfigFromProperty() 234 struct EthConfig *GetEthConfig(const struct DeviceResourceNode *node) in GetEthConfig()
|
| /drivers/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/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 121 struct MapNode *node = NULL; in MapSet() local 173 struct MapNode *node = NULL; in MapGet() local 198 struct MapNode *node = NULL; in MapErase() local 242 struct MapNode *node = NULL; in MapDelete() local
|
| /drivers/peripheral/usb/ddk/device/src/ |
| D | usbfn_cfg_mgr.c | 83 static int32_t UsbFnCfgMgrParseUsbFnDevDesc(const struct DeviceResourceNode *node, in UsbFnCfgMgrParseUsbFnDevDesc() 123 static int32_t UsbFnCfgMgrParseString(const struct DeviceResourceNode *node, in UsbFnCfgMgrParseString() 176 static struct UsbFnStrings **UsbFnCfgMgrParseStrings(const struct DeviceResourceNode *node, in UsbFnCfgMgrParseStrings() 225 static int32_t UsbFnCfgMgrParseUsbFnDevStrings(const struct DeviceResourceNode *node, in UsbFnCfgMgrParseUsbFnDevStrings() 259 static int32_t UsbFnCfgMgrParseAccocInterfaceDesc(const struct DeviceResourceNode *node, in UsbFnCfgMgrParseAccocInterfaceDesc() 283 static int32_t UsbFnCfgMgrParseInterfaceDesc(const struct DeviceResourceNode *node, in UsbFnCfgMgrParseInterfaceDesc() 308 static int32_t UsbFnCfgMgrParseEndpointDesc(const struct DeviceResourceNode *node, in UsbFnCfgMgrParseEndpointDesc() 338 static int32_t UsbFnCfgMgrParseStringDesc(const struct DeviceResourceNode *node, in UsbFnCfgMgrParseStringDesc() 359 static int32_t UsbFnCfgMgrParseSspIsocEndpointDesc(const struct DeviceResourceNode *node, in UsbFnCfgMgrParseSspIsocEndpointDesc() 383 static int32_t UsbFnCfgMgrParseSsEndpointDesc(const struct DeviceResourceNode *node, in UsbFnCfgMgrParseSsEndpointDesc() [all …]
|
| /drivers/peripheral/thermal/interfaces/hdi_service/src/ |
| D | thermal_hdf_config.cpp | 67 for (auto node = rootNode->children; node; node = node->next) { in ParseThermalHdiXMLConfig() local 80 void ThermalHdfConfig::ParseBaseNode(xmlNodePtr node) in ParseBaseNode() 96 void ThermalHdfConfig::ParsePollingNode(xmlNodePtr node) in ParsePollingNode() 132 void ThermalHdfConfig::GetThermalZoneNodeInfo(XMLThermalZoneInfo &tz, const xmlNode* node) in GetThermalZoneNodeInfo()
|
| /drivers/peripheral/codec/hal/config/capability_config/src/ |
| D | config_parser.c | 24 static int32_t GetGroupCapabilitiesNumber(const struct DeviceResourceNode *node, in GetGroupCapabilitiesNumber() 52 const struct DeviceResourceNode *node, const char *attrName, ResizableArray *table) in GetUintTableConfig() 73 const struct DeviceResourceNode *node, const char *attrName, uint32_t *mask) in GetMaskedConfig() 146 static int32_t GetGroupCapabilities(const struct DeviceResourceNode *node, in GetGroupCapabilities() 173 int32_t LoadCodecCapabilityFromHcs(const struct DeviceResourceNode *node, CodecCapablites *caps) in LoadCodecCapabilityFromHcs()
|
| /drivers/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/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/framework/model/network/wifi/platform/src/message/nodes/ |
| D | local_node.c | 136 RemoteService *CreateLocalNodeService(MessageNode *node, MessageDispatcher *dispatcher, struct Serv… in CreateLocalNodeService() 180 static ErrorCode InitLocalNode(MessageNode *node) in InitLocalNode() 229 static void DestroyLocalNode(MessageNode *node) in DestroyLocalNode() 242 ErrorCode CreateLocalNode(MessageNode **node) in CreateLocalNode()
|
| /drivers/framework/core/shared/include/ |
| D | hdf_attribute_macro.h | 42 #define HDF_DEAL_DEVICE_NODE(node, deviceNodes) \ argument 59 #define HDF_DEAL_DEVICE(node, devices) \ argument 71 #define HDF_FIND_HOST(node, name, host) \ argument 81 #define HDF_DEAL_HOST(node, hosts) \ argument
|
| /drivers/framework/support/platform/include/regulator/ |
| D | regulator_tree_mgr.h | 25 struct DListHead node; member 31 struct DListHead node; member
|
| /drivers/peripheral/codec/hal/src/ |
| D | codec_config_parser.c | 29 static int32_t GetGroupCapabilitiesNumber(const struct DeviceResourceNode *node, in GetGroupCapabilitiesNumber() 61 const struct DeviceResourceNode *node, ConfigUintArrayNodeAttr *attr) in GetUintTableConfig() 88 const struct DeviceResourceNode *node, const char *attrName, uint32_t *mask) in GetMaskedConfig() 282 static int32_t GetGroupCapabilities(const struct DeviceResourceNode *node, in GetGroupCapabilities() 320 int32_t LoadCodecCapabilityFromHcs(const struct DeviceResourceNode *node, CodecCapablites *caps) in LoadCodecCapabilityFromHcs()
|
| /drivers/framework/model/input/driver/ |
| D | input_config_parser.c | 26 int32_t ParseKeyConfig(const struct DeviceResourceNode *node, KeyChipCfg *config) in ParseKeyConfig() 56 int32_t ParseEncoderConfig(const struct DeviceResourceNode *node, EncoderCfg *config) in ParseEncoderConfig() 185 int32_t ParseTouchBoardConfig(const struct DeviceResourceNode *node, TouchBoardCfg *config) in ParseTouchBoardConfig() 282 int32_t ParseTouchChipConfig(const struct DeviceResourceNode *node, TouchChipCfg *config) in ParseTouchChipConfig()
|
| /drivers/peripheral/camera/hal/buffer_manager/src/ |
| D | buffer_loop_tracking.cpp | 106 std::shared_ptr<TrackingNode> TrackingStream::FindTrackingNode(const std::string node) in FindTrackingNode() 118 void TrackingStream::AttachTrackingNode(const std::shared_ptr<TrackingNode>& node) in AttachTrackingNode() 132 void TrackingStream::DetachTrackingNode(const std::shared_ptr<TrackingNode>& node) in DetachTrackingNode() 170 …ingStream::MoveBuffer(std::shared_ptr<TrackingBuffer>& buffer, std::shared_ptr<TrackingNode>& node) in MoveBuffer() 342 void BufferLoopTracking::AddTrackingNode(const int32_t trackingId, const std::string node) in AddTrackingNode() 413 auto node = std::make_shared<TrackingNode>(message->nodeName); in HandleMessage() local 442 int32_t BufferLoopTracking::IsEmpty(const int32_t id, const std::string node) in IsEmpty()
|
| /drivers/framework/include/bluetooth/ |
| D | hdf_chip_config.h | 67 static inline int ParsePowerConfig(const struct DeviceResourceNode *node, struct HdfPowerConfig *co… in ParsePowerConfig() 103 static inline struct HdfPowersConfig *ParsePowersConfig(const struct DeviceResourceNode *node) { in ParsePowersConfig() 154 static inline int ParseResetConfig(const struct DeviceResourceNode *node, struct HdfResetConfig *re… in ParseResetConfig() 198 static inline int32_t ParseChipConfig(const struct DeviceResourceNode *node, struct HdfChipConfig *… in ParseChipConfig()
|