Lines Matching defs:max
187 * Sized to 9 = max 8 segments + 1 termination segment
484 max_lux = max(max_lux, lux);
557 ret = device_property_read_u32(dev, "led-max-microamp", &tmp);
568 dev_err(dev, "Invalid value %d for led-max-microamp\n", tmp);
869 int i, ret, mean, max, sample_sum;
885 max = INT_MIN;
888 max = max(max, prox_history[i]);
892 chip->settings.prox_thres_high = (max << 1) - mean;