Lines Matching defs:max
498 s->val = s->max = s->min + (lcdev->max_brightness - 1) * s->step;
602 static u32 clamp_align(u32 val, u32 min, u32 max, u32 step)
606 retval = clamp_val(val, min, max);
674 ret = fwnode_property_read_u32(init_data->fwnode, "led-max-microamp",
678 "Not specified led-max-microamp, config to the minimum\n");
701 ret = fwnode_property_read_u32(init_data->fwnode, "led-max-microamp",
705 "Not specified led-max-microamp, config to the minimum\n");
716 ret = fwnode_property_read_u32(init_data->fwnode, "flash-max-microamp",
720 "Not specified flash-max-microamp, config to the minimum\n");
729 s->val = s->max = val;
740 "flash-max-timeout-us", &val);
743 "Not specified flash-max-timeout-us, config to the minimum\n");
752 s->val = s->max = val;
781 "No child node or node count over max led number %zu\n",