vref_cached 105 drivers/hwmon/adt7411.c long vref_cached; vref_cached 274 drivers/hwmon/adt7411.c &data->vref_cached); vref_cached 278 drivers/hwmon/adt7411.c data->vref_cached = 2250; vref_cached 311 drivers/hwmon/adt7411.c *val = ret * data->vref_cached / 1024; vref_cached 322 drivers/hwmon/adt7411.c *val = ret * data->vref_cached / 256; vref_cached 464 drivers/hwmon/adt7411.c val = clamp_val(val, 0, 255 * data->vref_cached / 256); vref_cached 465 drivers/hwmon/adt7411.c val = DIV_ROUND_CLOSEST(val * 256, data->vref_cached);