Home
last modified time | relevance | path

Searched refs:GetUint32ArrayElem (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/drivers/hdf_core/adapter/platform/gpio/
H A Dgpio_stm32f4xx.c236 if (dri->GetUint32ArrayElem(resourceNode, "pin", i, &resource->pin, 0) != HDF_SUCCESS) { in GpioParseHcs()
240 … if (dri->GetUint32ArrayElem(resourceNode, "realPin", i, &resource->realPin, 0) != HDF_SUCCESS) { in GpioParseHcs()
244 if (dri->GetUint32ArrayElem(resourceNode, "mode", i, &resource->mode, 0) != HDF_SUCCESS) { in GpioParseHcs()
248 if (dri->GetUint32ArrayElem(resourceNode, "speed", i, &resource->speed, 0) != HDF_SUCCESS) { in GpioParseHcs()
252 if (dri->GetUint32ArrayElem(resourceNode, "pull", i, &resource->pull, 0) != HDF_SUCCESS) { in GpioParseHcs()
256 … if (dri->GetUint32ArrayElem(resourceNode, "output", i, &resource->outputType, 0) != HDF_SUCCESS) { in GpioParseHcs()
260 if (dri->GetUint32ArrayElem(resourceNode, "group", i, &resource->group, 0) != HDF_SUCCESS) { in GpioParseHcs()
264 …if (dri->GetUint32ArrayElem(resourceNode, "alternate", i, &resource->alternate, 0) != HDF_SUCCESS)… in GpioParseHcs()
H A Dgpio_asr.c345 if (dri->GetUint32ArrayElem(resourceNode, "pin", i, &resource->pin, 0) != HDF_SUCCESS) { in GetGpioDeviceResource()
350 … if (dri->GetUint32ArrayElem(resourceNode, "realPin", i, &resource->realPin, 0) != HDF_SUCCESS) { in GetGpioDeviceResource()
355 … if (dri->GetUint32ArrayElem(resourceNode, "config", i, &resource->config, 0) != HDF_SUCCESS) { in GetGpioDeviceResource()
H A Dgpio_bes.c232 if (dri->GetUint32ArrayElem(resourceNode, "pin", i, &resource->pin, 0) != HDF_SUCCESS) { in GetGpioDeviceResource()
237 … if (dri->GetUint32ArrayElem(resourceNode, "realPin", i, &resource->realPin, 0) != HDF_SUCCESS) { in GetGpioDeviceResource()
242 … if (dri->GetUint32ArrayElem(resourceNode, "config", i, &resource->config, 0) != HDF_SUCCESS) { in GetGpioDeviceResource()
H A Dgpio_wm.c271 if (dri == NULL || dri->GetUint32 == NULL || dri->GetUint32ArrayElem == NULL) { in GetGpioDeviceResource()
287 … if (dri->GetUint32ArrayElem(resourceNode, "config", i, &resource->config, 0) != HDF_SUCCESS) { in GetGpioDeviceResource()
/ohos5.0/drivers/peripheral/camera/vdi_base/v4l2/src/camera_host/
H A Dhcs_deal.cpp254 … hcbRet = pDevResIns->GetUint32ArrayElem(&metadataNode, "availableFpsRange", i, &nodeValue, -1); in DealAvailableFpsRange()
408 pDevResIns->GetUint32ArrayElem(&metadataNode, "aeCompensationRange", i, &nodeValue, -1); in DealAeCompensationRange()
436 pDevResIns->GetUint32ArrayElem(&metadataNode, AE_COMPENSATION_STEPS, 0, &nodeValue, -1); in DealAeCompensationSteps()
438 pDevResIns->GetUint32ArrayElem(&metadataNode, AE_COMPENSATION_STEPS, 1, &nodeValue, -1); in DealAeCompensationSteps()
482 pDevResIns->GetUint32ArrayElem(&metadataNode, "sensitivityRange", i, &nodeValue, -1); in DealSensitivityRange()
712 … pDevResIns->GetUint32ArrayElem(&metadataNode, "basicAvailableConfigurations", i, &nodeValue, -1); in DealAvaliableBasicConfigurations()
979 …hcbRet = pDevResIns->GetUint32ArrayElem(&metadataNode, "extendAvailableConfigurations", i, &nodeVa… in DealAvaliableExtendConfigurations()
/ohos5.0/drivers/hdf_core/framework/utils/src/hcs_parser/
H A Ddevice_resource_if.c24 instance->GetUint32ArrayElem = HcsGetUint32ArrayElem; in HcsIfaceConstruct()
/ohos5.0/drivers/hdf_core/interfaces/inner_api/utils/
H A Ddevice_resource_if.h241 …int32_t (*GetUint32ArrayElem)(const struct DeviceResourceNode *node, const char *attrName, uint32_… member
/ohos5.0/drivers/hdf_core/framework/test/unittest/utils/hcs_parser/unittest/
H A Dhcs_config_test.c615 int32_t ret = g_devResInstance->GetUint32ArrayElem(fingerNode, READ_U32_INDEX, i, &data[i], in HcsTestGetUint32ArrayElemSuccess()
633 ret = g_devResInstance->GetUint32ArrayElem(fingerNode, READ_U32_INDEX, DATA_TYPE_NUM_U32, &data, in HcsTestGetUint32ArrayElemFail()
/ohos5.0/drivers/hdf_core/framework/model/misc/light/driver/src/
H A Dlight_driver.c441 ret = parser->GetUint32ArrayElem(node, "lightId", i, &temp, 0); in ParseLightInfo()
/ohos5.0/docs/zh-cn/device-dev/driver/
H A Ddriver-peripherals-light-des.md303 ret = parser->GetUint32ArrayElem(node, "lightId", i, &temp, 0);
/ohos5.0/docs/en/device-dev/driver/
H A Ddriver-peripherals-light-des.md305 ret = parser->GetUint32ArrayElem(node, "lightId", i, &temp, 0);