current_max       753 drivers/cpufreq/intel_pstate.c 				     int *current_max)
current_max       760 drivers/cpufreq/intel_pstate.c 		*current_max = HWP_GUARANTEED_PERF(cap);
current_max       762 drivers/cpufreq/intel_pstate.c 		*current_max = HWP_HIGHEST_PERF(cap);
current_max      1570 drivers/cpufreq/intel_pstate.c 		unsigned int phy_max, current_max;
current_max      1572 drivers/cpufreq/intel_pstate.c 		intel_pstate_get_hwp_max(cpu->cpu, &phy_max, &current_max);
current_max       191 drivers/media/dvb-frontends/isl6423.c 	switch (config->current_max) {
current_max        27 drivers/media/dvb-frontends/isl6423.h 	enum isl6423_current current_max;
current_max       471 drivers/media/pci/ttpci/budget.c 	.current_max		= SEC_CURRENT_515m,
current_max       362 drivers/media/usb/dvb-usb-v2/anysee.c 	.current_max = SEC_CURRENT_800m,
current_max       777 drivers/net/ethernet/qlogic/qed/qed_sriov.c 	u8 current_max = 0;
current_max       791 drivers/net/ethernet/qlogic/qed/qed_sriov.c 			current_max = max_t(u8, current_max, p_vf->num_sbs);
current_max       795 drivers/net/ethernet/qlogic/qed/qed_sriov.c 	if (num_sbs > current_max)
current_max       126 drivers/platform/chrome/cros_usbpd_logger.c 				  meas->voltage_max, meas->current_max);
current_max       235 drivers/power/supply/cros_usbpd-charger.c 	port->psy_current_max = resp.meas.current_max;
current_max       297 drivers/power/supply/cros_usbpd-charger.c 		resp.meas.voltage_now, resp.meas.current_max,
current_max        58 drivers/power/supply/isp1704_charger.c 	unsigned		current_max;
current_max       242 drivers/power/supply/isp1704_charger.c 				isp->current_max = 1800;
current_max       245 drivers/power/supply/isp1704_charger.c 				isp->current_max = 500;
current_max       258 drivers/power/supply/isp1704_charger.c 			if (isp->current_max > 500)
current_max       259 drivers/power/supply/isp1704_charger.c 				isp->current_max = 500;
current_max       261 drivers/power/supply/isp1704_charger.c 			if (isp->current_max > 100)
current_max       268 drivers/power/supply/isp1704_charger.c 		isp->current_max = 0;
current_max       318 drivers/power/supply/isp1704_charger.c 		val->intval = isp->current_max;
current_max       257 drivers/power/supply/power_supply_sysfs.c 	POWER_SUPPLY_ATTR(current_max),
current_max      4815 include/linux/platform_data/cros_ec_commands.h 	uint16_t current_max;
current_max      1004 net/core/ethtool.c 	u32 dev_size, current_max = 0;
current_max      1024 net/core/ethtool.c 		current_max = max(current_max, indir[dev_size]);
current_max      1026 net/core/ethtool.c 	*max = current_max;