Lines Matching defs:temp
62 int v_ntc, int *temp)
79 *temp = tbl[i].temp * 1000 + ((tbl[i + 1].temp - tbl[i].temp) * 1000 *
85 static int ab8500_read_sensor(struct abx500_temp *data, u8 sensor, int *temp)
91 *temp = ab8500_btemp_get_temp(ab8500_data->btemp);
93 *temp = ab8500_btemp_get_batctrl_temp(ab8500_data->btemp);
98 ret = ab8500_voltage_to_temp(&ab8500_data->cfg, voltage, temp);
105 ret = ab8500_voltage_to_temp(&ab8500_data->cfg, voltage, temp);
119 dev_warn(&abx500_data->pdev->dev, "Power off due to critical temp\n");