watchdog_preset 276 drivers/hwmon/fschmd.c u8 watchdog_preset; /* watchdog counter preset on trigger val */ watchdog_preset 722 drivers/hwmon/fschmd.c data->watchdog_preset = DIV_ROUND_UP(timeout, resolution); watchdog_preset 726 drivers/hwmon/fschmd.c FSCHMD_REG_WDOG_PRESET[data->kind], data->watchdog_preset); watchdog_preset 732 drivers/hwmon/fschmd.c ret = data->watchdog_preset * resolution; watchdog_preset 745 drivers/hwmon/fschmd.c timeout = data->watchdog_preset * 60; watchdog_preset 747 drivers/hwmon/fschmd.c timeout = data->watchdog_preset * 2; watchdog_preset 1139 drivers/hwmon/fschmd.c data->watchdog_preset = i2c_smbus_read_byte_data(client, watchdog_preset 57 drivers/hwmon/sch56xx-common.c u8 watchdog_preset; watchdog_preset 283 drivers/hwmon/sch56xx-common.c data->watchdog_preset = DIV_ROUND_UP(timeout, resolution); watchdog_preset 284 drivers/hwmon/sch56xx-common.c wddev->timeout = data->watchdog_preset * resolution; watchdog_preset 318 drivers/hwmon/sch56xx-common.c data->watchdog_preset); watchdog_preset 349 drivers/hwmon/sch56xx-common.c data->watchdog_preset); watchdog_preset 433 drivers/hwmon/sch56xx-common.c data->watchdog_preset = 60; /* seconds */ watchdog_preset 435 drivers/hwmon/sch56xx-common.c data->watchdog_preset = 1; /* minute */