Home
last modified time | relevance | path

Searched refs:update_interval (Results 1 – 19 of 19) sorted by relevance

/linux/Documentation/hwmon/
H A Dlm73.rst35 conversion time via the 'update_interval' sysfs attribute for the
49 The following examples show how the 'update_interval' attribute can be
52 $ echo 0 > update_interval
53 $ cat update_interval
58 $ echo 22 > update_interval
59 $ cat update_interval
64 $ echo 56 > update_interval
65 $ cat update_interval
70 $ echo 85 > update_interval
71 $ cat update_interval
[all …]
H A Dina3221.rst62 update_interval Data conversion time in millisecond, following:
64 update_interval = C x S x (BC + SC)
72 Note that setting update_interval to 0ms sets both BC
H A Dw83773g.rst35 **temp[1-3]_input, temp[2-3]_fault, temp[2-3]_offset, update_interval**
H A Dtmp464.rst73 **update_interval**
H A Dnzxt-smart2.rst60 update_interval The interval at which all inputs are updated (in
H A Dina209.rst76 update_interval data conversion time; affects number of samples used
H A Dlm63.rst86 the update_interval sysfs attribute; reading them more often will do no harm,
/linux/drivers/staging/greybus/
H A Dpower_supply.c41 unsigned int update_interval; member
344 if (gbpsy->update_interval == update_interval_max) in next_interval()
348 gbpsy->update_interval *= 2; in next_interval()
349 if (gbpsy->update_interval > update_interval_max) in next_interval()
350 gbpsy->update_interval = update_interval_max; in next_interval()
729 gbpsy->update_interval = update_interval_init; in gb_power_supply_status_update()
744 if (!gbpsy->update_interval) in gb_power_supply_work()
749 schedule_delayed_work(&gbpsy->work, gbpsy->update_interval); in gb_power_supply_work()
847 gbpsy->update_interval = 0; in _gb_power_supply_release()
922 gbpsy->update_interval = update_interval_init; in gb_power_supply_enable()
[all …]
/linux/drivers/hwmon/
H A Dnzxt-smart2.c205 long update_interval; member
347 *val = drvdata->update_interval; in nzxt_smart2_hwmon_read()
579 drvdata->update_interval = control_byte_to_update_interval(control); in set_update_interval()
583 static int init_device(struct drvdata *drvdata, long update_interval) in init_device() argument
596 return set_update_interval(drvdata, update_interval); in init_device()
721 return init_device(drvdata, drvdata->update_interval); in nzxt_smart2_hid_reset_resume()
H A Dlm63.c152 int update_interval; /* in milliseconds */ member
236 msecs_to_jiffies(data->update_interval); in lm63_update_device()
793 unsigned int update_interval; in lm63_set_convrate() local
800 update_interval = (1 << (LM63_MAX_CONVRATE + 6)) * 1000 in lm63_set_convrate()
802 for (i = 0; i < LM63_MAX_CONVRATE; i++, update_interval >>= 1) in lm63_set_convrate()
803 if (interval >= update_interval * 3 / 4) in lm63_set_convrate()
807 data->update_interval = UPDATE_INTERVAL(data->max_convrate_hz, i); in lm63_set_convrate()
815 return sprintf(buf, "%u\n", data->update_interval); in update_interval_show()
997 static DEVICE_ATTR_RW(update_interval);
1210 data->update_interval = UPDATE_INTERVAL(data->max_convrate_hz, in lm63_init_client()
H A Dlm90.c748 unsigned int update_interval; /* in milliseconds */ member
950 unsigned int update_interval; in lm90_set_convrate() local
957 for (i = 0, update_interval = LM90_MAX_CONVRATE_MS << 6; in lm90_set_convrate()
958 i < data->max_convrate; i++, update_interval >>= 1) in lm90_set_convrate()
959 if (interval >= update_interval * 3 / 4) in lm90_set_convrate()
963 data->update_interval = DIV_ROUND_CLOSEST(update_interval, 64); in lm90_set_convrate()
1163 time_after(jiffies, data->alarms_updated + msecs_to_jiffies(data->update_interval))) { in lm90_update_alarms_locked()
1219 max_t(int, HZ, msecs_to_jiffies(data->update_interval))); in lm90_update_alarms_locked()
1260 msecs_to_jiffies(data->update_interval); in lm90_update_device()
1662 *val = data->update_interval; in lm90_chip_read()
[all …]
/linux/include/linux/mfd/da9150/
H A Dcore.h50 u32 update_interval; /* msecs */ member
/linux/net/mac80211/
H A Drc80211_minstrel_ht.h81 unsigned int update_interval; member
/linux/arch/x86/events/amd/
H A Duncore.c92 static unsigned int update_interval = 60 * MSEC_PER_SEC; variable
93 module_param(update_interval, uint, 0444);
584 curr->hrtimer_duration = (u64)update_interval * NSEC_PER_MSEC; in amd_uncore_ctx_init()
/linux/drivers/rtc/
H A Drtc-rv3029c2.c665 static SENSOR_DEVICE_ATTR(update_interval, S_IWUSR | S_IRUGO,
/linux/drivers/scsi/aacraid/
H A Daachba.c299 int update_interval = 30 * 60; variable
300 module_param(update_interval, int, S_IRUGO|S_IWUSR);
301 MODULE_PARM_DESC(update_interval, "Interval in seconds between time sync"
H A Daacraid.h2775 extern int update_interval;
H A Dcommsup.c2367 difference = (long)(unsigned)update_interval*HZ; in aac_command_thread()
/linux/Documentation/i2c/
H A Di2c-sysfs.rst375 in0_crit in1_crit_alarm power1_crit update_interval