ds1721_convrates   76 drivers/hwmon/ds1621.c static const unsigned short ds1721_convrates[] = {
ds1721_convrates  170 drivers/hwmon/ds1621.c 		data->update_interval = ds1721_convrates[resol];
ds1721_convrates  290 drivers/hwmon/ds1621.c 	while (resol < (ARRAY_SIZE(ds1721_convrates) - 1) &&
ds1721_convrates  291 drivers/hwmon/ds1621.c 	       convrate > ds1721_convrates[resol])
ds1721_convrates  299 drivers/hwmon/ds1621.c 	data->update_interval = ds1721_convrates[resol];