Home
last modified time | relevance | path

Searched refs:chipIdValue (Results 1 - 6 of 6) sorted by relevance

/drivers/hdf_core/framework/model/misc/vibrator/driver/include/
H A Dvibrator_driver_type.h72 uint16_t chipIdValue; member
/drivers/hdf_core/framework/model/sensor/driver/common/src/
H A Dsensor_config_parser.c271 uint16_t chipIdValue; in DetectSensorDevice() local
277 chipIdValue = config->sensorAttr.chipIdValue; in DetectSensorDevice()
293 if (value != chipIdValue) { in DetectSensorDevice()
294 HDF_LOGE("%s: sensor chip[0x%x] id [0x%x] detect value[%hhu]", __func__, chipIdReg, chipIdValue, value); in DetectSensorDevice()
444 ret = parser->GetUint16(attrNode, "chipIdValue", &config->sensorAttr.chipIdValue, 0); in ParseSensorAttr()
445 CHECK_PARSER_RESULT_RETURN_VALUE(ret, "chipIdValue"); in ParseSensorAttr()
/drivers/hdf_core/framework/model/sensor/driver/common/include/
H A Dsensor_config_parser.h33 uint16_t chipIdValue; member
/drivers/peripheral/vibrator/chipset/drv2605l/
H A Dvibrator_drv2605l_driver.c119 uint16_t chipIdValue; in DetectDrv2605lDevice() local
123 chipIdValue = drvData->drv2605lCfgData->vibratorAttr.chipIdValue; in DetectDrv2605lDevice()
139 if (value != chipIdValue) { in DetectDrv2605lDevice()
/drivers/hdf_core/framework/model/misc/vibrator/driver/src/
H A Dvibrator_parser.c25 ret = parser->GetUint16(attrNode, "chipIdValue", &config->vibratorAttr.chipIdValue, 0); in ParseVibratorAttr()
26 CHECK_VIBRATOR_PARSER_RESULT_RETURN_VALUE(ret, "chipIdValue"); in ParseVibratorAttr()
/drivers/peripheral/sensor/chipset/ppg/
H A Dppg_cs1262.c318 uint16_t val = cfgData->sensorCfg.sensorAttr.chipIdValue; in CheckChipId()

Completed in 4 milliseconds