max_current       239 drivers/leds/leds-lm3530.c 			((pdata->max_current & 7) << LM3530_MAX_CURR_SHIFT);
max_current       640 drivers/leds/leds-lm3533.c 	ret = lm3533_ctrlbank_set_max_current(&led->cb, pdata->max_current);
max_current       101 drivers/leds/leds-lp55xx-common.c 	if (curr > led->max_current)
max_current       120 drivers/leds/leds-lp55xx-common.c 	return scnprintf(buf, PAGE_SIZE, "%d\n", led->max_current);
max_current       125 drivers/leds/leds-lp55xx-common.c static DEVICE_ATTR(max_current, S_IRUGO , lp55xx_show_max_current, NULL);
max_current       163 drivers/leds/leds-lp55xx-common.c 	led->max_current = pdata->led_config[chan].max_current;
max_current       572 drivers/leds/leds-lp55xx-common.c 		of_property_read_u8(child, "max-cur", &cfg[i].max_current);
max_current       171 drivers/leds/leds-lp55xx-common.h 	u8 max_current;
max_current       509 drivers/mmc/core/sd.c 	u32 voltage, max_current;
max_current       514 drivers/mmc/core/sd.c 		max_current = host->max_current_180;
max_current       518 drivers/mmc/core/sd.c 		max_current = host->max_current_300;
max_current       522 drivers/mmc/core/sd.c 		max_current = host->max_current_330;
max_current       525 drivers/mmc/core/sd.c 		max_current = 0;
max_current       528 drivers/mmc/core/sd.c 	return max_current;
max_current       535 drivers/mmc/core/sd.c 	u32 max_current;
max_current       551 drivers/mmc/core/sd.c 	max_current = sd_get_host_max_current(card->host);
max_current       568 drivers/mmc/core/sd.c 	if (max_current >= 800 &&
max_current       571 drivers/mmc/core/sd.c 	else if (max_current >= 600 &&
max_current       574 drivers/mmc/core/sd.c 	else if (max_current >= 400 &&
max_current       577 drivers/mmc/core/sd.c 	else if (max_current >= 200 &&
max_current       741 drivers/mmc/core/sd.c 	u32 max_current;
max_current       781 drivers/mmc/core/sd.c 	max_current = sd_get_host_max_current(host);
max_current       782 drivers/mmc/core/sd.c 	if (max_current > 150)
max_current       196 drivers/power/supply/abx500_chargalg.c 	int max_current;
max_current       823 drivers/power/supply/abx500_chargalg.c 	di->ccm.max_current = di->bm->maxi->chg_curr;
max_current       853 drivers/power/supply/abx500_chargalg.c 			di->ccm.max_current =
max_current       855 drivers/power/supply/abx500_chargalg.c 			di->ccm.current_iset = di->ccm.max_current;
max_current       886 drivers/power/supply/abx500_chargalg.c 		di->ccm.max_current) {
max_current       452 drivers/power/supply/cpcap-charger.c 		int max_current;
max_current       455 drivers/power/supply/cpcap-charger.c 			max_current = CPCAP_REG_CRM_ICHRG_1A596;
max_current       457 drivers/power/supply/cpcap-charger.c 			max_current = CPCAP_REG_CRM_ICHRG_0A532;
max_current       461 drivers/power/supply/cpcap-charger.c 						max_current, 0);
max_current        24 drivers/video/backlight/aat2870_bl.c 	int max_current;
max_current        34 drivers/video/backlight/aat2870_bl.c 	val = brightness * (aat2870_bl->max_current - 1);
max_current       160 drivers/video/backlight/aat2870_bl.c 	if (pdata->max_current > 0)
max_current       161 drivers/video/backlight/aat2870_bl.c 		aat2870_bl->max_current = pdata->max_current;
max_current       163 drivers/video/backlight/aat2870_bl.c 		aat2870_bl->max_current = AAT2870_CURRENT_27_9;
max_current       261 drivers/video/backlight/lm3533_bl.c 	ret = lm3533_ctrlbank_set_max_current(&bl->cb, pdata->max_current);
max_current       101 include/linux/led-lm3530.h 	u8 max_current;
max_current       162 include/linux/mfd/aat2870.h 	int max_current;
max_current        47 include/linux/mfd/lm3533.h 	u16 max_current;		/* 5000 - 29800 uA (800 uA step) */
max_current        55 include/linux/mfd/lm3533.h 	u16 max_current;		/* 5000 - 29800 uA (800 uA step) */
max_current      5644 include/linux/platform_data/cros_ec_commands.h 	int16_t max_current;
max_current        25 include/linux/platform_data/leds-lp55xx.h 	u8 max_current;