Searched defs:attrName (Results 1 – 9 of 9) sorted by relevance
/drivers/hdf_core/framework/utils/src/hcs_parser/ |
D | hcs_tree_if.c | 15 …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/ |
D | codec_image_config.h | 27 std::string attrName; member 32 std::string attrName; member
|
/drivers/peripheral/codec/hal/idl_service/include/ |
D | codec_component_config.h | 25 std::string attrName; member 30 std::string attrName; member
|
/drivers/peripheral/usb/ddk/host/src/ |
D | usb_pnp_manager.c | 93 static const char *UsbPnpMgrGetGadgetPath(struct HdfDeviceObject *device, const char *attrName) in UsbPnpMgrGetGadgetPath()
|
/drivers/peripheral/codec/hal/include/ |
D | codec_config_parser.h | 87 const char *attrName; member 93 const char *attrName; member
|
/drivers/peripheral/codec/hal/src/ |
D | codec_config_parser.c | 87 const struct DeviceResourceNode *node, const char *attrName, uint32_t *mask) in GetMaskedConfig()
|
/drivers/peripheral/codec/hdi_service/codec_service_stub/ |
D | codec_config_parser.h | 84 const char *attrName; member
|
D | codec_config_parser.c | 122 const struct DeviceResourceNode *node, const char *attrName, uint32_t *mask) in GetMaskedConfig()
|
/drivers/peripheral/codec/hal/idl_service/src/ |
D | codec_component_config.cpp | 293 … const struct DeviceResourceNode &node, const std::string &attrName, in GetMaskedConfig()
|