Searched refs:update_aux (Results 1 – 3 of 3) sorted by relevance
14 int (*update_aux)(struct regmap *r, int reg, int raw_temp); member
119 if (!opregion->data->update_aux) in pmic_thermal_aux()130 return opregion->data->update_aux(opregion->regmap, reg, raw_temp); in pmic_thermal_aux()
180 .update_aux = intel_crc_pmic_update_aux,