Home
last modified time | relevance | path

Searched defs:attrName (Results 1 – 9 of 9) sorted by relevance

/drivers/hdf_core/framework/utils/src/hcs_parser/
Dhcs_tree_if.c15 …ruct DeviceResourceAttr *GetAttrInNode(const struct DeviceResourceNode *node, const char *attrName) in GetAttrInNode()
29 bool HcsGetBool(const struct DeviceResourceNode *node, const char *attrName) in HcsGetBool()
45 #define RETURN_DEFAULT_VALUE(attr, attrName, value, def) do { … argument
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()
[all …]
/drivers/peripheral/codec/image/config/
Dcodec_image_config.h27 std::string attrName; member
32 std::string attrName; member
/drivers/peripheral/codec/hal/idl_service/include/
Dcodec_component_config.h25 std::string attrName; member
30 std::string attrName; member
/drivers/peripheral/usb/ddk/host/src/
Dusb_pnp_manager.c93 static const char *UsbPnpMgrGetGadgetPath(struct HdfDeviceObject *device, const char *attrName) in UsbPnpMgrGetGadgetPath()
/drivers/peripheral/codec/hal/include/
Dcodec_config_parser.h87 const char *attrName; member
93 const char *attrName; member
/drivers/peripheral/codec/hal/src/
Dcodec_config_parser.c87 const struct DeviceResourceNode *node, const char *attrName, uint32_t *mask) in GetMaskedConfig()
/drivers/peripheral/codec/hdi_service/codec_service_stub/
Dcodec_config_parser.h84 const char *attrName; member
Dcodec_config_parser.c122 const struct DeviceResourceNode *node, const char *attrName, uint32_t *mask) in GetMaskedConfig()
/drivers/peripheral/codec/hal/idl_service/src/
Dcodec_component_config.cpp293 … const struct DeviceResourceNode &node, const std::string &attrName, in GetMaskedConfig()