Searched refs:chipIdValue (Results 1 - 6 of 6) sorted by relevance
/drivers/hdf_core/framework/model/misc/vibrator/driver/include/ |
H A D | vibrator_driver_type.h | 72 uint16_t chipIdValue; member
|
/drivers/hdf_core/framework/model/sensor/driver/common/src/ |
H A D | sensor_config_parser.c | 271 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 D | sensor_config_parser.h | 33 uint16_t chipIdValue; member
|
/drivers/peripheral/vibrator/chipset/drv2605l/ |
H A D | vibrator_drv2605l_driver.c | 119 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 D | vibrator_parser.c | 25 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 D | ppg_cs1262.c | 318 uint16_t val = cfgData->sensorCfg.sensorAttr.chipIdValue; in CheckChipId()
|
Completed in 4 milliseconds