shunt 50 drivers/gpu/drm/nouveau/nvkm/subdev/iccsense/base.c u8 shunt_shift, u8 bus_reg, u8 bus_shift, u8 shunt, shunt 62 drivers/gpu/drm/nouveau/nvkm/subdev/iccsense/base.c return vbus * vshunt * lsb / shunt; shunt 491 drivers/hwmon/ina209.c u32 shunt; shunt 507 drivers/hwmon/ina209.c shunt = pdata->shunt_uohms; shunt 509 drivers/hwmon/ina209.c &shunt)) { shunt 510 drivers/hwmon/ina209.c if (shunt == 0) shunt 513 drivers/hwmon/ina209.c shunt = data->calibration_orig ? shunt 526 drivers/hwmon/ina209.c clamp_val(40960000 / shunt, 1, 65535)); shunt 42 drivers/hwmon/ltc4151.c unsigned int shunt; /* in micro ohms */ shunt 104 drivers/hwmon/ltc4151.c val = val * 20 * 1000 / data->shunt; shunt 164 drivers/hwmon/ltc4151.c u32 shunt; shunt 174 drivers/hwmon/ltc4151.c "shunt-resistor-micro-ohms", &shunt)) shunt 175 drivers/hwmon/ltc4151.c shunt = 1000; /* 1 mOhm if not set via DT */ shunt 177 drivers/hwmon/ltc4151.c if (shunt == 0) shunt 180 drivers/hwmon/ltc4151.c data->shunt = shunt; shunt 466 drivers/hwmon/pmbus/adm1275.c u32 shunt; shunt 516 drivers/hwmon/pmbus/adm1275.c "shunt-resistor-micro-ohms", &shunt)) shunt 517 drivers/hwmon/pmbus/adm1275.c shunt = 1000; /* 1 mOhm if not set via DT */ shunt 519 drivers/hwmon/pmbus/adm1275.c if (shunt == 0) shunt 761 drivers/hwmon/pmbus/adm1275.c coefficients[cindex].m * shunt / 1000; shunt 767 drivers/hwmon/pmbus/adm1275.c coefficients[pindex].m * shunt / 1000; shunt 190 drivers/iio/afe/iio-rescale.c u32 shunt; shunt 195 drivers/iio/afe/iio-rescale.c &shunt); shunt 201 drivers/iio/afe/iio-rescale.c factor = gcd(shunt, 1000000); shunt 203 drivers/iio/afe/iio-rescale.c rescale->denominator = shunt / factor;