temp_above_thresh   47 drivers/thermal/tango_thermal.c 	if (temp_above_thresh(priv->base, idx)) {
temp_above_thresh   49 drivers/thermal/tango_thermal.c 		while (idx < IDX_MAX && temp_above_thresh(priv->base, ++idx))
temp_above_thresh   54 drivers/thermal/tango_thermal.c 		while (idx > IDX_MIN && !temp_above_thresh(priv->base, --idx))