update_vbat       176 drivers/hwmon/it87.c static bool update_vbat;
update_vbat       746 drivers/hwmon/it87.c 		if (update_vbat) {
update_vbat      2903 drivers/hwmon/it87.c 			 | (update_vbat ? 0x41 : 0x01));
update_vbat      3361 drivers/hwmon/it87.c module_param(update_vbat, bool, 0);
update_vbat      3362 drivers/hwmon/it87.c MODULE_PARM_DESC(update_vbat, "Update vbat if set else return powerup value");