iout_max          101 drivers/hwmon/pmbus/ltc2978.c 	u16 iout_min[LTC2974_NUM_PAGES], iout_max[LTC2974_NUM_PAGES];
iout_max          326 drivers/hwmon/pmbus/ltc2978.c 				  &data->iout_max[page]);
iout_max          385 drivers/hwmon/pmbus/ltc2978.c 				  &data->iout_max[page]);
iout_max          461 drivers/hwmon/pmbus/ltc2978.c 		data->iout_max[page] = 0x7c00;
iout_max          631 drivers/hwmon/pmbus/ltc2978.c 	for (i = 0; i < ARRAY_SIZE(data->iout_max); i++)
iout_max          632 drivers/hwmon/pmbus/ltc2978.c 		data->iout_max[i] = 0x7c00;
iout_max          244 drivers/leds/leds-max77693.c 				u32 micro_amp, u32 iout_max[2], u32 iout[2])
iout_max          252 drivers/leds/leds-max77693.c 	iout[FLED1] = min(micro_amp, iout_max[FLED1]);