dcorrect           29 drivers/thermal/st/st_thermal.c 	sensor->dcorrect = devm_regmap_field_alloc(dev, regmap,
dcorrect           38 drivers/thermal/st/st_thermal.c 	if (IS_ERR(sensor->dcorrect) ||
dcorrect           88 drivers/thermal/st/st_thermal.c 	ret = regmap_field_read(sensor->dcorrect, &val);
dcorrect           99 drivers/thermal/st/st_thermal.c 		ret = regmap_field_write(sensor->dcorrect,
dcorrect           86 drivers/thermal/st/st_thermal.h 	struct regmap_field *dcorrect;