Home
last modified time | relevance | path

Searched refs:DeviceResourceNode (Results 1 – 25 of 181) sorted by relevance

12345678

/ohos5.0/drivers/hdf_core/interfaces/inner_api/utils/
H A Ddevice_resource_if.h70 struct DeviceResourceNode { struct
74 struct DeviceResourceNode *parent; /**< Pointer to the parent node */ argument
75 struct DeviceResourceNode *child; /**< Pointer to a child node */ argument
76 struct DeviceResourceNode *sibling; /**< Pointer to a sibling node */ argument
100 const struct DeviceResourceNode *(*GetRootNode)(void);
112 bool (*GetBool)(const struct DeviceResourceNode *node, const char *attrName);
322 …int32_t (*GetString)(const struct DeviceResourceNode *node, const char *attrName, const char **val…
352 int32_t (*GetElemNum)(const struct DeviceResourceNode *node, const char *attrName);
370 const struct DeviceResourceNode *(*GetNodeByMatchAttr)(const struct DeviceResourceNode *node,
382 …const struct DeviceResourceNode *(*GetChildNode)(const struct DeviceResourceNode *node, const char…
[all …]
H A Dhcs_tree_if.h23 const struct DeviceResourceNode *HcsGetRootNode(void);
24 bool HcsGetBool(const struct DeviceResourceNode *node, const char *attrName);
26 int32_t HcsGetUint8ArrayElem(const struct DeviceResourceNode *node, const char *attrName, uint32_t …
31 int32_t HcsGetUint16ArrayElem(const struct DeviceResourceNode *node, const char *attrName, uint32_t…
36 int32_t HcsGetUint32ArrayElem(const struct DeviceResourceNode *node, const char *attrName, uint32_t…
38 int32_t HcsGetUint32Array(const struct DeviceResourceNode *node, const char *attrName, uint32_t *va…
43 int32_t HcsGetUint64Array(const struct DeviceResourceNode *node, const char *attrName, uint64_t *va…
48 int32_t HcsGetElemNum(const struct DeviceResourceNode *node, const char *attrName);
49 const struct DeviceResourceNode *HcsGetNodeByMatchAttr(const struct DeviceResourceNode *node, const…
50 const struct DeviceResourceNode *HcsGetChildNode(const struct DeviceResourceNode *node, const char …
[all …]
/ohos5.0/drivers/peripheral/camera/vdi_base/v4l2/include/camera_host/
H A Dhcs_deal.h49 RetCode DealCameraAbility(const struct DeviceResourceNode &node);
51 RetCode DealMetadata(const std::string &cameraId, const struct DeviceResourceNode &node);
54 const struct DeviceResourceNode &metadataNode, std::shared_ptr<CameraMetadata> &metadata);
56 const struct DeviceResourceNode &metadataNode, std::shared_ptr<CameraMetadata> &metadata);
58 const struct DeviceResourceNode &metadataNode, std::shared_ptr<CameraMetadata> &metadata);
61 const struct DeviceResourceNode &metadataNode, std::shared_ptr<CameraMetadata> &metadata);
63 const struct DeviceResourceNode &metadataNode, std::shared_ptr<CameraMetadata> &metadata);
65 const struct DeviceResourceNode &metadataNode, std::shared_ptr<CameraMetadata> &metadata);
67 const struct DeviceResourceNode &metadataNode, std::shared_ptr<CameraMetadata> &metadata);
69 const struct DeviceResourceNode &metadataNode, std::shared_ptr<CameraMetadata> &metadata);
[all …]
/ohos5.0/drivers/hdf_core/framework/test/fuzztest/framework_fuzzer/hcs_fuzzer/
H A Dhcs_fuzzer.cpp34 if (size < sizeof(struct DeviceResourceNode)) { in FuncHcsGetBool()
38 struct DeviceResourceNode node; in FuncHcsGetBool()
39 size_t sz = sizeof(struct DeviceResourceNode); in FuncHcsGetBool()
59 struct DeviceResourceNode node; in FuncHcsGetUint8()
60 size_t sz = sizeof(struct DeviceResourceNode); in FuncHcsGetUint8()
83 struct DeviceResourceNode node; in FuncHcsGetUint32()
107 struct DeviceResourceNode node; in FuncHcsGetUint64()
131 struct DeviceResourceNode node; in FuncHcsGetUint8ArrayElem()
156 struct DeviceResourceNode node; in FuncHcsGetUint16ArrayElem()
181 struct DeviceResourceNode node; in FuncHcsGetUint32ArrayElem()
[all …]
/ohos5.0/drivers/hdf_core/framework/utils/src/hcs_parser/
H A 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()
325 int32_t HcsGetElemNum(const struct DeviceResourceNode *node, const char *attrName) in HcsGetElemNum()
353 static const struct DeviceResourceNode *TraverseTreeNode(const struct DeviceResourceNode *curNode) in TraverseTreeNode()
355 const struct DeviceResourceNode *nextNode = curNode; in TraverseTreeNode()
363 const struct DeviceResourceNode *HcsGetNodeByMatchAttr(const struct DeviceResourceNode *node, const… in HcsGetNodeByMatchAttr()
365 const struct DeviceResourceNode *curNode = NULL; in HcsGetNodeByMatchAttr()
381 const struct DeviceResourceNode *HcsGetChildNode(const struct DeviceResourceNode *node, const char … in HcsGetChildNode()
383 struct DeviceResourceNode *child = NULL; in HcsGetChildNode()
397 const struct DeviceResourceNode *HcsGetNodeByRefAttr(const struct DeviceResourceNode *node, const c… in HcsGetNodeByRefAttr()
[all …]
H A Dhcs_generate_tree.c16 static struct DeviceResourceNode *GetParentNode(int32_t offset, const struct TreeStack *treeStack, in GetParentNode()
30 static struct DeviceResourceNode *CreateTreeNode(const char *start, int32_t offset, in CreateTreeNode()
31 struct DeviceResourceNode *parentNode, char **treeMem) in CreateTreeNode()
33 struct DeviceResourceNode *newNode = (struct DeviceResourceNode *)(*treeMem); in CreateTreeNode()
34 struct DeviceResourceNode *curNode = NULL; in CreateTreeNode()
35 *treeMem += sizeof(struct DeviceResourceNode); in CreateTreeNode()
53 …dateTreeStack(struct TreeStack **treeStack, int32_t *treeLayer, struct DeviceResourceNode *newNode, in UpdateTreeStack()
66 static bool AddAttrInNode(const char *start, struct DeviceResourceNode *parentNode, char **treeMem) in AddAttrInNode()
92 struct DeviceResourceNode *parentOrCurNode = NULL; in ParseByteCode()
93 struct DeviceResourceNode *newNode = NULL; in ParseByteCode()
[all …]
/ohos5.0/drivers/hdf_core/framework/model/network/wifi/platform/src/
H A Dhdf_wlan_config_parser.c159 const struct DeviceResourceNode *staConfigNode = NULL; in ParseWlanModuleConfig()
160 const struct DeviceResourceNode *apConfigNode = NULL; in ParseWlanModuleConfig()
161 const struct DeviceResourceNode *p2pConfigNode = NULL; in ParseWlanModuleConfig()
162 const struct DeviceResourceNode *macConfigNode = NULL; in ParseWlanModuleConfig()
163 const struct DeviceResourceNode *phyConfigNode = NULL; in ParseWlanModuleConfig()
254 const struct DeviceResourceNode *fstPowerNode = NULL; in ParseWlanPowersConfig()
255 const struct DeviceResourceNode *secPowerNode = NULL; in ParseWlanPowersConfig()
372 const struct DeviceResourceNode *resetNode = NULL; in ParseWlanDevInstConfig()
423 struct DeviceResourceNode *childNode = NULL; in ParseWlanDevListConfig()
502 struct DeviceResourceNode *childNode = NULL; in ParseWlanChipsConfig()
[all …]
/ohos5.0/drivers/peripheral/codec/hal/idl_service/include/
H A Dcodec_component_config.h39 void Init(const DeviceResourceNode &node);
49 …tOneCapability(const struct DeviceResourceIface &iface, const struct DeviceResourceNode &childNode,
51 …scOfCapability(const struct DeviceResourceIface &iface, const struct DeviceResourceNode &childNode,
53 … GetUintTableConfig(const struct DeviceResourceIface &iface, const struct DeviceResourceNode &node,
55 …2_t GetMaskedConfig(const struct DeviceResourceIface &iface, const struct DeviceResourceNode &node,
57 …PortCapability(const struct DeviceResourceIface &iface, const struct DeviceResourceNode &childNode,
59 …PortCapability(const struct DeviceResourceIface &iface, const struct DeviceResourceNode &childNode,
63 DeviceResourceNode node_;
/ohos5.0/drivers/hdf_core/framework/model/camera/parser/src/
H A Dcamera_config_parser.c260 struct DeviceResourceNode *childNode = NULL; in ParseCameraSensorConfig()
289 struct DeviceResourceNode *childNode = NULL; in ParseCameraIspConfig()
318 struct DeviceResourceNode *childNode = NULL; in ParseCameraLensConfig()
347 struct DeviceResourceNode *childNode = NULL; in ParseCameraVcmConfig()
376 struct DeviceResourceNode *childNode = NULL; in ParseCameraFlashConfig()
405 struct DeviceResourceNode *childNode = NULL; in ParseCameraStreamConfig()
435 const struct DeviceResourceNode *ispConfigNode = NULL; in ParseCameraDeviceConfig()
436 const struct DeviceResourceNode *vcmConfigNode = NULL; in ParseCameraDeviceConfig()
437 const struct DeviceResourceNode *lensConfigNode = NULL; in ParseCameraDeviceConfig()
438 const struct DeviceResourceNode *flashConfigNode = NULL; in ParseCameraDeviceConfig()
[all …]
/ohos5.0/drivers/hdf_core/framework/test/unittest/utils/hcs_parser/unittest/
H A Dhcs_config_test.c154 const struct DeviceResourceNode *fingerNode = NULL; in TestHcsAttrGetBoolSuccess()
188 const struct DeviceResourceNode *fingerNode = NULL; in TestHcsAttrGetBoolFailed()
236 const struct DeviceResourceNode *audioNode = NULL; in HcsTestGetUint8AttrValueSuccess()
253 const struct DeviceResourceNode *audioNode = NULL; in HcsTestGetUint8AttrValueFail()
285 const struct DeviceResourceNode *dataType = NULL; in HcsTestGetUint8ArrayElemSuccess()
312 const struct DeviceResourceNode *dataType = NULL; in HcsTestGetUint8ArrayElemFail()
347 const struct DeviceResourceNode *dataType = NULL; in HcsTestGetUint8ArraySuccess()
369 const struct DeviceResourceNode *dataType = NULL; in HcsTestGetUint8ArrayFail()
445 const struct DeviceResourceNode *dataType = NULL; in HcsTestGetUint16ArrayElemSuccess()
1088 const struct DeviceResourceNode *ret = NULL; in HcsTestGetNodeAttrRefSuccess()
[all …]
/ohos5.0/drivers/hdf_core/framework/core/common/src/
H A Dhdf_attribute.c43 static const struct DeviceResourceNode *GetHdfManagerNode(const struct DeviceResourceNode *node) in GetHdfManagerNode()
48 static bool GetHostInfo(const struct DeviceResourceNode *hostNode, struct HdfHostInfo *hostInfo) in GetHostInfo()
66 const struct DeviceResourceNode *hdfManagerNode = NULL; in HdfAttributeManagerGetHostList()
67 const struct DeviceResourceNode *hostNode = NULL; in HdfAttributeManagerGetHostList()
113 static const struct DeviceResourceNode *GetHostNode(const char *inHostName) in GetHostNode()
115 const struct DeviceResourceNode *hdfManagerNode = NULL; in GetHostNode()
116 const struct DeviceResourceNode *hostNode = NULL; in GetHostNode()
181 … const struct DeviceResourceNode *device, struct DevHostServiceClnt *hostClnt, uint16_t deviceIdx) in GetDevcieNodeList()
186 const struct DeviceResourceNode *devNodeResource = device->child; in GetDevcieNodeList()
219 const struct DeviceResourceNode *hostNode = NULL; in HdfAttributeManagerGetDeviceList()
[all …]
/ohos5.0/drivers/peripheral/camera/vdi_base/v4l2/src/camera_host/
H A Dhcs_deal.cpp79 const struct DeviceResourceNode *childNodeTmp = nullptr; in DealHcsData()
94 RetCode HcsDeal::DealCameraAbility(const struct DeviceResourceNode &node) in DealCameraAbility()
112 const struct DeviceResourceNode *metadataNode = pDevResIns->GetChildNode(&node, "metadata"); in DealCameraAbility()
193 const struct DeviceResourceNode &metadataNode, std::shared_ptr<CameraMetadata> &metadata) in DealAeAvailableAntiBandingModes()
214 const struct DeviceResourceNode &metadataNode, std::shared_ptr<CameraMetadata> &metadata) in DealAeAvailableModes()
240 const struct DeviceResourceNode &metadataNode, std::shared_ptr<CameraMetadata> &metadata) in DealAvailableFpsRange()
272 const struct DeviceResourceNode &metadataNode, std::shared_ptr<CameraMetadata> &metadata) in DealCameraPosition()
298 const struct DeviceResourceNode &metadataNode, std::shared_ptr<CameraMetadata> &metadata) in DealCameraType()
323 const struct DeviceResourceNode &metadataNode, std::shared_ptr<CameraMetadata> &metadata) in DealCameraConnectionType()
349 const struct DeviceResourceNode &metadataNode, in DealCameraMemoryType()
[all …]
/ohos5.0/drivers/hdf_core/framework/model/input/driver/
H A Dinput_config_parser.c26 int32_t ParseInfraredConfig(const struct DeviceResourceNode *node, InfraredCfg *config) in ParseInfraredConfig()
41 const struct DeviceResourceNode *infraredNode = node; in ParseInfraredConfig()
54 int32_t ParseKeyConfig(const struct DeviceResourceNode *node, KeyChipCfg *config) in ParseKeyConfig()
69 const struct DeviceResourceNode *keyNode = node; in ParseKeyConfig()
84 int32_t ParseEncoderConfig(const struct DeviceResourceNode *node, EncoderCfg *config) in ParseEncoderConfig()
98 const struct DeviceResourceNode *encoderNode = node; in ParseEncoderConfig()
213 int32_t ParseTouchBoardConfig(const struct DeviceResourceNode *node, TouchBoardCfg *config) in ParseTouchBoardConfig()
228 const struct DeviceResourceNode *attrNode = parser->GetChildNode(node, "inputAttr"); in ParseTouchBoardConfig()
229 const struct DeviceResourceNode *busNode = parser->GetChildNode(node, "busConfig"); in ParseTouchBoardConfig()
230 const struct DeviceResourceNode *pinsNode = parser->GetChildNode(node, "pinConfig"); in ParseTouchBoardConfig()
[all …]
H A Dinput_config.h80 const struct DeviceResourceNode *boardNode;
125 const struct DeviceResourceNode *chipNode;
159 int32_t ParseTouchBoardConfig(const struct DeviceResourceNode *node, TouchBoardCfg *config);
160 int32_t ParseTouchChipConfig(const struct DeviceResourceNode *node, TouchChipCfg *config);
161 int32_t ParseKeyConfig(const struct DeviceResourceNode *node, KeyChipCfg *config);
162 int32_t ParseEncoderConfig(const struct DeviceResourceNode *node, EncoderCfg *config);
163 int32_t ParseInfraredConfig(const struct DeviceResourceNode *node, InfraredCfg *config);
/ohos5.0/drivers/hdf_core/framework/model/network/ethernet/src/
H A 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()
145 const struct DeviceResourceNode *ethMacNode = NULL; in ParseEthDevInstConfig()
146 const struct DeviceResourceNode *ethPhyNode = NULL; in ParseEthDevInstConfig()
199 static int32_t ParseEthDevListNode(const struct DeviceResourceNode *node, struct EthConfig *ethConf… in ParseEthDevListNode()
201 struct DeviceResourceNode *childNode = NULL; in ParseEthDevListNode()
220 static int32_t ParseConfigFromProperty(const struct DeviceResourceNode *node, struct EthConfig *con… in ParseConfigFromProperty()
223 const struct DeviceResourceNode *devListNode = NULL; in ParseConfigFromProperty()
238 struct EthConfig *GetEthConfig(const struct DeviceResourceNode *node) in GetEthConfig()
/ohos5.0/drivers/hdf_core/framework/model/misc/vibrator/driver/src/
H A Dvibrator_parser.c15 …_t ParseVibratorAttr(struct DeviceResourceIface *parser, const struct DeviceResourceNode *attrNode, in ParseVibratorAttr()
35 …_t ParseVibratorInfo(struct DeviceResourceIface *parser, const struct DeviceResourceNode *infoNode, in ParseVibratorInfo()
60 static int32_t ParseVibratorBus(struct DeviceResourceIface *parser, const struct DeviceResourceNode in ParseVibratorBus()
86 int32_t GetVibratorBaseConfigData(const struct DeviceResourceNode *node, struct VibratorCfgData *co… in GetVibratorBaseConfigData()
90 const struct DeviceResourceNode *infoNode = NULL; in GetVibratorBaseConfigData()
91 const struct DeviceResourceNode *busNode = NULL; in GetVibratorBaseConfigData()
92 const struct DeviceResourceNode *attrNode = NULL; in GetVibratorBaseConfigData()
/ohos5.0/drivers/peripheral/usb/ddk/device/src/
H A Dusbfn_cfg_mgr.c33 static uint32_t UsbFnCfgMgrParseDevDesc(const struct DeviceResourceNode *devDescNode, in UsbFnCfgMgrParseDevDesc()
129 const struct DeviceResourceNode *strNode = NULL; in UsbFnCfgMgrParseString()
182 const struct DeviceResourceNode *stringNode = NULL; in UsbFnCfgMgrParseStrings()
227 const struct DeviceResourceNode *fnDevStrNode = NULL; in UsbFnCfgMgrParseUsbFnDevStrings()
603 const struct DeviceResourceNode *descNode = NULL; in UsbFnCfgMgrParseFunDesc()
687 const struct DeviceResourceNode *funNode = NULL; in UsbFnCfgMgrParseUsbFnFunctions()
770 const struct DeviceResourceNode *childConfigNode = NULL; in UsbFnCfgMgrParseUsbFnCfgLists()
822 const struct DeviceResourceNode *configNode = NULL; in UsbFnCfgMgrParseUsbFnConfigurations()
1040 const struct DeviceResourceNode *propListNode, const char *name) in UsbFnCfgGetPropValueFromPropList()
1093 const struct DeviceResourceNode *propListNode = NULL; in UsbFnCfgGetPropValueFromHcs()
[all …]
/ohos5.0/drivers/peripheral/codec/image/config/
H A Dcodec_image_config.h40 void Init(const struct DeviceResourceNode &node);
48 …tOneCapability(const struct DeviceResourceIface &iface, const struct DeviceResourceNode &childNode,
50 … GetUintTableConfig(const struct DeviceResourceIface &iface, const struct DeviceResourceNode &node,
54 struct DeviceResourceNode node_;
H A Dcodec_image_config.cpp54 void CodecImageConfig::Init(const struct DeviceResourceNode &node) in Init()
90 const struct DeviceResourceNode *codecGroupNode = nullptr; in GetGroupCapabilities()
91 struct DeviceResourceNode *childNode = nullptr; in GetGroupCapabilities()
112 … const struct DeviceResourceNode &childNode, CodecImageCapability &cap) in GetOneCapability()
165 const struct DeviceResourceNode &node, ConfigUintArrayNodeAttr &attr) in GetUintTableConfig()
/ohos5.0/drivers/hdf_core/adapter/khdf/liteos/model/bus/usb/
H A Dhdf_usb.c54 static const struct DeviceResourceNode *GetHdfUsbNode(const struct DeviceResourceIface *instance) in GetHdfUsbNode()
56 const struct DeviceResourceNode *root = instance->GetRootNode(); in GetHdfUsbNode()
66 …bControllerParam(const struct DeviceResourceIface *instance, const struct DeviceResourceNode *node, in GetUsbControllerParam()
99 …cControllorParam(const struct DeviceResourceIface *instance, const struct DeviceResourceNode *node, in ProcControllorParam()
105 const struct DeviceResourceNode *subNode = node->child; in ProcControllorParam()
145 const struct DeviceResourceNode *hdfUsbNode = GetHdfUsbNode(devResInstance); in HdfUsbInitParam()
/ohos5.0/drivers/peripheral/codec/hal/src/
H A Dcodec_config_parser.c28 static int32_t GetGroupCapabilitiesNumber(const struct DeviceResourceNode *node, in GetGroupCapabilitiesNumber()
38 const struct DeviceResourceNode *codecGroupNode = NULL; in GetGroupCapabilitiesNumber()
39 struct DeviceResourceNode *childNode = NULL; in GetGroupCapabilitiesNumber()
60 const struct DeviceResourceNode *node, ConfigUintArrayNodeAttr *attr) in GetUintTableConfig()
87 const struct DeviceResourceNode *node, const char *attrName, uint32_t *mask) in GetMaskedConfig()
120 const struct DeviceResourceNode *childNode, CodecCompCapability *cap) in GetVideoPortCapability()
171 const struct DeviceResourceNode *childNode, CodecCompCapability *cap) in GetAudioPortCapability()
197 const struct DeviceResourceNode *childNode, CodecCompCapability *cap) in GetMiscOfCapability()
288 static int32_t GetGroupCapabilities(const struct DeviceResourceNode *node, in GetGroupCapabilities()
299 const struct DeviceResourceNode *codecGroupNode = NULL; in GetGroupCapabilities()
[all …]
/ohos5.0/drivers/peripheral/codec/hal/idl_service/src/
H A Dcodec_component_config.cpp92 void CodecComponentConfig::Init(const DeviceResourceNode &node) in Init()
108 const struct DeviceResourceNode *rootNode = HdfGetHcsRootNode(); in CodecCompCapabilityInit()
113 const struct DeviceResourceNode *codecNode = HcsGetNodeByMatchAttr(rootNode, CODEC_CONFIG_NAME); in CodecCompCapabilityInit()
154 const struct DeviceResourceNode *codecGroupNode = nullptr; in GetGroupCapabilities()
155 struct DeviceResourceNode *childNode = nullptr; in GetGroupCapabilities()
186 const struct DeviceResourceNode &childNode, in GetOneCapability()
242 … const struct DeviceResourceNode &childNode, CodecCompCapability &cap) in GetMiscOfCapability()
280 … const struct DeviceResourceNode &node, ConfigUintArrayNodeAttr &attr) in GetUintTableConfig()
301 … const struct DeviceResourceNode &node, const std::string &attrName, in GetMaskedConfig()
324 const struct DeviceResourceNode &childNode, in GetVideoPortCapability()
[all …]
/ohos5.0/drivers/hdf_core/framework/model/sensor/driver/common/src/
H A Dsensor_config_parser.c60 …_t ParseSensorRegItem(struct DeviceResourceIface *parser, const struct DeviceResourceNode *regNode, in ParseSensorRegItem()
110 int32_t ParseSensorRegGroup(struct DeviceResourceIface *parser, const struct DeviceResourceNode *re… in ParseSensorRegGroup()
161 const struct DeviceResourceNode *regCfgNode = NULL; in ParseSensorRegConfig()
370 static int32_t ParseSensorInfo(struct DeviceResourceIface *parser, const struct DeviceResourceNode in ParseSensorInfo()
398 static int32_t ParseSensorBus(struct DeviceResourceIface *parser, const struct DeviceResourceNode *… in ParseSensorBus()
402 const struct DeviceResourceNode *spiBusNode = NULL; in ParseSensorBus()
466 const struct DeviceResourceNode *directionNode = NULL; in ParseSensorDirection()
545 int32_t GetSensorBaseConfigData(const struct DeviceResourceNode *node, struct SensorCfgData *config) in GetSensorBaseConfigData()
549 const struct DeviceResourceNode *infoNode = NULL; in GetSensorBaseConfigData()
550 const struct DeviceResourceNode *busNode = NULL; in GetSensorBaseConfigData()
[all …]
/ohos5.0/drivers/hdf_core/framework/test/unittest/platform/virtual/
H A Ddac_virtual.c63 static int32_t VirtualDacReadDrs(struct VirtualDacDevice *virtual, const struct DeviceResourceNode in VirtualDacReadDrs()
87 …t32_t VirtualDacParseAndInit(struct HdfDeviceObject *device, const struct DeviceResourceNode *node) in VirtualDacParseAndInit()
125 const struct DeviceResourceNode *childNode = NULL; in VirtualDacInit()
142 static void VirtualDacRemoveByNode(const struct DeviceResourceNode *node) in VirtualDacRemoveByNode()
174 const struct DeviceResourceNode *childNode = NULL; in VirtualDacRelease()
/ohos5.0/drivers/hdf_core/framework/model/audio/core/src/
H A Daudio_parse.c87 const struct DeviceResourceNode *node = NULL; in AudioFillConfigData()
140 …_t* GetRegArray(const struct DeviceResourceIface *parser, const struct DeviceResourceNode *regNode, in GetRegArray()
181 …rseAudioRegItem(const struct DeviceResourceIface *parser, const struct DeviceResourceNode *regNode, in ParseAudioRegItem()
224 …udioEnumRegItem(const struct DeviceResourceIface *parser, const struct DeviceResourceNode *regNode, in ParseAudioEnumRegItem()
268 …seAudioSapmItem(const struct DeviceResourceIface *parser, const struct DeviceResourceNode *regNode, in ParseAudioSapmItem()
310 …seAudioCtrlItem(const struct DeviceResourceIface *parser, const struct DeviceResourceNode *regNode, in ParseAudioCtrlItem()
347 …seAudioAddrItem(const struct DeviceResourceIface *parser, const struct DeviceResourceNode *regNode, in ParseAudioAddrItem()
382 …const struct DeviceResourceNode *regCfgNode, struct AudioRegCfgGroupNode **groupNode, uint32_t ind… in ParseAudioRegGroup()
455 …ParseAudioAttr(const struct DeviceResourceIface *parser, const struct DeviceResourceNode *attrNode, in ParseAudioAttr()
578 const struct DeviceResourceNode *regCfgNode = NULL; in AudioGetRegConfig()
[all …]

12345678