Lines Matching defs:max
185 * Sized to 9 = max 8 segments + 1 termination segment
482 max_lux = max(max_lux, lux);
555 ret = of_property_read_u32(of_node, "led-max-microamp", &tmp);
566 dev_err(&chip->client->dev, "Invalid value %d for led-max-microamp\n",
874 int i, ret, mean, max, sample_sum;
890 max = INT_MIN;
893 max = max(max, prox_history[i]);
897 chip->settings.prox_thres_high = (max << 1) - mean;