Searched refs:GetAttrInNode (Results 1 – 1 of 1) sorted by relevance
/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() function 32 struct DeviceResourceAttr *attr = GetAttrInNode(node, attrName); in HcsGetBool() 58 struct DeviceResourceAttr *attr = GetAttrInNode(node, attrName); in HcsGetUint8() 71 struct DeviceResourceAttr *attr = GetAttrInNode(node, attrName); in HcsGetUint16() 84 struct DeviceResourceAttr *attr = GetAttrInNode(node, attrName); in HcsGetUint32() 97 struct DeviceResourceAttr *attr = GetAttrInNode(node, attrName); in HcsGetUint64() 136 struct DeviceResourceAttr *attr = GetAttrInNode(node, attrName); in HcsGetUint8ArrayElem() 157 struct DeviceResourceAttr *attr = GetAttrInNode(node, attrName); in HcsGetUint16ArrayElem() 178 struct DeviceResourceAttr *attr = GetAttrInNode(node, attrName); in HcsGetUint32ArrayElem() 199 struct DeviceResourceAttr *attr = GetAttrInNode(node, attrName); in HcsGetUint64ArrayElem() [all …]
|