Lines Matching defs:max
285 static unsigned int __as3645a_current_to_reg(unsigned int min, unsigned int max,
292 if (val > max)
293 val = max;
522 rval = fwnode_property_read_u32(flash->flash_node, "flash-max-microamp",
526 "can't read flash-max-microamp property for flash\n");
530 rval = fwnode_property_read_u32(flash->flash_node, "led-max-microamp",
534 "can't read led-max-microamp property for flash\n");
541 fwnode_property_read_u32(flash->flash_node, "ams,input-max-microamp",
554 "led-max-microamp",
558 "can't read led-max-microamp property for indicator\n");
595 cfg->max = flash->cfg.flash_max_ua;
601 cfg->max = flash->cfg.flash_timeout_us;
640 .max = flash->cfg.assist_max_ua,
648 .max = flash->cfg.indicator_max_ua,