alarm_temp 213 drivers/thermal/imx_thermal.c int alarm_temp; alarm_temp 238 drivers/thermal/imx_thermal.c int alarm_temp) alarm_temp 244 drivers/thermal/imx_thermal.c data->alarm_temp = alarm_temp; alarm_temp 247 drivers/thermal/imx_thermal.c alarm_value = alarm_temp / 1000 + data->c1 - 25; alarm_temp 249 drivers/thermal/imx_thermal.c alarm_value = (data->c2 - alarm_temp) / data->c1; alarm_temp 316 drivers/thermal/imx_thermal.c if (data->alarm_temp == data->temp_passive && alarm_temp 319 drivers/thermal/imx_thermal.c if (data->alarm_temp == data->temp_critical && alarm_temp 323 drivers/thermal/imx_thermal.c data->alarm_temp / 1000); alarm_temp 333 drivers/thermal/imx_thermal.c if (!data->irq_enabled && *temp < data->alarm_temp) { alarm_temp 636 drivers/thermal/imx_thermal.c data->alarm_temp / 1000);